2011-12-03 23:55:45 +04:00
#
# generic documentation build configuration file, created by
# sphinx-quickstart on Sat Dec 3 16:59:36 2011.
#
# This file is execfile()d with the current directory set to its containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values have a default; values that are commented out
# serve to show the default.
2022-12-22 08:47:26 +01:00
import importlib . metadata
2020-08-28 22:08:26 -04:00
import sys
2021-10-27 21:34:53 -04:00
from datetime import date
2020-05-15 16:48:02 +02:00
from pathlib import Path
2011-12-03 23:55:45 +04:00
2020-05-15 16:48:02 +02:00
project_dir = Path ( __file__ ) . resolve ( ) . parent . parent
sys . path . insert ( 0 , str ( project_dir ) )
2011-12-03 23:55:45 +04:00
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
2019-11-09 11:08:06 +01:00
# needs_sphinx = '1.0'
2011-12-03 23:55:45 +04:00
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
2019-11-09 11:08:06 +01:00
extensions = [ " sphinx.ext.autodoc " , " sphinx.ext.intersphinx " ]
2011-12-03 23:55:45 +04:00
# Add any paths that contain templates here, relative to this directory.
2019-11-09 11:08:06 +01:00
templates_path = [ " _templates " ]
2011-12-03 23:55:45 +04:00
# The suffix of source filenames.
2019-11-09 11:08:06 +01:00
source_suffix = " .rst "
2011-12-03 23:55:45 +04:00
# The encoding of source files.
2019-11-09 11:08:06 +01:00
# source_encoding = 'utf-8-sig'
2011-12-03 23:55:45 +04:00
# The master toctree document.
2019-11-09 11:08:06 +01:00
master_doc = " index "
2011-12-03 23:55:45 +04:00
# General information about the project.
2021-11-03 08:35:06 -04:00
project = " generic "
2021-10-27 21:34:53 -04:00
copyright = f " 2011, Andrey Popp, 2019- { date . today ( ) . year } , Arjan Molenaar and Dan Yeaw "
2011-12-03 23:55:45 +04:00
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
2022-12-22 08:47:26 +01:00
version = importlib . metadata . version ( " generic " )
2011-12-03 23:55:45 +04:00
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
2019-11-09 11:08:06 +01:00
# language = None
2011-12-03 23:55:45 +04:00
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
2019-11-09 11:08:06 +01:00
# today = ''
2011-12-03 23:55:45 +04:00
# Else, today_fmt is used as the format for a strftime call.
2019-11-09 11:08:06 +01:00
# today_fmt = '%B %d, %Y'
2011-12-03 23:55:45 +04:00
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
2019-11-09 11:08:06 +01:00
exclude_patterns = [ " _build " ]
2011-12-03 23:55:45 +04:00
# The reST default role (used for this markup: `text`) to use for all documents.
2019-11-09 11:08:06 +01:00
# default_role = None
2011-12-03 23:55:45 +04:00
# If true, '()' will be appended to :func: etc. cross-reference text.
2019-11-09 11:08:06 +01:00
# add_function_parentheses = True
2011-12-03 23:55:45 +04:00
# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
2019-11-09 11:08:06 +01:00
# add_module_names = True
2011-12-03 23:55:45 +04:00
# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
2019-11-09 11:08:06 +01:00
# show_authors = False
2011-12-03 23:55:45 +04:00
# The name of the Pygments (syntax highlighting) style to use.
2019-11-16 22:51:31 +01:00
# pygments_style = "bw"
2011-12-03 23:55:45 +04:00
# A list of ignored prefixes for module index sorting.
2019-11-09 11:08:06 +01:00
# modindex_common_prefix = []
2011-12-03 23:55:45 +04:00
# -- Options for HTML output ---------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
2022-12-21 21:35:40 +01:00
html_theme = " furo "
2022-12-22 08:47:26 +01:00
html_title = f " Generic v { version } "
2011-12-03 23:55:45 +04:00
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
2019-11-09 11:08:06 +01:00
# html_theme_options = {}
2011-12-03 23:55:45 +04:00
# Add any paths that contain custom themes here, relative to this directory.
2019-11-16 22:51:31 +01:00
# html_theme_path = [pkg_resources.resource_filename("bw_sphinxtheme", "themes")]
2011-12-03 23:55:45 +04:00
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
2019-11-09 11:08:06 +01:00
# html_title = None
2011-12-03 23:55:45 +04:00
# A shorter title for the navigation bar. Default is the same as html_title.
2019-11-09 11:08:06 +01:00
# html_short_title = None
2011-12-03 23:55:45 +04:00
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
2019-11-09 11:08:06 +01:00
# html_logo = None
2011-12-03 23:55:45 +04:00
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
2019-11-09 11:08:06 +01:00
# html_favicon = None
2011-12-03 23:55:45 +04:00
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
2022-12-21 21:35:40 +01:00
# html_static_path = ["_static"]
2011-12-03 23:55:45 +04:00
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
2019-11-09 11:08:06 +01:00
# html_last_updated_fmt = '%b %d, %Y'
2011-12-03 23:55:45 +04:00
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
2019-11-09 11:08:06 +01:00
# html_use_smartypants = True
2011-12-03 23:55:45 +04:00
# Custom sidebar templates, maps document names to template names.
2019-11-09 11:08:06 +01:00
# html_sidebars = {}
2011-12-03 23:55:45 +04:00
# Additional templates that should be rendered to pages, maps page names to
# template names.
2019-11-09 11:08:06 +01:00
# html_additional_pages = {}
2011-12-03 23:55:45 +04:00
# If false, no module index is generated.
2019-11-09 11:08:06 +01:00
# html_domain_indices = True
2011-12-03 23:55:45 +04:00
# If false, no index is generated.
2019-11-09 11:08:06 +01:00
# html_use_index = True
2011-12-03 23:55:45 +04:00
# If true, the index is split into individual pages for each letter.
2019-11-09 11:08:06 +01:00
# html_split_index = False
2011-12-03 23:55:45 +04:00
# If true, links to the reST sources are added to the pages.
2019-11-09 11:08:06 +01:00
# html_show_sourcelink = True
2011-12-03 23:55:45 +04:00
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
2019-11-09 11:08:06 +01:00
# html_show_sphinx = True
2011-12-03 23:55:45 +04:00
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
2019-11-09 11:08:06 +01:00
# html_show_copyright = True
2011-12-03 23:55:45 +04:00
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
# base URL from which the finished HTML is served.
2019-11-09 11:08:06 +01:00
# html_use_opensearch = ''
2011-12-03 23:55:45 +04:00
# This is the file name suffix for HTML files (e.g. ".xhtml").
2019-11-09 11:08:06 +01:00
# html_file_suffix = None
2011-12-03 23:55:45 +04:00
# Output file base name for HTML help builder.
2019-11-09 11:08:06 +01:00
htmlhelp_basename = " genericdoc "
2011-12-03 23:55:45 +04:00
# -- Options for LaTeX output --------------------------------------------------
2019-11-09 11:08:06 +01:00
latex_elements = { # type: ignore[var-annotated]
# The paper size ('letterpaper' or 'a4paper').
2020-08-28 22:13:46 -04:00
# 'papersize': 'letterpaper',
2019-11-09 11:08:06 +01:00
# The font size ('10pt', '11pt' or '12pt').
2020-08-28 22:13:46 -04:00
# 'pointsize': '10pt',
2019-11-09 11:08:06 +01:00
# Additional stuff for the LaTeX preamble.
2020-08-28 22:13:46 -04:00
# 'preamble': '',
2011-12-03 23:55:45 +04:00
}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
2021-11-03 08:35:06 -04:00
( " index " , " generic.tex " , " generic Documentation " , " Andrey Popp " , " manual " ) ,
2011-12-03 23:55:45 +04:00
]
# The name of an image file (relative to this directory) to place at the top of
# the title page.
2019-11-09 11:08:06 +01:00
# latex_logo = None
2011-12-03 23:55:45 +04:00
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
2019-11-09 11:08:06 +01:00
# latex_use_parts = False
2011-12-03 23:55:45 +04:00
# If true, show page references after internal links.
2019-11-09 11:08:06 +01:00
# latex_show_pagerefs = False
2011-12-03 23:55:45 +04:00
# If true, show URL addresses after external links.
2019-11-09 11:08:06 +01:00
# latex_show_urls = False
2011-12-03 23:55:45 +04:00
# Documents to append as an appendix to all manuals.
2019-11-09 11:08:06 +01:00
# latex_appendices = []
2011-12-03 23:55:45 +04:00
# If false, no module index is generated.
2019-11-09 11:08:06 +01:00
# latex_domain_indices = True
2011-12-03 23:55:45 +04:00
# -- Options for manual page output --------------------------------------------
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
2021-11-03 08:35:06 -04:00
man_pages = [ ( " index " , " generic " , " generic Documentation " , [ " Andrey Popp " ] , 1 ) ]
2011-12-03 23:55:45 +04:00
# If true, show URL addresses after external links.
2019-11-09 11:08:06 +01:00
# man_show_urls = False
2011-12-03 23:55:45 +04:00
# -- Options for Texinfo output ------------------------------------------------
# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
2019-11-09 11:08:06 +01:00
(
" index " ,
" generic " ,
2021-11-03 08:35:06 -04:00
" generic Documentation " ,
" Andrey Popp " ,
2019-11-09 11:08:06 +01:00
" generic " ,
" One line description of project. " ,
" Miscellaneous " ,
) ,
2011-12-03 23:55:45 +04:00
]
# Documents to append as an appendix to all manuals.
2019-11-09 11:08:06 +01:00
# texinfo_appendices = []
2011-12-03 23:55:45 +04:00
# If false, no module index is generated.
2019-11-09 11:08:06 +01:00
# texinfo_domain_indices = True
2011-12-03 23:55:45 +04:00
# How to display URL addresses: 'footnote', 'no', or 'inline'.
2019-11-09 11:08:06 +01:00
# texinfo_show_urls = 'footnote'
2011-12-03 23:55:45 +04:00
# Example configuration for intersphinx: refer to the Python standard library.
2019-11-09 11:08:06 +01:00
intersphinx_mapping = { " http://docs.python.org/ " : None }