diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..3f9a70137 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,22 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required: the version of this file's schema. +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + fail_on_warning: true + +# Set the version of python needed to build these docs. +build: + os: "ubuntu-lts-latest" + tools: + python: "3.12" + +# Optionally install extra requirements required to build your docs +python: + install: + - requirements: requirements/doc.txt