From 47973d0f7d41910112ec396f1004eed376d9ecaf Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 9 Aug 2024 22:58:00 -0400 Subject: [PATCH 1/2] 4.x Rename cookbook to book Simplify documentation naming conventions across the various file formats. --- config/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/conf.py b/config/conf.py index 3d6a94b8e6..a3c6424d6c 100644 --- a/config/conf.py +++ b/config/conf.py @@ -64,7 +64,7 @@ # (source start file, target name, title, author, # documentclass [howto/manual]). latex_documents = [ - ('pdf-contents', 'CakePHPCookbook.tex', u'CakePHP Cookbook Documentation', + ('pdf-contents', 'CakePHPBook.tex', u'CakePHP Book', u'Cake Software Foundation', 'manual'), ] @@ -73,7 +73,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'cakephpcookbook', u'CakePHP Cookbook Documentation', + ('index', 'cakephpbook', u'CakePHP Book', [u'CakePHP'], 1) ] @@ -81,7 +81,7 @@ # -- Options for Epub output ------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'CakePHP Cookbook' +epub_title = u'CakePHP Book' epub_author = u'Cake Software Foundation, Inc.' epub_publisher = u'Cake Software Foundation, Inc.' epub_copyright = u'%d, Cake Software Foundation, Inc.' % datetime.datetime.now().year @@ -99,7 +99,7 @@ epub_identifier = 'https://cakephp.org' # A unique identification for the text. -epub_uid = 'cakephpcookbook1393624653' +epub_uid = 'cakephpbook1393624653' # A list of files that should not be packed into the epub file. epub_exclude_files = [ From e06231208bd61ed419faa1e85a6fca259c442342 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 11 Aug 2024 00:07:46 -0400 Subject: [PATCH 2/2] Bump docs theme --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5793b68834..f6d654ebf0 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.57,<1.0 +cakephpsphinx>=0.1.58,<1.0