Skip to content

Commit 73dadb3

Browse files
committed
configure search and use pypi release
1 parent c978802 commit 73dadb3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.readthedocs.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,24 @@ build:
1111
python:
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

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-
git+https://github.com/pymc-devs/pymc-sphinx-theme@test_016
6+
pymc-sphinx-theme>=0.16
77
sphinx-copybutton
88
sphinx-design
99
sphinx-notfound-page

0 commit comments

Comments
 (0)