diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..4193e0c8 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,14 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +build: + image: latest + +python: + version: 3.8 + install: + - method: pip + path: . + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 83f38b33..802043cd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,4 @@ # This file is intended for use on readthedocs ---find-links https://www.tortall.net/~robotpy/wheels/2021/linux_x86_64 sphinx sphinx-rtd-theme robotpy-sphinx-plugin --e . \ No newline at end of file