We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cbb20 commit a2abcd2Copy full SHA for a2abcd2
1 file changed
.readthedocs.yaml
@@ -10,6 +10,10 @@ build:
10
os: ubuntu-22.04
11
tools:
12
python: "3.12"
13
+ jobs:
14
+ pre_build:
15
+ # Run doctests to create the images that are needed
16
+ - make doctest
17
18
# Build documentation in the docs/ directory with Sphinx
19
sphinx:
0 commit comments