File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,21 @@ python:
1414 install :
1515 - requirements : requirements.txt
1616
17+ search :
18+ ranking :
19+ _sources/* : -10
20+ genindex.html : -9
21+ blog/tag/* : -2
22+ blog/category/* : -3
23+ blog/author/* : -5
24+ blog/20[0-9].html : -5
25+ blog/archive.html : -5
26+ blog/author.html : -5
27+ blog/category.html : -5
28+ blog/drafts.html : -5
29+ blog/tag.html : -5
30+
31+ ignore :
32+ - 404.html
33+ - search.html
34+ - index.html
Original file line number Diff line number Diff line change 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):
145144html_theme_options = {
146145 "show_nav_level" : 2 ,
147146 "navbar_start" : ["navbar-logo" ],
147+ "search_bar_text" : "Search within the PyMC blog..." ,
148148}
149149html_context = {
150150 "github_user" : "pymc-devs" ,
Original file line number Diff line number Diff line change 66sphinx-codeautolink
77sphinxext-opengraph
88sphinx-notfound-page
9- jupyterlite-sphinx
10- jupyterlite-pyodide-kernel
119sphinxext-rediraffe
12- pymc-sphinx-theme == 0.14
10+ pymc-sphinx-theme >= 0.16
1311sphinx-sitemap
You can’t perform that action at this time.
0 commit comments