diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..b6c4ce6 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: + - pdf + +python: + version: "3.8" + install: + - method: pip + path: . + extra_requirements: + - dev