From d3f66a18dd2ebf321073faf37eb25b02f53e0965 Mon Sep 17 00:00:00 2001 From: KCollins Date: Tue, 17 Sep 2024 17:38:35 -0400 Subject: [PATCH] Create readthedocs.yml --- readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..df25960 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,9 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + version: 3 + install: + - requirements: docs/requirements.txt