forked from TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.cfg
155 lines (118 loc) · 4.48 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[general]
project = Writing Documentation
version = 1.0
release = 1.0.0
t3author = TYPO3 docteam & community
copyright = since 1999 by the authors
description = Intended: All you need to know
to write documentation.
; defaults:
# highlight_language = 'php'
# html_use_smartypants = False
# language = None
# master_doc = 'Index'
# pygments_style = 'sphinx'
# source_suffix = ['.rst', '.md']
# todo_include_todos = False
[notify]
about_new_builds = no
[html_theme_options]
; for theme t3SphinxThemeRtd
# to get the "Edit me on Github Button"
github_branch = master
github_repository = TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument
# planned
github_commit_hash =
github_revision_msg =
# planned
github_sphinx_locale =
# Fille in values to get links in the "Related Links" section at the lower left
project_contact = mailto:documentation@typo3.org
project_discussions =
project_home = https://github.com/TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument
project_issues = https://github.com/TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument/issues
project_repository = https://github.com/TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument
# leave this empty
use_opensearch =
[intersphinx_mapping]
; in this manual we actually use:
# t3api = https://typo3.org/api/typo3cms/
# t3cgl = https://docs.typo3.org/typo3cms/CodingGuidelinesReference/
t3contribute = https://docs.typo3.org/typo3cms/ContributionWorkflowGuide/
t3coreapi = https://docs.typo3.org/typo3cms/CoreApiReference/
# t3editors = https://docs.typo3.org/typo3cms/EditorsTutorial/
# t3extbasebook = https://docs.typo3.org/typo3cms/ExtbaseFluidBook/
# t3fal = https://docs.typo3.org/typo3cms/FileAbstractionLayerReference/
# t3inside = https://docs.typo3.org/typo3cms/InsideTypo3Reference/
# t3install = https://docs.typo3.org/typo3cms/InstallationGuide/
# t3l10n = https://docs.typo3.org/typo3cms/FrontendLocalizationGuide/
# t3security = https://docs.typo3.org/typo3cms/SecurityGuide/
# t3services = https://docs.typo3.org/typo3cms/Typo3ServicesReference/
# t3skinning = https://docs.typo3.org/typo3cms/SkinningReference/
# t3start = https://docs.typo3.org/typo3cms/GettingStartedTutorial/
# t3tca = https://docs.typo3.org/typo3cms/TCAReference/
# t3templating = https://docs.typo3.org/typo3cms/TemplatingTutorial/
# t3ts45 = https://docs.typo3.org/typo3cms/TyposcriptIn45MinutesTutorial/
# t3tsconfig = https://docs.typo3.org/typo3cms/TSconfigReference/
# t3tsref = https://docs.typo3.org/typo3cms/TyposcriptReference/
# t3tssyntax = https://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/
# [extensions]
#
# ; Add to list of extensions[] as defined in 'conf.py'.
# ; Mention the extensions you need. Some are loaded automatically
# ; and don't need to be mentioned. Examples:
#
# any_name_1 = sphinx.ext.extlinks
# any_name_2 = sphinx.ext.ifconfig
# any_name_3 = sphinx.ext.intersphinx
# [extlinks]
#
# ; These defaults are set in conf.py
#
# ; Example:
# ; :forge:`12345` will be rendered as
# ; <a href="https://forge.typo3.org/issues/12345">Forge #12345</a>
#
# ; name = url | prefix
#
# forge = https://forge.typo3.org/issues/%s | Forge #
# issue = https://forge.typo3.org/issues/%s | Issue #
# review = https://review.typo3.org/%s' | Review #
# [latex_documents]
#
# ; These defaults are set in conf.py
#
# source_start_file = (master_doc) ; "Index"
# target_name = PROJECT.tex
# title = (project)
# author = (t3author)
# documentclass = "manual"
# [latex_elements]
#
# ; These defaults are set conf.py
#
# papersize = a4paper ; letterpaper | a4paper
# pointsize = 10pt ; 10pt | 11pt | 12pt
# preamble = \\usepackage{typo3} ; Additional stuff for the LaTeX preamble.
#
# ; for more see: # for more see: http://sphinx-doc.org/config.html#confval-latex_elements
# [texinfo_documents]
#
# ; These defaults are set in conf.py
#
# source_start_file = (master_doc) ; 'Index'
# target_name = (t3shortname)
# title = (project)
# author = (t3author)
# dir_menu_entry = (project)
# description = (description) or 'This is project (project)'
# category = Miscellaneous
# [man_pages]
#
# ; These defaults are set in conf.py
#
# source_start_file = (master_doc) ; 'Index'
# name = (project)
# description = (description) or 'This is project (project)'
# authors = (t3author)
# manual_section = 1