elog2labfolder/conf.py
author Heinz Junkes <junkes@fhi-berlin.mpg.de>
Wed, 17 Jan 2018 17:33:45 +0100
changeset 9 526bf7695cbd
parent 3 b71be85a294c
permissions -rw-r--r--
Add FEL network
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     1
# -*- coding: utf-8 -*-
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     2
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     3
# elog2labfolder documentation build configuration file, created by
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     4
# sphinx-quickstart on Mon Jan  8 16:34:32 2018.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     5
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     6
# This file is execfile()d with the current directory set to its
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     7
# containing dir.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     8
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     9
# Note that not all possible configuration values are present in this
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    10
# autogenerated file.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    11
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    12
# All configuration values have a default; values that are commented out
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    13
# serve to show the default.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    14
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    15
# If extensions (or modules to document with autodoc) are in another directory,
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    16
# add these directories to sys.path here. If the directory is relative to the
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    17
# documentation root, use os.path.abspath to make it absolute, like shown here.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    18
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    19
# import os
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    20
# import sys
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    21
# sys.path.insert(0, os.path.abspath('.'))
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    22
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    23
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    24
# -- General configuration ------------------------------------------------
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    25
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    26
# If your documentation needs a minimal Sphinx version, state it here.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    27
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    28
# needs_sphinx = '1.0'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    29
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    30
# Add any Sphinx extension module names here, as strings. They can be
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    31
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    32
# ones.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    33
extensions = ['sphinx.ext.autodoc',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    34
    'sphinx.ext.doctest',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    35
    'sphinx.ext.intersphinx',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    36
    'sphinx.ext.todo',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    37
    'sphinx.ext.coverage',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    38
    'sphinx.ext.mathjax',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    39
    'sphinx.ext.viewcode',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    40
    'sphinx.ext.githubpages']
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    41
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    42
# Add any paths that contain templates here, relative to this directory.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    43
templates_path = ['_templates']
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    44
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    45
# The suffix(es) of source filenames.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    46
# You can specify multiple suffix as a list of string:
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    47
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    48
# source_suffix = ['.rst', '.md']
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    49
source_suffix = '.rst'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    50
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    51
# The master toctree document.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    52
master_doc = 'index'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    53
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    54
# General information about the project.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    55
project = u'Labfolder at FHI'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    56
copyright = u'2018, Stefan Weiher'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    57
author = u'Stefan Weiher'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    58
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    59
# The version info for the project you're documenting, acts as replacement for
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    60
# |version| and |release|, also used in various other places throughout the
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    61
# built documents.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    62
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    63
# The short X.Y version.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    64
version = u'1.0'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    65
# The full version, including alpha/beta/rc tags.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    66
release = u'1.0'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    67
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    68
# The language for content autogenerated by Sphinx. Refer to documentation
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    69
# for a list of supported languages.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    70
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    71
# This is also used if you do content translation via gettext catalogs.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    72
# Usually you set "language" from the command line for these cases.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    73
language = None
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    74
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    75
# List of patterns, relative to source directory, that match files and
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    76
# directories to ignore when looking for source files.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    77
# This patterns also effect to html_static_path and html_extra_path
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    78
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    79
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    80
# The name of the Pygments (syntax highlighting) style to use.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    81
pygments_style = 'sphinx'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    82
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    83
# If true, `todo` and `todoList` produce output, else they produce nothing.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    84
todo_include_todos = True
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    85
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    86
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    87
# -- Options for HTML output ----------------------------------------------
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    88
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    89
# The theme to use for HTML and HTML Help pages.  See the documentation for
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    90
# a list of builtin themes.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    91
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    92
html_theme = 'alabaster'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    93
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    94
# Theme options are theme-specific and customize the look and feel of a theme
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    95
# further.  For a list of options available for each theme, see the
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    96
# documentation.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    97
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    98
# html_theme_options = {}
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    99
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   100
# Add any paths that contain custom static files (such as style sheets) here,
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   101
# relative to this directory. They are copied after the builtin static files,
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   102
# so a file named "default.css" will overwrite the builtin "default.css".
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   103
html_static_path = ['_static']
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   104
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   105
# Custom sidebar templates, must be a dictionary that maps document names
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   106
# to template names.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   107
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   108
# This is required for the alabaster theme
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   109
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   110
html_sidebars = {
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   111
    '**': [
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   112
        'relations.html',  # needs 'show_related': True theme option to display
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   113
        'searchbox.html',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   114
    ]
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   115
}
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   116
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   117
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   118
# -- Options for HTMLHelp output ------------------------------------------
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   119
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   120
# Output file base name for HTML help builder.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   121
htmlhelp_basename = 'elog2labfolderdoc'
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   122
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   123
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   124
# -- Options for LaTeX output ---------------------------------------------
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   125
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   126
latex_elements = {
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   127
    # The paper size ('letterpaper' or 'a4paper').
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   128
    #
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   129
    # 'papersize': 'letterpaper',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   130
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   131
    # The font size ('10pt', '11pt' or '12pt').
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   132
    #
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   133
    # 'pointsize': '10pt',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   134
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   135
    # Additional stuff for the LaTeX preamble.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   136
    #
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   137
    # 'preamble': '',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   138
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   139
    # Latex figure (float) alignment
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   140
    #
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   141
    # 'figure_align': 'htbp',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   142
}
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   143
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   144
# Grouping the document tree into LaTeX files. List of tuples
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   145
# (source start file, target name, title,
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   146
#  author, documentclass [howto, manual, or own class]).
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   147
latex_documents = [
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   148
    (master_doc, 'elog2labfolder.tex', u'Labfolder at FHI Documentation',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   149
     u'Stefan Weiher', 'manual'),
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   150
]
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   151
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   152
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   153
# -- Options for manual page output ---------------------------------------
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   154
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   155
# One entry per manual page. List of tuples
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   156
# (source start file, name, description, authors, manual section).
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   157
man_pages = [
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   158
    (master_doc, 'elog2labfolder', u'elog2labfolder Documentation',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   159
     [author], 1)
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   160
]
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   161
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   162
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   163
# -- Options for Texinfo output -------------------------------------------
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   164
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   165
# Grouping the document tree into Texinfo files. List of tuples
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   166
# (source start file, target name, title, author,
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   167
#  dir menu entry, description, category)
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   168
texinfo_documents = [
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   169
    (master_doc, 'elog2labfolder', u'elog2labfolder Documentation',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   170
     author, 'elog2labfolder', 'One line description of project.',
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   171
     'Miscellaneous'),
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   172
]
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   173
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   174
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   175
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   176
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   177
# Example configuration for intersphinx: refer to the Python standard library.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
   178
intersphinx_mapping = {'https://docs.python.org/': None}