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 211211c commit 049f2a4Copy full SHA for 049f2a4
config/all.py
@@ -31,6 +31,9 @@
31
# Show a warning that this release is unmaintained.
32
is_eol = True
33
34
+# Link to 5.x docs for search engines
35
+canonical_version = '5'
36
+
37
# Add any paths that contain custom themes here, relative to this directory.
38
html_theme_path = []
39
html_theme = 'cakephp'
requirements.txt
@@ -1,4 +1,4 @@
1
docutils==0.17.1
2
sphinx==4.3.1
3
sphinxcontrib-phpdomain==0.8.0
4
-cakephpsphinx>=0.1.54,<1.0
+cakephpsphinx>=0.1.61,<1.0
0 commit comments