diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..8d1cbbef --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,18 @@ +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +submodules: + exclude: all + +#python: +# install: +# - requirements: doc/requirements.txt + +#mkdocs: +# configuration: mkdocs.yml +# fail_on_warning: false \ No newline at end of file