From c9f865a30c0bc14ec0daa332dad0659bf0b2573d Mon Sep 17 00:00:00 2001 From: nsheff Date: Thu, 22 Feb 2024 15:01:17 -0500 Subject: [PATCH] add readthedocs config --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml 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