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 8968abeCopy full SHA for 8968abe
.readthedocs.yaml
@@ -11,4 +11,6 @@ build:
11
- pip install -e .[dev]
12
- pip install -e .[docs]
13
- python -m pip list
14
- - cp -r docs/html/* $READTHEDOCS_OUTPUT/html/
+ - ls $READTHEDOCS_OUTPUT
15
+ - mkdir $READTHEDOCS_OUTPUT/html
16
+ - cp -r docs/html/* $READTHEDOCS_OUTPUT/html
0 commit comments