Skip to content

Commit a2abcd2

Browse files
committed
add 'make doctest' to RTD YAML
1 parent 58cbb20 commit a2abcd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: "3.12"
13+
jobs:
14+
pre_build:
15+
# Run doctests to create the images that are needed
16+
- make doctest
1317

1418
# Build documentation in the docs/ directory with Sphinx
1519
sphinx:

0 commit comments

Comments
 (0)