forked from lorenzulrich/news-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.cfg
63 lines (44 loc) · 1.67 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
# 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 CMS Extension:news
version = latest
release = latest
t3author = EXT:news Team
copyright = Copyright since 2000 by the TYPO3 Documentation Team
description = This documentation is about the TYPO3 CMS extension "news"
[html_theme_options]
; for theme t3SphinxThemeRtd
github_branch = master
github_commit_hash =
github_repository = georgringer/news-documentation
github_revision_msg =
github_sphinx_locale =
project_contact = mailto:[email protected]
;project_discussions =
project_home = https://forge.typo3.org/projects/extension-news
project_issues = https://forge.typo3.org/projects/extension-news/issues
project_repository = git://git.typo3.org/TYPO3CMS/Extensions/news.git
use_opensearch = https://docs.typo3.org/typo3cms/extensions/news/
[intersphinx_mapping]
; in this manual we actually use:
t3api = http://docs.typo3.org/TYPO3/CoreApiReference
t3cmsapi = http://typo3.org/api/typo3cms/
t3tsconfig = http://docs.typo3.org/typo3cms/TSconfigReference
t3tssyntax = http://docs.typo3.org/typo3cms/TyposcriptSyntaxReference
# 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