Improve ReadTheDocs configuration

This commit is contained in:
Justin Mayer 2023-08-03 14:37:39 +02:00
commit 48a0484d15

View file

@ -11,6 +11,9 @@ build:
tools:
python: "3.10"
# Build all formats
formats: all
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
@ -19,3 +22,5 @@ sphinx:
python:
install:
- requirements: requirements/developer.pip
- method: pip
path: .