Skip to content

Commit 37897a9

Browse files
committed
misc doc improvements and theme update
1 parent bdd999c commit 37897a9

File tree

3 files changed

+4
-35
lines changed

3 files changed

+4
-35
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sphinx:
66
configuration: docs/conf.py
77

88
build:
9-
os: ubuntu-20.04
9+
os: ubuntu-24.04
1010
tools:
11-
python: "3.10"
11+
python: "3.12"
1212

1313
python:
1414
install:

docs/conf.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"sphinx_design",
2222
"sphinxcontrib.bibtex",
2323
"sphinx_codeautolink",
24-
"sphinx_remove_toctrees",
2524
]
2625

2726
# List of patterns, relative to source directory, that match files and
@@ -80,17 +79,6 @@
8079
"icon": "fa-brands fa-github",
8180
"name": "GitHub",
8281
},
83-
{
84-
"url": "https://twitter.com/pymc_devs/",
85-
"icon": "fa-brands fa-twitter",
86-
"name": "Twitter",
87-
},
88-
{
89-
"url": "https://www.youtube.com/c/PyMCDevelopers",
90-
"icon": "fa-brands fa-youtube",
91-
"name": "YouTube",
92-
},
93-
{"url": "https://discourse.pymc.io", "icon": "fa-brands fa-discourse", "name": "Discourse"},
9482
],
9583
}
9684

@@ -144,23 +132,6 @@
144132
nb_execution_mode = "off"
145133

146134

147-
remove_from_toctrees = [
148-
"BART/*",
149-
"case_studies/*",
150-
"causal_inference/*",
151-
"diagnostics_and_criticism/*",
152-
"gaussian_processes/*",
153-
"generalized_linear_models/*",
154-
"mixture_models/*",
155-
"ode_models/*",
156-
"howto/*",
157-
"samplers/*",
158-
"splines/*",
159-
"survival_analysis/*",
160-
"time_series/*",
161-
"variational_inference/*",
162-
]
163-
164135
# bibtex config
165136
bibtex_bibfiles = ["references.bib"]
166137
bibtex_default_style = "unsrt"

requirements-docs.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
myst-nb
2-
sphinx==5.0.2 # see https://github.com/pymc-devs/pymc-examples/issues/409
3-
git+https://github.com/pymc-devs/pymc-sphinx-theme
2+
sphinx
3+
git+https://github.com/pymc-devs/pymc-sphinx-theme@test_016
44
sphinxcontrib-bibtex
5-
nbsphinx
65
sphinx_design
76
sphinx_codeautolink
8-
sphinx_remove_toctrees

0 commit comments

Comments
 (0)