Skip to content

Commit 7b7eaca

Browse files
committed
configure search and use pypi release
1 parent a3b4c4f commit 7b7eaca

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.readthedocs.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ python:
1616
- requirements: requirements.txt
1717
- method: pip
1818
path: .
19+
20+
search:
21+
ranking:
22+
_sources/*: -10
23+
_modules/*: -5
24+
genindex.html: -9
25+
26+
ignore:
27+
- 404.html
28+
- search.html
29+
- index.html

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
myst-nb
22
sphinx
3-
git+https://github.com/pymc-devs/pymc-sphinx-theme@test_016
3+
pymc-sphinx-theme>=0.16
44
sphinxcontrib-bibtex
55
sphinx_design
66
sphinx_codeautolink

0 commit comments

Comments
 (0)