diff --git a/doc/index.rst b/doc/index.rst
index a181dd529c977a14b49f9e12d9c14937c2980836..37d5b085453d134e6e5ec569be03416a35aad5fa 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -33,17 +33,64 @@ Documentation organisation
 Citing Arbor
 ------------
 
-The Arbor software can be cited via Zenodo: |zlatest|
+The Arbor software can be cited by version via Zenodo or via Arbors introductory paper.
+
+Latest version
+    |zlatest|
+
+Version 0.5
+    |z05|
+
+    .. code-block:: latex
+
+        @software{nora_abi_akar_2021_4428108,
+        author       = {Nora {Abi Akar} and
+                        John Biddiscombe and
+                        Benjamin Cumming and
+                        Felix Huber and
+                        Marko Kabic and
+                        Vasileios Karakasis and
+                        Wouter Klijn and
+                        Anne Küsters and
+                        Alexander Peyser and
+                        Stuart Yates and
+                        Thorsten Hater and
+                        Brent Huisman and
+                        Sebastian Schmitt},
+        title        = {arbor-sim/arbor: Arbor Library v0.5},
+        month        = jan,
+        year         = 2021,
+        publisher    = {Zenodo},
+        version      = {v0.5},
+        doi          = {10.5281/zenodo.4428108},
+        url          = {https://doi.org/10.5281/zenodo.4428108}
+        }
+
+Version 0.2
+    |z02|
+
+Version 0.1
+    |z01|
+
+Introductory paper
+    .. code-block:: latex
+
+        @INPROCEEDINGS{
+            paper:arbor2019,
+            author={N. {Abi Akar} and B. {Cumming} and V. {Karakasis} and A. {Küsters} and W. {Klijn} and A. {Peyser} and S. {Yates}},
+            booktitle={2019 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)},
+            title={{Arbor --- A Morphologically-Detailed Neural Network Simulation Library for Contemporary High-Performance Computing Architectures}},
+            year={2019}, month={feb}, volume={}, number={},
+            pages={274--282},
+            doi={10.1109/EMPDP.2019.8671560},
+            ISSN={2377-5750}}
+
+    Alternative citation formats for the paper can be `downloaded here <https://ieeexplore.ieee.org/abstract/document/8671560>`_, and a preprint is available at `arXiv <https://arxiv.org/abs/1901.07454>`_.
+
 
 .. |zlatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1459678.svg
     :target: https://doi.org/10.5281/zenodo.1459678
 
-Previous versions of Arbor can be cited specifically:
-
-* Version 0.5: |z05|
-* Version 0.2: |z02|
-* Version 0.1: |z01|
-
 .. |z05| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4428108.svg
     :target: https://doi.org/10.5281/zenodo.4428108
 
@@ -53,22 +100,6 @@ Previous versions of Arbor can be cited specifically:
 .. |z01| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1459679.svg
     :target: https://doi.org/10.5281/zenodo.1459679
 
-The following BibTeX entry can be used to cite the Arbor introductory paper:
-
-.. code-block:: latex
-
-    @INPROCEEDINGS{
-        paper:arbor2019,
-        author={N. A. {Akar} and B. {Cumming} and V. {Karakasis} and A. {Küsters} and W. {Klijn} and A. {Peyser} and S. {Yates}},
-        booktitle={2019 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)},
-        title={{Arbor --- A Morphologically-Detailed Neural Network Simulation Library for Contemporary High-Performance Computing Architectures}},
-        year={2019}, month={feb}, volume={}, number={},
-        pages={274--282},
-        doi={10.1109/EMPDP.2019.8671560},
-        ISSN={2377-5750}}
-
-Alternative citation formats for the paper can be `downloaded here <https://ieeexplore.ieee.org/abstract/document/8671560>`_, and a preprint is available at `arXiv <https://arxiv.org/abs/1901.07454>`_.
-
 Acknowledgements
 ----------------
 
@@ -78,6 +109,8 @@ No. 785907 (Human Brain Project SGA2), and Specific Grant Agreement No. 945539 (
 
 Arbor is an `eBrains project <https://ebrains.eu/service/arbor/>`_.
 
+A full list of our software attributions can be found `here <https://github.com/arbor-sim/arbor/blob/master/ATTRIBUTIONS.md>`_.
+
 .. toctree::
    :caption: Get started:
    :maxdepth: 1
diff --git a/doc/scripts/divio_docs_theme/static/css/divio.css b/doc/scripts/divio_docs_theme/static/css/divio.css
index 2548d51712102dcd8db8060b1ce051fe9211d43b..20d9f53591e1e52884cac6100cd6321ab1616eee 100644
--- a/doc/scripts/divio_docs_theme/static/css/divio.css
+++ b/doc/scripts/divio_docs_theme/static/css/divio.css
@@ -4103,7 +4103,7 @@ div[class^='highlight'] pre {
 .wy-menu-vertical {
   width: 300px; }
 
-.wy-menu-vertical header, .wy-menu-vertical p.caption {
+.wy-menu-vertical header, .wy-menu-vertical p.caption, .wy-menu-vertical p {
   height: 32px;
   display: inline-block;
   line-height: 32px;
diff --git a/doc/scripts/divio_docs_theme/static/favicon.ico b/doc/scripts/divio_docs_theme/static/favicon.ico
deleted file mode 100644
index 92682f005a8cba5d994fbf05645c2100c9340f77..0000000000000000000000000000000000000000
Binary files a/doc/scripts/divio_docs_theme/static/favicon.ico and /dev/null differ
diff --git a/doc/scripts/divio_docs_theme/static/favicon.png b/doc/scripts/divio_docs_theme/static/favicon.png
deleted file mode 100644
index d397a5aa0a4a813f0e1604781315c50650b30077..0000000000000000000000000000000000000000
Binary files a/doc/scripts/divio_docs_theme/static/favicon.png and /dev/null differ