Skip to content

Commit

Permalink
Merge pull request #7898 from cakephp/chore-rename-4x
Browse files Browse the repository at this point in the history
4.x Rename cookbook to book
  • Loading branch information
markstory committed Aug 11, 2024
2 parents 07b3aff + e062312 commit 1e81eb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]

Expand All @@ -73,15 +73,15 @@
# 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)
]


# -- 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
Expand All @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1e81eb9

Please sign in to comment.