File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed 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
+ git+https://github.com/ pymc-devs/pymc- sphinx-theme@test_016
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