From bc7d7d08b8500417f0726e63674b1924d2559ff0 Mon Sep 17 00:00:00 2001 From: pmocz Date: Tue, 13 Aug 2024 10:43:36 -0400 Subject: [PATCH] update readthedocs.yaml --- .readthedocs.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dd2ba45a6..0b30ee9e5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,11 +7,15 @@ version: 2 build: os: "ubuntu-22.04" + tools: + python: "3.7" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py -# Optionally set the version of Python and requirements required to build your docs +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: - version: 3.7 + install: + - requirements: docs/requirements.txt \ No newline at end of file