Skip to content

Commit

Permalink
Fix readthedocs.yml (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 21, 2023
1 parent b09cd6b commit 9477a26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ build:
tools:
python: "3.11"
commands:
- pip install -U pip -r docs/requirements.txt
- pip install -U pip
- pip install -U -r docs/requirements.txt
- pip install -e .
- make docs
- mv docs/_build $READTHEDOCS_OUTPUT

0 comments on commit 9477a26

Please sign in to comment.