We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd2dfa commit d8d307bCopy full SHA for d8d307b
conf.py
@@ -40,7 +40,6 @@
40
"sphinxext.opengraph",
41
"sphinx_codeautolink",
42
"notfound.extension",
43
- "jupyterlite_sphinx",
44
"sphinxext.rediraffe",
45
"sphinx_sitemap",
46
]
@@ -145,6 +144,7 @@ def setup(app):
145
144
html_theme_options = {
146
"show_nav_level": 2,
147
"navbar_start": ["navbar-logo"],
+ "search_bar_text": "Search within the PyMC blog...",
148
}
149
html_context = {
150
"github_user": "pymc-devs",
requirements.txt
@@ -6,8 +6,6 @@ ablog
6
sphinx-codeautolink
7
sphinxext-opengraph
8
sphinx-notfound-page
9
-jupyterlite-sphinx
10
-jupyterlite-pyodide-kernel
11
sphinxext-rediraffe
12
-pymc-sphinx-theme==0.14
+git+https://github.com/pymc-devs/pymc-sphinx-theme@test_016
13
sphinx-sitemap
0 commit comments