diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..c42963f --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +version: 2 + +python: + install: + - method: pip + path: . + extra_requirements: + - docs + +submodules: + include: all + +build: + os: ubuntu-22.04 + tools: + python: "3.11"