Skip to content

Commit a8b2d6c

Browse files
committed
set core notebooks to autoexecute when building docs
1 parent b29124b commit a8b2d6c

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
"hash": "baf205d70af30bf8b721a304f5a44beb31bf8af014f6b7340f1a7ae004926653"
545545
},
546546
"kernelspec": {
547-
"display_name": "Python PyMC3 (Dev)",
547+
"display_name": "Python 3 (ipykernel)",
548548
"language": "python",
549549
"name": "python3"
550550
},

0 commit comments

Comments
 (0)