Skip to content

Commit b3742d8

Browse files
committed
Merge remote-tracking branch 'origin/main' into autoscaling
2 parents d87d848 + 3ef7942 commit b3742d8

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

devtools/conda-envs/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python<3.13
77
- sphinx
8-
- sphinx-rtd-theme
8+
- furo
99
- myst-nb
1010
- myst-parser>=0.14
1111
- docutils

docs/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
import sys
1414
import os
15-
import sphinx_rtd_theme
1615

1716
sys.path.insert(0, os.path.abspath("."))
1817

@@ -58,7 +57,12 @@
5857
# -- Options for HTML output -------------------------------------------------
5958
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
6059

61-
html_theme = "sphinx_rtd_theme"
60+
html_theme = "furo"
61+
html_logo = "assets/logo/logo_full_horizontal_inverted.png"
62+
html_theme_options = {
63+
"sidebar_hide_name": True,
64+
"navigation_with_keys": True,
65+
}
6266

6367
# -- Options for MystNB ------------------------------------------------------
6468

docs/index.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ and the :ref:`developer-guide` for details on how the components of this archite
4444
.. _OpenFreeEnergy: https://openfree.energy/
4545

4646
.. toctree::
47+
:hidden:
4748
:maxdepth: 1
4849
:caption: Contents:
4950

50-
5151
./user_guide
5252
./tutorials/index
5353
./deployment
@@ -56,11 +56,3 @@ and the :ref:`developer-guide` for details on how the components of this archite
5656
./development
5757
./api
5858
CHANGELOG
59-
60-
61-
Indices and tables
62-
==================
63-
64-
* :ref:`genindex`
65-
* :ref:`modindex`
66-
* :ref:`search`

0 commit comments

Comments
 (0)