diff --git a/config/conf.py b/config/conf.py index 6375eeb951..e11f9d72e5 100644 --- a/config/conf.py +++ b/config/conf.py @@ -38,6 +38,9 @@ # Languages available. languages = ['en', 'pt_BR', 'es', 'ja', 'fr', 'zh_CN', 'tr', 'ru'] +# Link to 5x as the canonical docs +canonical_version = '5' + # The GitHub branch name for this version of the docs # for edit links to point at. branch = '3.x' diff --git a/requirements.txt b/requirements.txt index f6d654ebf0..e6a14422d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ docutils==0.20.1 sphinx==7.0.1 sphinxcontrib-phpdomain==0.11.1 -cakephpsphinx>=0.1.58,<1.0 +cakephpsphinx>=0.1.60,<1.0