We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecd903 commit 1184d38Copy full SHA for 1184d38
1 file changed
docs/conf.py
@@ -26,21 +26,21 @@
26
# -- Project information -----------------------------------------------------
27
28
project = 'PHP Sorted Collections'
29
-copyright = '2024, Ch. Demko'
+copyright = '2024-2026, Ch. Demko'
30
author = 'Ch. Demko'
31
32
# The short X.Y version
33
version = '1.0'
34
# The full version, including alpha/beta/rc tags
35
-release = '1.0.8'
+release = '1.0.12'
36
37
38
# -- General configuration ---------------------------------------------------
39
40
# If your documentation needs a minimal Sphinx version, state it here.
41
#
42
# needs_sphinx = '1.0'
43
-needs_sphinx = '6.0'
+needs_sphinx = '9.1'
44
45
# Add any Sphinx extension module names here, as strings. They can be
46
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
0 commit comments