Skip to content

Commit 049f2a4

Browse files
committed
Bump theme version and set canonical link
1 parent 211211c commit 049f2a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
# Show a warning that this release is unmaintained.
3232
is_eol = True
3333

34+
# Link to 5.x docs for search engines
35+
canonical_version = '5'
36+
3437
# Add any paths that contain custom themes here, relative to this directory.
3538
html_theme_path = []
3639
html_theme = 'cakephp'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
docutils==0.17.1
22
sphinx==4.3.1
33
sphinxcontrib-phpdomain==0.8.0
4-
cakephpsphinx>=0.1.54,<1.0
4+
cakephpsphinx>=0.1.61,<1.0

0 commit comments

Comments
 (0)