blob: ed706811ba419fcbc193f6a2178cbeaba8ca2545 [file] [log] [blame]
Zesstra3ec5f592017-01-31 10:50:20 +01001#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3#
4# Morgengrauen-Mudlib - Dokumentation documentation build configuration file, created by
5# sphinx-quickstart on Mon Jan 30 11:51:27 2017.
6#
7# This file is execfile()d with the current directory set to its
8# containing dir.
9#
10# Note that not all possible configuration values are present in this
11# autogenerated file.
12#
13# All configuration values have a default; values that are commented out
14# serve to show the default.
15
16import sys
17import os
18
19# If extensions (or modules to document with autodoc) are in another directory,
20# add these directories to sys.path here. If the directory is relative to the
21# documentation root, use os.path.abspath to make it absolute, like shown here.
22#sys.path.insert(0, os.path.abspath('.'))
23
24# -- General configuration ------------------------------------------------
25
26# If your documentation needs a minimal Sphinx version, state it here.
27#needs_sphinx = '1.0'
28
29# Add any Sphinx extension module names here, as strings. They can be
30# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31# ones.
32extensions = []
33
34# Add any paths that contain templates here, relative to this directory.
35templates_path = ['_templates']
36
37# The suffix of source filenames.
38source_suffix = '.rst'
39
40# The encoding of source files.
41#source_encoding = 'utf-8-sig'
42
43# The master toctree document.
44master_doc = 'index'
45
46# General information about the project.
Zesstrac2963ca2017-01-31 11:16:22 +010047project = 'Morgengrauen-Mudlib'
48copyright = '1992-2017, die Morgengrauen-Magier'
Zesstra3ec5f592017-01-31 10:50:20 +010049
50# The version info for the project you're documenting, acts as replacement for
51# |version| and |release|, also used in various other places throughout the
52# built documents.
53#
54# The short X.Y version.
55version = '1'
56# The full version, including alpha/beta/rc tags.
57release = '1'
58
59# The language for content autogenerated by Sphinx. Refer to documentation
60# for a list of supported languages.
Zesstra545593e2017-02-27 17:11:28 +010061language = 'de'
Zesstra3ec5f592017-01-31 10:50:20 +010062
63# There are two options for replacing |today|: either, you set today to some
64# non-false value, then it is used:
65#today = ''
66# Else, today_fmt is used as the format for a strftime call.
67#today_fmt = '%B %d, %Y'
68
69# List of patterns, relative to source directory, that match files and
70# directories to ignore when looking for source files.
71exclude_patterns = ['_build']
72
73# The reST default role (used for this markup: `text`) to use for all
74# documents.
75#default_role = None
76
77# If true, '()' will be appended to :func: etc. cross-reference text.
Zesstra545593e2017-02-27 17:11:28 +010078add_function_parentheses = True
Zesstra3ec5f592017-01-31 10:50:20 +010079
80# If true, the current module name will be prepended to all description
81# unit titles (such as .. function::).
82#add_module_names = True
83
84# If true, sectionauthor and moduleauthor directives will be shown in the
85# output. They are ignored by default.
86#show_authors = False
87
88# The name of the Pygments (syntax highlighting) style to use.
89pygments_style = 'sphinx'
90
91# A list of ignored prefixes for module index sorting.
92#modindex_common_prefix = []
93
94# If true, keep warnings as "system message" paragraphs in the built documents.
95#keep_warnings = False
96
Zesstra545593e2017-02-27 17:11:28 +010097# The default language to highlight source code in.
98highlight_language = 'pike'
99# A dictionary of options that modify how the lexer specified by
100# highlight_language generates highlighted source code.
101highlight_options = {'tabsize':4 }
Zesstra3ec5f592017-01-31 10:50:20 +0100102
103# -- Options for HTML output ----------------------------------------------
104
105# The theme to use for HTML and HTML Help pages. See the documentation for
106# a list of builtin themes.
Zesstra3a431a82017-01-31 12:35:38 +0100107html_theme = 'sphinxdoc'
Zesstra3ec5f592017-01-31 10:50:20 +0100108
109# Theme options are theme-specific and customize the look and feel of a theme
110# further. For a list of options available for each theme, see the
111# documentation.
112#html_theme_options = {}
113
114# Add any paths that contain custom themes here, relative to this directory.
115#html_theme_path = []
116
117# The name for this set of Sphinx documents. If None, it defaults to
118# "<project> v<release> documentation".
119#html_title = None
120
121# A shorter title for the navigation bar. Default is the same as html_title.
122#html_short_title = None
123
124# The name of an image file (relative to this directory) to place at the top
125# of the sidebar.
126#html_logo = None
127
128# The name of an image file (within the static path) to use as favicon of the
129# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
130# pixels large.
131#html_favicon = None
132
133# Add any paths that contain custom static files (such as style sheets) here,
134# relative to this directory. They are copied after the builtin static files,
135# so a file named "default.css" will overwrite the builtin "default.css".
136html_static_path = ['_static']
137
138# Add any extra paths that contain custom files (such as robots.txt or
139# .htaccess) here, relative to this directory. These files are copied
140# directly to the root of the documentation.
141#html_extra_path = []
142
143# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
144# using the given strftime format.
145#html_last_updated_fmt = '%b %d, %Y'
146
147# If true, SmartyPants will be used to convert quotes and dashes to
148# typographically correct entities.
149#html_use_smartypants = True
150
151# Custom sidebar templates, maps document names to template names.
152#html_sidebars = {}
153
154# Additional templates that should be rendered to pages, maps page names to
155# template names.
156#html_additional_pages = {}
157
158# If false, no module index is generated.
159#html_domain_indices = True
160
161# If false, no index is generated.
162#html_use_index = True
163
164# If true, the index is split into individual pages for each letter.
165#html_split_index = False
166
167# If true, links to the reST sources are added to the pages.
168#html_show_sourcelink = True
169
170# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
171#html_show_sphinx = True
172
173# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
174#html_show_copyright = True
175
176# If true, an OpenSearch description file will be output, and all pages will
177# contain a <link> tag referring to it. The value of this option must be the
178# base URL from which the finished HTML is served.
179#html_use_opensearch = ''
180
181# This is the file name suffix for HTML files (e.g. ".xhtml").
182#html_file_suffix = None
183
184# Output file base name for HTML help builder.
185htmlhelp_basename = 'Morgengrauen-Mudlib-Dokumentationdoc'
186
187
188# -- Options for LaTeX output ---------------------------------------------
189
190latex_elements = {
191# The paper size ('letterpaper' or 'a4paper').
192#'papersize': 'letterpaper',
193
194# The font size ('10pt', '11pt' or '12pt').
195#'pointsize': '10pt',
196
197# Additional stuff for the LaTeX preamble.
198#'preamble': '',
199}
200
201# Grouping the document tree into LaTeX files. List of tuples
202# (source start file, target name, title,
203# author, documentclass [howto, manual, or own class]).
204latex_documents = [
205 ('index', 'Morgengrauen-Mudlib-Dokumentation.tex', 'Morgengrauen-Mudlib - Dokumentation Documentation',
206 'die Morgengrauen-Magier', 'manual'),
207]
208
209# The name of an image file (relative to this directory) to place at the top of
210# the title page.
211#latex_logo = None
212
213# For "manual" documents, if this is true, then toplevel headings are parts,
214# not chapters.
215#latex_use_parts = False
216
217# If true, show page references after internal links.
218#latex_show_pagerefs = False
219
220# If true, show URL addresses after external links.
221#latex_show_urls = False
222
223# Documents to append as an appendix to all manuals.
224#latex_appendices = []
225
226# If false, no module index is generated.
227#latex_domain_indices = True
228
229
230# -- Options for manual page output ---------------------------------------
231
232# One entry per manual page. List of tuples
233# (source start file, name, description, authors, manual section).
234man_pages = [
235 ('index', 'morgengrauen-mudlib-dokumentation', 'Morgengrauen-Mudlib - Dokumentation Documentation',
236 ['die Morgengrauen-Magier'], 1)
237]
238
239# If true, show URL addresses after external links.
240#man_show_urls = False
241
242
243# -- Options for Texinfo output -------------------------------------------
244
245# Grouping the document tree into Texinfo files. List of tuples
246# (source start file, target name, title, author,
247# dir menu entry, description, category)
248texinfo_documents = [
249 ('index', 'Morgengrauen-Mudlib-Dokumentation', 'Morgengrauen-Mudlib - Dokumentation Documentation',
250 'die Morgengrauen-Magier', 'Morgengrauen-Mudlib-Dokumentation', 'One line description of project.',
251 'Miscellaneous'),
252]
253
254# Documents to append as an appendix to all manuals.
255#texinfo_appendices = []
256
257# If false, no module index is generated.
258#texinfo_domain_indices = True
259
260# How to display URL addresses: 'footnote', 'no', or 'inline'.
261#texinfo_show_urls = 'footnote'
262
263# If true, do not generate a @detailmenu in the "Top" node's menu.
264#texinfo_no_detailmenu = False