25 lines
539 B
YAML
25 lines
539 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: 2014
|
|
project: MetaSEO
|
|
version: 1.0
|
|
release: 1.0.0
|
|
html_theme_options:
|
|
github_repository: mblaschke/TYPO3-metaseo
|
|
github_branch: develop
|
|
latex_documents:
|
|
- - Index
|
|
- metaseo.tex
|
|
- MetaSEO
|
|
- Markus Blaschke
|
|
- manual
|
|
latex_elements:
|
|
papersize: a4paper
|
|
pointsize: 10pt
|
|
preamble: \usepackage{typo3}
|
|
...
|