diff options
Diffstat (limited to 'sites/www/.readthedocs.yaml')
-rw-r--r-- | sites/www/.readthedocs.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sites/www/.readthedocs.yaml b/sites/www/.readthedocs.yaml new file mode 100644 index 0000000..4f7d397 --- /dev/null +++ b/sites/www/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.7" + +python: + install: + - requirements: dev-requirements.txt + +sphinx: + configuration: sites/www/conf.py |