Skip to content

Commit

Permalink
Merge pull request #3 from MicaelJarniac/template
Browse files Browse the repository at this point in the history
build(docs): fix Poetry install command
  • Loading branch information
MicaelJarniac authored Jul 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0507f7b + a6233b1 commit 17f9a66
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
@@ -10,7 +10,7 @@ build:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --only main docs --all-extras
- poetry install --only main,docs --all-extras

# Build from the docs/ directory with Sphinx
sphinx:

0 comments on commit 17f9a66

Please sign in to comment.