Skip to content

Commit c978802

Browse files
committed
update theme
1 parent 993600c commit c978802

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

examples/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}
8795
version = version if "." in rtd_version else "main"
8896
doi_code = os.environ.get("DOI_READTHEDOCS", "10.5281/zenodo.5654871")

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ matplotlib
33
myst-nb
44
sphinx-codeautolink
55
sphinx>=5
6-
pymc-sphinx-theme
6+
git+https://github.com/pymc-devs/pymc-sphinx-theme@test_016
77
sphinx-copybutton
88
sphinx-design
99
sphinx-notfound-page

0 commit comments

Comments
 (0)