Skip to content

Commit d8d307b

Browse files
committed
test theme update and search fix
1 parent 2bd2dfa commit d8d307b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"sphinxext.opengraph",
4141
"sphinx_codeautolink",
4242
"notfound.extension",
43-
"jupyterlite_sphinx",
4443
"sphinxext.rediraffe",
4544
"sphinx_sitemap",
4645
]
@@ -145,6 +144,7 @@ def setup(app):
145144
html_theme_options = {
146145
"show_nav_level": 2,
147146
"navbar_start": ["navbar-logo"],
147+
"search_bar_text": "Search within the PyMC blog...",
148148
}
149149
html_context = {
150150
"github_user": "pymc-devs",

requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ablog
66
sphinx-codeautolink
77
sphinxext-opengraph
88
sphinx-notfound-page
9-
jupyterlite-sphinx
10-
jupyterlite-pyodide-kernel
119
sphinxext-rediraffe
12-
pymc-sphinx-theme==0.14
10+
git+https://github.com/pymc-devs/pymc-sphinx-theme@test_016
1311
sphinx-sitemap

0 commit comments

Comments
 (0)