From 2ce687c8f18cfc9733508bc2a3e525d66cae7a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:40:12 +0200 Subject: [PATCH] Bump `sphinx` from 8.0.2 to 8.1.3 (#4532) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- docs/requirements-docs.txt | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 0f97a0ac3..1ae17a68f 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,4 +1,4 @@ -sphinx==8.0.2 +sphinx==8.1.3 furo==2024.8.6 furo-sphinx-search @ git+https://github.com/harshil21/furo-sphinx-search@v0.2.0.1 sphinx-paramlinks==0.6.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index abad78812..caac474d3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,7 +30,7 @@ version = telegram.__version__ release = telegram.__version__ # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = "8.0.2" +needs_sphinx = "8.1.3" # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom