Skip to content

Commit

Permalink
Merge pull request #3 from geddy11/rtd
Browse files Browse the repository at this point in the history
build: fix readthedocs build
  • Loading branch information
geddy11 authored Apr 24, 2024
2 parents 4ebbac8 + fd30dc8 commit d738550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
- pip install poetry jupyter-book sphinx-autoapi
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
Expand Down

0 comments on commit d738550

Please sign in to comment.