diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..413c1db5 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +python: + version: "3.7" + install: + - method: pip + path: . + extra_requirements: + - doc