Update .readthedocs.yaml

This commit is contained in:
carlocagnetta 2023-11-15 17:30:51 +01:00 committed by Michael Panchenko
parent a8bceff01e
commit cf3e94a79d

View File

@ -14,10 +14,14 @@ build:
post_install:
- poetry install --with dev
pre_build:
- pip install .
- poetry config virtualenvs.create false
# Generate the Sphinx configuration for this Jupyter Book, so it builds.
- "poetry run jupyter-book config sphinx docs/"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python: