Skip to content

Commit

Permalink
Fix virtualenv path
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Nov 12, 2024
1 parent 30ce53e commit 5962db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ build:
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs
# Generate code documentation skeleton
- LC_ALL=C python docs/gen_ref_pages.py
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python docs/gen_ref_pages.py
mkdocs:
configuration: mkdocs.yml

0 comments on commit 5962db9

Please sign in to comment.