diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..af232107 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +version: 2 +python: + install: + - method: pip + path: . + - requirements: docs/requirements.txt +sphinx: + builder: dirhtml