Skip to content

Commit

Permalink
Update rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Oct 22, 2024
1 parent af3c481 commit faed6d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ build:
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally build your docs in additional formats such as PDF
formats:
- pdf

# Optionally set requirements required to build your docs
# python:
Expand Down

0 comments on commit faed6d8

Please sign in to comment.