File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55dependencies :
66 - python<3.13
77 - sphinx
8- - sphinx-rtd-theme
8+ - furo
99 - myst-nb
1010 - myst-parser>=0.14
1111 - docutils
Original file line number Diff line number Diff line change 1212
1313import sys
1414import os
15- import sphinx_rtd_theme
1615
1716sys .path .insert (0 , os .path .abspath ("." ))
1817
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
Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments