From 25c17b619c9d1c330450307b7e2c44578e43e66a Mon Sep 17 00:00:00 2001 From: carsen-stringer Date: Thu, 22 Feb 2024 09:04:09 -0500 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b75c494e..a7ad6f80 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,18 +4,27 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py +# Build documentation with MkDocs +#mkdocs: +# configuration: mkdocs.yml + # Optionally build your docs in additional formats such as PDF formats: - pdf # specify dependencies python: - version: 3.8 install: + - requirements: docs/requirements.txt - method: pip path: . extra_requirements: