Skip to content

Commit 174c973

Browse files
committed
[TASK] Update documentation configuration file
1 parent 404f3d2 commit 174c973

File tree

4 files changed

+55
-37
lines changed

4 files changed

+55
-37
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-02-22 Francois Suter <[email protected]>
2+
3+
* Updated documentation configuration file
4+
15
2018-02-18 Francois Suter <[email protected]>
26

37
* Added check for database availability, resolves #6

Documentation/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Developer's Log
2727
log, devlog, logging
2828

2929
:Copyright:
30-
2007-2017
30+
2007-2018
3131

3232
:Author:
3333
François Suter (Cobweb)

Documentation/Settings.cfg

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[general]
2+
copyright = 2007-2018
3+
project = Developer's Log
4+
release = 3.0.2
5+
version = 3.0
6+
7+
[html_theme_options]
8+
github_branch =
9+
github_commit_hash =
10+
github_repository =
11+
path_to_documentation_dir =
12+
github_revision_msg =
13+
github_sphinx_locale =
14+
project_contact =
15+
project_discussions =
16+
project_home =
17+
project_issues =
18+
project_repository =
19+
use_opensearch =
20+
21+
[intersphinx_mapping]
22+
t3api = http://docs.typo3.org/typo3cms/CoreApiReference/
23+
t3tca = http://docs.typo3.org/typo3cms/TCAReference/
24+
t3tsconfig = http://docs.typo3.org/typo3cms/TSconfigReference/
25+
26+
[extensions]
27+
ext_00 = sphinx.ext.intersphinx
28+
ext_01 = t3sphinx.ext.t3extras
29+
ext_02 = t3sphinx.ext.t3tablerows
30+
ext_03 = t3sphinx.ext.targets
31+
32+
[latex_elements]
33+
papersize = a4paper
34+
pointsize = 10pt
35+
preamble = \usepackage{typo3}
36+
37+
38+
# About Settings.cfg
39+
40+
# normal:
41+
# https://github.com/marble/typo3-docs-typo3-org-resources/blob/master/TemplatesForCopying/ExampleFiles/Settings-minimal.cfg
42+
43+
# extensive:
44+
# https://github.com/marble/typo3-docs-typo3-org-resources/blob/master/TemplatesForCopying/ExampleFiles/Settings-extensive.cfg
45+
46+
# Example files:
47+
# https://github.com/marble/typo3-docs-typo3-org-resources/tree/master/TemplatesForCopying/ExampleFiles
48+
49+
# More:
50+
# http://mbless.de/blog/2015/10/24/a-new-task-for-an-old-server.html#ini-files

Documentation/Settings.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)