diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..978fe074 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +mkdocs: + configuration: mkdocs.yml + fail_on_warning: false + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: requirements/requirements-doc.txt \ No newline at end of file