diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..cf55a07 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,22 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +sphinx: + configuration: docs/conf.py + +build: + os: 'ubuntu-20.04' + apt_packages: + - libxml2-dev + - libxmlsec1-dev + - libxmlsec1-openssl + - wget + tools: + python: '3.10' + +python: + install: + - requirements: requirements/dev.txt