mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-04 05:54:54 +01:00
Bump sphinx
from 8.0.2 to 8.1.3 (#4532)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a39a59ee9b
commit
2ce687c8f1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
sphinx==8.0.2
|
sphinx==8.1.3
|
||||||
furo==2024.8.6
|
furo==2024.8.6
|
||||||
furo-sphinx-search @ git+https://github.com/harshil21/furo-sphinx-search@v0.2.0.1
|
furo-sphinx-search @ git+https://github.com/harshil21/furo-sphinx-search@v0.2.0.1
|
||||||
sphinx-paramlinks==0.6.0
|
sphinx-paramlinks==0.6.0
|
||||||
|
|
|
@ -30,7 +30,7 @@ version = telegram.__version__
|
||||||
release = telegram.__version__
|
release = telegram.__version__
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# 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
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
|
|
Loading…
Reference in a new issue