Skip to content

Commit

Permalink
Fixed RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoRoos committed Oct 24, 2024
1 parent 5cc12c1 commit f625e92
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ build:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
jobs:
post_create_environment:
- pip install "poetry==1.8.4"
# Using a venv would break here:
- poetry config virtualenvs.create false
post_install:
# Real dependencies install:
- poetry install --with docs

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -24,12 +32,3 @@ sphinx:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- method: pip
path: .
extra_requirements:
- doc

0 comments on commit f625e92

Please sign in to comment.