diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..26dbd87 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,12 @@ +version: 1 + +sphinx: + configuration: docs/source/conf.py + +formats: [] + +python: + version: 3.8 + install: + - method: pip + path: . \ No newline at end of file