Skip to content

Commit 6e5c322

Browse files
bumped theme version and fixed theme switcher
1 parent 40796ba commit 6e5c322

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
# sphinx
1010
- sphinx=8.1.3 # core builder # https://anaconda.org/conda-forge/sphinx/files
1111
# theme and extensions
12-
- pydata-sphinx-theme=0.15.4 # website theme # https://anaconda.org/conda-forge/pydata-sphinx-theme/files
12+
- pydata-sphinx-theme=0.16.0 # website theme # https://anaconda.org/conda-forge/pydata-sphinx-theme/files
1313
- myst-parser=4.0.0 # Markdown support # https://anaconda.org/conda-forge/myst-parser/files
1414
- myst-nb=1.1.2 # Jupyter notebook support # https://anaconda.org/conda-forge/myst-nb/files
1515
- sphinx-autoapi=3.3.2 # to build docs from source code instead of package import # https://anaconda.org/conda-forge/sphinx-autoapi/files
@@ -20,7 +20,7 @@ dependencies:
2020
- sphinx-favicon=1.0.1 # for custom favicons # https://anaconda.org/conda-forge/sphinx-favicon/files
2121
- sphinx-copybutton=0.5.2 # for copy button in code blocks # https://anaconda.org/conda-forge/sphinx-copybutton/files
2222
# build process
23-
- sphinx-autobuild=2024.10.2 # live-html support # https://anaconda.org/conda-forge/sphinx-autobuild/files
23+
- sphinx-autobuild=2024.10.3 # live-html support # https://anaconda.org/conda-forge/sphinx-autobuild/files
2424
# other packages
2525
- pip
2626
- pip:

source/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@
102102
},
103103
# page elements
104104
"navbar_start": ["navbar-logo", "version-switcher"],
105-
"navbar_end": ["navbar-icon-links.html"],
106-
"navbar_persistent": ["theme-switcher"],
105+
"navbar_end": ["theme-switcher", "navbar-icon-links.html"],
107106
"footer_start": ["copyright"],
108107
"footer_end": ["footer"],
109108
"secondary_sidebar_items": ["page-toc", "edit-this-page", "sourcelink", "support"],
@@ -117,8 +116,8 @@
117116
"type": "fontawesome",
118117
},
119118
{
120-
"name": "Conda",
121-
"url": "https://anaconda.org/cmutel/brightway25",
119+
"name": "PyPi",
120+
"url": "https://pypi.org/project/brightway25/#description",
122121
"icon": "fa-brands fa-python",
123122
"type": "fontawesome",
124123
},

0 commit comments

Comments
 (0)