Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@ build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-4.10"

search:
ranking:
_sources/*: -10
_modules/*: -5
genindex.html: -9
'*__init__.html': -3
'*dist.html': -3

ignore:
- 404.html
- search.html
- index.html
2 changes: 1 addition & 1 deletion conda-envs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- numpydoc
- polyagamma
- pre-commit>=2.8.0
- pymc-sphinx-theme==0.14
- pymc-sphinx-theme>=0.16
- sphinx-copybutton
- sphinx-design
- sphinx-notfound-page
Expand Down
8 changes: 8 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,14 @@ def setup(app):
"logo": {
"link": "https://www.pymc.io",
},
"search_bar_text": "Search within PyMC library docs...",
"icon_links": [
{
"url": "https://github.com/pymc-devs/pymc",
"icon": "fa-brands fa-github",
"name": "GitHub",
},
],
}
html_context = {
"github_user": "pymc-devs",
Expand Down
Loading