From 19b00e4d779ecaa2a050f65293a5fea901e4ec26 Mon Sep 17 00:00:00 2001 From: James Gross <45212823+rakuy0@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:47:45 -0400 Subject: [PATCH] Readthedocs fix (#654) * maybe leave that blank? * manual build fix --- .readthedocs.yaml | 1 - requirements_doc.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 330eb2ec7..c2c2162b4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,5 @@ sphinx: configuration: docs/conf.py python: - version: 3.9 install: - requirements: requirements_doc.txt diff --git a/requirements_doc.txt b/requirements_doc.txt index a091dce83..260ac5b11 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -1,4 +1,4 @@ -r requirements_dev.txt -sphinx>=7.1.0,<7.2.0 -sphinx-rtd-theme>=1.2.0,<1.3.0 +sphinx>=6.0.0,<7.0.0 +sphinx-rtd-theme>=1.0.0,<2.0.0 jinja2<3.2.0