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.
1 parent 84cc64b commit a050218Copy full SHA for a050218
.readthedocs.yaml
@@ -11,4 +11,5 @@ build:
11
- pip install -e .[dev]
12
- pip install -e .[docs]
13
- python -m pip list
14
- - cp -r docs/html/* $READTHEDOCS_OUTPUT/html/
+ - mkdir $READTHEDOCS_OUTPUT/html
15
+ - cp -r docs/html/* $READTHEDOCS_OUTPUT/html
0 commit comments