Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
oraNod and webknjaz authored Aug 16, 2023
1 parent 6ff8b86 commit 2c99ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build:
- python -m venv "${READTHEDOCS_VIRTUALENV_PATH}"
- >-
"${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -m pip install --exists-action=w -r requirements.in -c requirements.txt
- "${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -I build.py
- >-
"${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -I build.py
- mkdir -pv "${READTHEDOCS_OUTPUT}"
- cp -rv output "${READTHEDOCS_OUTPUT}"/html

0 comments on commit 2c99ce5

Please sign in to comment.