Skip to content

Commit 046c71f

Browse files
committed
set core notebooks to autoexecute when building docs
1 parent 75ea2a8 commit 046c71f

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.readthedocs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ sphinx:
44
configuration: docs/source/conf.py
55

66
python:
7-
version: "3.7"
7+
version: "3.8"
88
install:
99
- requirements: requirements-dev.txt
1010
- method: pip
1111
path: .
12-
13-
14-
submodules:
15-
include: all
16-
recursive: true

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
]
119119

120120
# myst and panels config
121-
jupyter_execute_notebooks = "off"
121+
jupyter_execute_notebooks = "auto"
122122
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "amsmath", "substitution"]
123123
myst_substitutions = {
124124
"version_slug": rtd_version,

docs/source/learn/examples/model_comparison.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,9 @@
535535
],
536536
"metadata": {
537537
"kernelspec": {
538-
"display_name": "Python PyMC3 (Dev)",
538+
"display_name": "Python 3 (ipykernel)",
539539
"language": "python",
540-
"name": "pymc3-dev-py38"
540+
"name": "python3"
541541
},
542542
"language_info": {
543543
"codemirror_mode": {
@@ -549,7 +549,7 @@
549549
"name": "python",
550550
"nbconvert_exporter": "python",
551551
"pygments_lexer": "ipython3",
552-
"version": "3.8.6"
552+
"version": "3.9.7"
553553
}
554554
},
555555
"nbformat": 4,

0 commit comments

Comments
 (0)