Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ sphinx:
configuration: docs/source/conf.py

python:
version: "3.7"
install:
- requirements: requirements-dev.txt
- method: pip
path: .

conda:
environment: "conda-envs/environment-dev-py38.yml"

submodules:
include: all
recursive: true
build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
]

# myst and panels config
jupyter_execute_notebooks = "off"
jupyter_execute_notebooks = "auto"
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "amsmath", "substitution"]
myst_substitutions = {
"version_slug": rtd_version,
Expand Down
212 changes: 0 additions & 212 deletions docs/source/sphinxext/gallery_generator.py

This file was deleted.