We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307ee30 commit c75f922Copy full SHA for c75f922
config/conf.py
@@ -27,6 +27,9 @@
27
# 2.x is out of support
28
is_eol = True
29
30
+# Link to 5x as the canonical docs
31
+canonical_version = '5'
32
+
33
# List of patterns, relative to source directory, that match files and
34
# directories to ignore when looking for source files.
35
exclude_patterns = [
requirements.txt
@@ -1,4 +1,4 @@
1
docutils==0.20.1
2
sphinx==7.0.1
3
sphinxcontrib-phpdomain==0.11.1
4
-cakephpsphinx>=0.1.57,<1.0
+cakephpsphinx>=0.1.60,<1.0
0 commit comments