diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..1a0c3aee2 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +# Required +version: 2 + +sphinx: + configuration: content/conf.py + +python: + version: 3 + setup_py_install: true + system_packages: true + install: + - requirements: requirements.txt