Skip to content

Commit

Permalink
readthedocs config (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj authored Oct 21, 2024
1 parent 1c4314b commit e8f4a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ build:
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
# VIRTUAL_ENV needs to be set manually for now.
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make build
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --no-root --sync
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run mkdocs build

mkdocs:
configuration: mkdocs.yml
Expand Down

0 comments on commit e8f4a8b

Please sign in to comment.