File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,24 @@ build:
11
11
python :
12
12
install :
13
13
- 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ matplotlib
3
3
myst-nb
4
4
sphinx-codeautolink
5
5
sphinx>=5
6
- git+https://github.com/ pymc-devs/pymc- sphinx-theme@test_016
6
+ pymc-sphinx-theme>=0.16
7
7
sphinx-copybutton
8
8
sphinx-design
9
9
sphinx-notfound-page
You can’t perform that action at this time.
0 commit comments