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