File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,16 @@ build:
15
15
os : " ubuntu-22.04"
16
16
tools :
17
17
python : " mambaforge-4.10"
18
+
19
+ search :
20
+ ranking :
21
+ _sources/* : -10
22
+ _modules/* : -5
23
+ genindex.html : -9
24
+ ' *__init__.html ' : -3
25
+ ' *dist.html ' : -3
26
+
27
+ ignore :
28
+ - 404.html
29
+ - search.html
30
+ - index.html
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
- numpydoc
27
27
- polyagamma
28
28
- pre-commit>=2.8.0
29
- - pymc-sphinx-theme==0.14
29
+ - pymc-sphinx-theme>=0.16
30
30
- sphinx-copybutton
31
31
- sphinx-design
32
32
- sphinx-notfound-page
Original file line number Diff line number Diff line change @@ -351,6 +351,14 @@ def setup(app):
351
351
"logo" : {
352
352
"link" : "https://www.pymc.io" ,
353
353
},
354
+ "search_bar_text" : "Search within PyMC library docs..." ,
355
+ "icon_links" : [
356
+ {
357
+ "url" : "https://github.com/pymc-devs/pymc" ,
358
+ "icon" : "fa-brands fa-github" ,
359
+ "name" : "GitHub" ,
360
+ },
361
+ ],
354
362
}
355
363
html_context = {
356
364
"github_user" : "pymc-devs" ,
You can’t perform that action at this time.
0 commit comments