-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathSettings.yml
46 lines (45 loc) · 1.11 KB
/
Settings.yml
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
# This is the project specific Settings.yml file.
# Place Sphinx specific build information here.
# Settings given here will replace the settings of 'conf.py'.
---
conf.py:
copyright: 2002-2017
project: phpMyAdmin Extension for TYPO3
version: 5.1.9
release: 5.1.9
latex_documents:
- - Index
- phpmyadmin.tex
- phpMyAdmin Extension for TYPO3
- Andreas Beutel
- manual
html_theme_options:
github_repository: mehrwert/TYPO3-phpmyadmin
github_branch: master
latex_elements:
papersize: a4paper
pointsize: 10pt
preamble: \usepackage{typo3}
latex_use_parts: True
latex_show_pagerefs: True
intersphinx_mapping:
restdoc:
- http://docs.typo3.org/typo3cms/extensions/restdoc/
- null
t3tsref:
- http://docs.typo3.org/typo3cms/TyposcriptReference/
- null
t3cmsapi:
- http://typo3.org/api/typo3cms/
- null
extlinks:
ter:
- http://www.typo3.org/extensions/repository/view/%s
- 'TYPO3 extension '
extensions:
- sphinx.ext.intersphinx
- t3sphinx.ext.t3extras
- t3sphinx.ext.t3tablerows
- t3sphinx.ext.targets
- sphinx.ext.extlinks
...