mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 12:33:09 +00:00
:octocat: readthedocs update
This commit is contained in:
+2
-2
@@ -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
@@ -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,3 +1,3 @@
|
||||
myst-parser>=2.0.0
|
||||
Sphinx==6.0.0
|
||||
Sphinx==9.1.0
|
||||
sphinx_rtd_theme>=1.2.1
|
||||
|
||||
Reference in New Issue
Block a user