File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,24 @@ build:
1111python :
1212 install :
1313 - 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):
8383 "article_header_end" : ["nb-badges" ],
8484 "show_prev_next" : True ,
8585 "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+ ],
8694}
8795version = version if "." in rtd_version else "main"
8896doi_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
33myst-nb
44sphinx-codeautolink
55sphinx>=5
6- pymc-sphinx-theme
6+ pymc-sphinx-theme>=0.16
77sphinx-copybutton
88sphinx-design
99sphinx-notfound-page
You can’t perform that action at this time.
0 commit comments