Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Frost Ming <me@frostming.com>
  • Loading branch information
aarnphm and frostming committed Jul 19, 2023
1 parent 80c9d49 commit ee75b10
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:
- git update-index --assume-unchanged docs/source/conf.py
post_install:
- 'curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -'
- 'VIRTUAL_ENV=$(dirname $(dirname $(which python))) ~/.local/bin/pdm sync -dG docs'
- '~/.local/bin/pdm use -f "$READTHEDOCS_VIRTUALENV_PATH"
- '~/.local/bin/pdm sync -dG docs'
sphinx:
configuration: docs/source/conf.py

0 comments on commit ee75b10

Please sign in to comment.