From c21a2ac15a09b2ebf79afa53439fbc45214d4dc0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 1 Feb 2025 22:59:50 -0600 Subject: [PATCH] fix: docs build (#381) --- .readthedocs.yml | 2 +- docs/requirements.txt | 5 ++--- docs/source/conf.py | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6b1cbc5..552d57e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,7 +12,7 @@ sphinx: build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.12" # Optionally declare the Python requirements required to build your docs python: diff --git a/docs/requirements.txt b/docs/requirements.txt index f0b78b0..f1d3a15 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ -myst-parser==3.0.1 -Sphinx==7.4.7 +myst-parser==4.0.0 +Sphinx==8.1.3 sphinx-rtd-theme==3.0.2 -sphinxcontrib-asyncio==0.3.0 sphinxcontrib-fulltoc==1.2.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index 81e5439..7f61bc3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -43,7 +43,6 @@ release = __version__ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.githubpages", - "sphinxcontrib.asyncio", "sphinxcontrib.fulltoc", ]