From ae43ed4bd731dd1537fe74862465d75b959605fd Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Wed, 8 Nov 2023 13:19:14 +0900 Subject: [PATCH] add documentation configuration --- .readthedocs.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .readthedocs.yml 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