From 76383b9bc4a6996d28dfedf7463cc51c6450c0bf Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Sat, 25 Dec 2021 22:26:05 -0500 Subject: [PATCH] Add readthedocs configuration --- .readthedocs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..2c2e956 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,13 @@ +version: 2 + +mkdocs: + configuration: mkdocs.yml + fail_on_warning: true + +python: + install: + - method: pip + path: . + extra_requirements: + - docs + system_packages: true \ No newline at end of file