/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/migrations/docs/config
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/migrations/docs/config/all.py (1257B)
# Global configuration information used across all the
# translations of documentation.
#
# Import the base theme configuration
from cakephpsphinx.config.all import *
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '3.x'
# The search index version.
search_version = 'migrations-3'
# The marketing display name for the book.
version_name = ''
# Project name shown in the black header bar
project = 'CakePHP Migrations'
# Other versions that display in the version picker menu.
version_list = [
{'name': '2.x', 'number': 'migrations/2', 'title': '2.x'},
{'name': '3.x', 'number': 'migrations/3', 'title': '3.x', 'current': True},
]
# Languages available.
languages = ['en', 'fr', 'ja', 'pt', 'ru']
# The GitHub branch name for this version of the docs
# for edit links to point at.
branch = '3.x'
# Current version being built
version = '3.x'
# Language in use for this directory.
language = 'en'
show_root_link = True
repository = 'cakephp/migrations'
source_path = 'docs/'
hide_page_contents = ('search', '404', 'contents')
is_prerelease = False