From f802bd04398df7f915916dabbc1ba2b129796be0 Mon Sep 17 00:00:00 2001 From: pacrob Date: Wed, 3 May 2023 10:53:12 -0600 Subject: [PATCH] bump sphinx version and set py version rtd uses to 3.8 --- .readthedocs.yml | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 959cf717..bb96642a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + +sphinx: + configuration: docs/conf.py + python: install: - method: pip diff --git a/setup.py b/setup.py index 00994c25..dc1a39f1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ extras_require = { "black>=23", ], "doc": [ - "sphinx>=5.0.0", + "sphinx>=6.0.0", "sphinx_rtd_theme>=1.0.0", "towncrier>=21,<22", ],