Files
oai-symfony/typo3conf/ext/pw_teaser/Documentation/Settings.yml
2026-07-03 17:53:31 +02:00

36 lines
827 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'.
---
conf.py:
copyright: 2010-2020
project: Page Teaser (with Fluid)
version: 5.0
release: 5.0.1
latex_documents:
- - Index
- pw_teaser.tex
- 'Page Teaser (with Fluid)'
- Armin Vieweg
- manual
latex_elements:
papersize: a4paper
pointsize: 10pt
preamble: \usepackage{typo3}
intersphinx_mapping:
t3api:
- http://docs.typo3.org/typo3cms/CoreApiReference/
- null
t3tsref:
- http://docs.typo3.org/typo3cms/TyposcriptReference/
- null
t3start:
- http://docs.typo3.org/typo3cms/GettingStartedTutorial/
- null
t3editors:
- http://docs.typo3.org/typo3cms/EditorsTutorial/
- null
...