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:
14
14
install :
15
15
- requirements : requirements.txt
16
16
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 40
40
"sphinxext.opengraph" ,
41
41
"sphinx_codeautolink" ,
42
42
"notfound.extension" ,
43
- "jupyterlite_sphinx" ,
44
43
"sphinxext.rediraffe" ,
45
44
"sphinx_sitemap" ,
46
45
]
@@ -145,6 +144,7 @@ def setup(app):
145
144
html_theme_options = {
146
145
"show_nav_level" : 2 ,
147
146
"navbar_start" : ["navbar-logo" ],
147
+ "search_bar_text" : "Search within the PyMC blog..." ,
148
148
}
149
149
html_context = {
150
150
"github_user" : "pymc-devs" ,
Original file line number Diff line number Diff line change 6
6
sphinx-codeautolink
7
7
sphinxext-opengraph
8
8
sphinx-notfound-page
9
- jupyterlite-sphinx
10
- jupyterlite-pyodide-kernel
11
9
sphinxext-rediraffe
12
- pymc-sphinx-theme == 0.14
10
+ pymc-sphinx-theme >= 0.16
13
11
sphinx-sitemap
You can’t perform that action at this time.
0 commit comments