From ca0cbe94ea0437ffd08850b65444d34f782edfb2 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Tue, 2 May 2023 12:21:57 -0500 Subject: [PATCH] Fix readthedocs with Python 3.8 --- .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..76b2cfe --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,9 @@ +version: 2 +sphinx: + configuration: docs/sphinx/conf.py + +python: + version: 3.8 + install: + - requirements: docs/requirements-docs.txt + - path: .