forked from TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.cfg
84 lines (62 loc) · 2.54 KB
/
Settings.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# coding: utf-8
# #####
#
# Settings.cfg - A TYPO3 Documentation Project's Configuration File
#
# About Syntax:
# See https://docs.python.org/2/library/configparser.html
#
# Put comments in separate lines!
#
# #####
# Attention:
# LEAVE RIGHT SIDE EMPTY for a 'false' value like:
# example_of_false_value =
[general]
; endless list of all of the general simple settings
; you can use in 'conf.py'
project = TYPO3 Core APIs
version = latest
release = latest
t3author = Documentation Team
copyright = since 2000 by the TYPO3 Documentation Team
description = Reference to the
Core APIs of TYPO3, for example main classes,
Extension API, Rich Text Editor (RTE) API
[html_theme_options]
; for theme t3SphinxThemeRtd
github_branch = latest
github_commit_hash =
github_repository = TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
github_revision_msg =
github_sphinx_locale =
project_contact = mailto:[email protected]
project_discussions =
project_home =
project_issues = https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/issues
project_repository = https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
use_opensearch = https://docs.typo3.org/typo3cms/CoreApiReference
[intersphinx_mapping]
; in this manual we actually use (really?):
t3cgl = https://docs.typo3.org/typo3cms/CodingGuidelinesReference/
t3cmsapi = https://typo3.org/api/typo3cms/
t3extbasebook = https://docs.typo3.org/typo3cms/ExtbaseFluidBook/
t3fal = https://docs.typo3.org/typo3cms/FileAbstractionLayerReference/
t3inside = https://docs.typo3.org/typo3cms/InsideTypo3Reference/
t3services = https://docs.typo3.org/typo3cms/Typo3ServicesReference/
t3skinning = https://docs.typo3.org/typo3cms/SkinningReference/
t3tca = https://docs.typo3.org/typo3cms/TCAReference/
t3tsconfig = https://docs.typo3.org/typo3cms/TSconfigReference/
t3tsref = https://docs.typo3.org/typo3cms/TyposcriptReference/
t3tssyntax = http://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/
[notify]
# The toolchain 'RenderDocumentation' looks at this entry.
# Specify a comma separated list of one or more email addresses. If one of them is
# 'no', then notification is turned off for all.
about_new_build =
# # Example: Turn off notification
# about_new_build = no
# For a reference about this file see:
# https://github.com/marble/typo3-docs-typo3-org-resources/blob/master/userroot/scripts/bin/conf-2015-10.Reference.Settings.cfg