Skip to content

Commit

Permalink
Merge pull request #1026 from carmenbianca/fix-rtd
Browse files Browse the repository at this point in the history
Make sure that readthedocs can compile the docs
  • Loading branch information
carmenbianca authored Jul 3, 2024
2 parents dac6b51 + ab0fa41 commit 1236d32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ build:
python: "3.8"
jobs:
post_create_environment:
- pip install poetry
- python -m pip install poetry
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with
docs

sphinx:
configuration: docs/conf.py
1 change: 1 addition & 0 deletions changelog.d/fixed/rtd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Make sure that readthedocs can compile the documentation.

0 comments on commit 1236d32

Please sign in to comment.