:octocat: readthedocs update

This commit is contained in:
smiley
2026-06-02 13:22:37 +02:00
parent 1a44a54d06
commit 5944b7be9c
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-26.04
tools:
python: "3.11"
python: "3.14"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
+2 -2
View File
@@ -44,7 +44,7 @@ lexers['php-annotations'] = PhpLexer(startinline=True)
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = u'PHP-QRCode'
copyright = u'2025, smiley'
copyright = u'2026, smiley'
author = u'smiley'
epub_author = u'smiley'
@@ -68,7 +68,7 @@ release = version
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = '6.0.0'
needs_sphinx = '9.1.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+1 -1
View File
@@ -1,3 +1,3 @@
myst-parser>=2.0.0
Sphinx==6.0.0
Sphinx==9.1.0
sphinx_rtd_theme>=1.2.1