File tree 3 files changed +30
-1
lines changed
3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,24 @@ build:
11
11
python :
12
12
install :
13
13
- requirements : requirements-docs.txt
14
+
15
+ search :
16
+ ranking :
17
+ _sources/* : -10
18
+ genindex.html : -9
19
+ blog/tag/* : -2
20
+ blog/category/* : -3
21
+ blog/author/* : -5
22
+ blog/20[0-9].html : -5
23
+ blog/archive.html : -5
24
+ blog/author.html : -5
25
+ blog/category.html : -5
26
+ blog/drafts.html : -5
27
+ blog/tag.html : -5
28
+ blog.html : -5
29
+ object_index/* : -1
30
+
31
+ ignore :
32
+ - 404.html
33
+ - search.html
34
+ - index.html
Original file line number Diff line number Diff line change @@ -83,6 +83,14 @@ def setup(app: Sphinx):
83
83
"article_header_end" : ["nb-badges" ],
84
84
"show_prev_next" : True ,
85
85
"article_footer_items" : ["rendered_citation.html" ],
86
+ "search_bar_text" : "Search within the PyMC example gallery..." ,
87
+ "icon_links" : [
88
+ {
89
+ "url" : "https://github.com/pymc-devs/pymc-examples" ,
90
+ "icon" : "fa-brands fa-github" ,
91
+ "name" : "GitHub" ,
92
+ },
93
+ ],
86
94
}
87
95
version = version if "." in rtd_version else "main"
88
96
doi_code = os .environ .get ("DOI_READTHEDOCS" , "10.5281/zenodo.5654871" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ matplotlib
3
3
myst-nb
4
4
sphinx-codeautolink
5
5
sphinx>=5
6
- pymc-sphinx-theme
6
+ pymc-sphinx-theme>=0.16
7
7
sphinx-copybutton
8
8
sphinx-design
9
9
sphinx-notfound-page
You can’t perform that action at this time.
0 commit comments