diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..f3c5b8a --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,9 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + version: 3.7 + install: + - requirements: requirements.txt