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
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,21 @@ python:
install:
- requirements: requirements.txt

search:
ranking:
_sources/*: -10
genindex.html: -9
blog/tag/*: -2
blog/category/*: -3
blog/author/*: -5
blog/20[0-9].html: -5
blog/archive.html: -5
blog/author.html: -5
blog/category.html: -5
blog/drafts.html: -5
blog/tag.html: -5

ignore:
- 404.html
- search.html
- index.html
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"sphinxext.opengraph",
"sphinx_codeautolink",
"notfound.extension",
"jupyterlite_sphinx",
"sphinxext.rediraffe",
"sphinx_sitemap",
]
Expand Down Expand Up @@ -145,6 +144,7 @@ def setup(app):
html_theme_options = {
"show_nav_level": 2,
"navbar_start": ["navbar-logo"],
"search_bar_text": "Search within the PyMC blog...",
}
html_context = {
"github_user": "pymc-devs",
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ ablog
sphinx-codeautolink
sphinxext-opengraph
sphinx-notfound-page
jupyterlite-sphinx
jupyterlite-pyodide-kernel
sphinxext-rediraffe
pymc-sphinx-theme==0.14
pymc-sphinx-theme>=0.16
sphinx-sitemap