diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..626a39577 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,12 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +build: + image: latest + +python: + version: 3.8 + install: + - requirements: docs/requirements.txt \ No newline at end of file