diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..073ad1a9 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,11 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + install: + - method: pip + path: . + extra_requirements: + - docs