Skip to content
Snippets Groups Projects
Settings.cfg 2.98 KiB
Newer Older
Carsten  Rose's avatar
Carsten Rose committed
# coding: utf-8

# #####
#
# Settings.cfg - A TYPO3 Documentation Project's Configuration File
# Information about Settings.cfg: 
#   https://docs.typo3.org/typo3cms/HowToDocument/GeneralConventions/DirectoryFilenames.html#settings-cfg
#
# About Syntax:
#   See https://docs.python.org/2/library/configparser.html
#
# Attention:
#   Only " ;" can start an inline comment.
#   This is: blank PLUS semicolon!
#
# #####

[general]

; endless list of all of the general simple settings
; you can use in 'conf.py'

project = QFQ - Quick Form Query
Carsten  Rose's avatar
Carsten Rose committed
version     = 19.7
release     = 19.7.1
Carsten  Rose's avatar
Carsten Rose committed
t3author = Carsten Rose
copyright = since 2017 by the author

description = Documentation for the Typo3 Extension 'QFQ'

[html_theme_options]

; for theme t3SphinxThemeRtd

# NOTE: Fill in YOUR values in the following!

;github_branch = latest
;github_commit_hash =
;github_repository = https://github.com/TYPO3-Documentation/TYPO3CMS-Example-ExtensionManual/
Carsten  Rose's avatar
Carsten Rose committed
;github_revision_msg =
;github_sphinx_locale =

Carsten  Rose's avatar
Carsten Rose committed
# project_contact     = documentation@typo3.org
Carsten  Rose's avatar
Carsten Rose committed
project_contact = carsten.rose@math.uzh.ch
Carsten  Rose's avatar
Carsten Rose committed
# project_discussions = http://...
Carsten  Rose's avatar
Carsten Rose committed
project_discussions = https://hello.math.uzh.ch/channel/qfq
Carsten  Rose's avatar
Carsten Rose committed
# project_home        =
Carsten  Rose's avatar
Carsten Rose committed
project_home = https://git.math.uzh.ch/typo3/qfq
Carsten  Rose's avatar
Carsten Rose committed

#project_issues        = https://github.com/TYPO3-Documentation/TYPO3CMS-Example-ExtensionManual/issues
Carsten  Rose's avatar
Carsten Rose committed
project_issues = https://project.math.uzh.ch/projects/qfq/issues
Carsten  Rose's avatar
Carsten Rose committed

# project_repository  = https://github.com/TYPO3-Documentation/TYPO3CMS-Example-ExtensionManual
Carsten  Rose's avatar
Carsten Rose committed
project_repository = https://git.math.uzh.ch/typo3/qfq
use_opensearch =


Carsten  Rose's avatar
Carsten Rose committed
[intersphinx_mapping]

; Comment out what you don't use.
; Uncomment only what you actually use in crossreferencing!

# t3api         = https://typo3.org/api/typo3cms/
# t3cgl         = https://docs.typo3.org/typo3cms/CodingGuidelinesReference/
# t3coreapi     = https://docs.typo3.org/typo3cms/CoreApiReference/
# t3editors     = https://docs.typo3.org/typo3cms/EditorsTutorial/
# t3extbasebook = https://docs.typo3.org/typo3cms/ExtbaseFluidBook/
# t3fal         = https://docs.typo3.org/typo3cms/FileAbstractionLayerReference/
# t3inside      = https://docs.typo3.org/typo3cms/InsideTypo3Reference/
# t3install     = https://docs.typo3.org/typo3cms/InstallationGuide/
# t3l10n        = https://docs.typo3.org/typo3cms/FrontendLocalizationGuide/
# t3security    = https://docs.typo3.org/typo3cms/SecurityGuide/
# t3services    = https://docs.typo3.org/typo3cms/Typo3ServicesReference/
# t3skinning    = https://docs.typo3.org/typo3cms/SkinningReference/
# t3start       = https://docs.typo3.org/typo3cms/GettingStartedTutorial/
# t3tca         = https://docs.typo3.org/typo3cms/TCAReference/
# t3templating  = https://docs.typo3.org/typo3cms/TemplatingTutorial/
# t3ts45        = https://docs.typo3.org/typo3cms/TyposcriptIn45MinutesTutorial/
# t3tsconfig    = https://docs.typo3.org/typo3cms/TSconfigReference/
# t3tsref = https://docs.typo3.org/typo3cms/TyposcriptReference/
# t3tssyntax    = https://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/