Files
oberstufe-alt/typo3conf/ext/if_oberstufenplaner/Documentation.tmpl/Settings.yml
2018-04-02 08:07:38 +02:00

30 lines
727 B
YAML

# This is the project specific Settings.yml file.
# Place Sphinx specific build information here.
# Settings given here will replace the settings of 'conf.py'.
# Below is an example of intersphinx mapping declaration
# Add more mappings depending on what manual you want to link to
# Remove entirely if you don't need cross-linking
---
conf.py:
copyright: 2015
project: Oberstufenplaner
version: 0.0.1
release: 0.0.1
intersphinx_mapping:
t3tsref:
- http://docs.typo3.org/typo3cms/TyposcriptReference/
- null
latex_documents:
- - Index
- if_oberstufenplaner.tex
- Oberstufenplaner
-
- manual
latex_elements:
papersize: a4paper
pointsize: 10pt
preamble: \usepackage
...