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