diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..758d263 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,14 @@ +# Required +version: 2 + +# Image to use +build: + image: testing + +# Configuration +python: + version: 3.9 + install: + - requirements: docs/requirements.txt + - method: pip + path: .