Skip to content

Commit

Permalink
Fix rtd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Sep 8, 2022
1 parent 34d28f7 commit 429a400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Expand Up @@ -11,4 +11,5 @@ build:
python: "3.10"
commands:
- pip3 install -r ./docs/requirements.txt
- cd docs && sphinx-build -M html "source" "_build"
- cd docs && python3 -m sphinx.cmd.build -M html "source" "_build"
- mv docs/_build _readthedocs/html

0 comments on commit 429a400

Please sign in to comment.