Skip to content

Commit

Permalink
github-481 Fix build of Sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kupferk committed Mar 15, 2024
1 parent 9db56ae commit db947fc
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 272 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ build:
- poetry config virtualenvs.create false
post_install:
# Install dependencies
- poetry install --directory=docs
# VIRTUAL_ENV needs to be set manually for now.
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --directory=docs

# Build from the docs/ directory with Sphinx
sphinx:
Expand Down
Loading

0 comments on commit db947fc

Please sign in to comment.