We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8bdca7 + c0af25e commit 989d8e8Copy full SHA for 989d8e8
.readthedocs.yaml
@@ -19,8 +19,13 @@ build:
19
tools:
20
python: "3.10"
21
commands:
22
- - pip install --upgrade strictdoc
+ # Use the latest nightly build of StrictDoc. Otherwise, the build will fail
23
+ # if the documentation already uses new features.
24
+ - pip install -U --pre git+https://github.com/strictdoc-project/strictdoc.git@main
25
+
26
+ # Export documentation to HTML.
27
- strictdoc export . --output $READTHEDOCS_OUTPUT/
28
29
# This is what Read the Docs does by default to generate Sphinx.
30
# Some modifications were made because the paths were not resolved for some reason.
31
- python -m virtualenv $READTHEDOCS_VIRTUALENV_PATH
0 commit comments