conf.py
Go to the documentation of this file.
1 # Configuration file for the Sphinx documentation builder.
2 #
3 # This file only contains a selection of the most common options. For a full
4 # list see the documentation:
5 # https://www.sphinx-doc.org/en/master/usage/configuration.html
6 
7 import os
8 import sys
9 
10 # -- Project information -----------------------------------------------------
11 
12 project = 'scenario_test_tools'
13 copyright = '2020, Mojin Robotics GmbH'
14 author = 'Loy van Beek'
15 
16 # -- Path setup --------------------------------------------------------------
17 sys.path.insert(0, os.path.abspath(os.path.join(os.path.abspath(__file__), os.pardir, os.pardir, project, 'src')))
18 
19 # -- General configuration ---------------------------------------------------
20 
21 # Add any Sphinx extension module names here, as strings. They can be
22 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
23 # ones.
24 extensions = [
25  'sphinx.ext.autodoc',
26  'sphinx.ext.coverage',
27  'sphinx.ext.doctest',
28  'sphinx.ext.napoleon',
29 ]
30 
31 # Add any paths that contain templates here, relative to this directory.
32 templates_path = ['_templates']
33 
34 # List of patterns, relative to source directory, that match files and
35 # directories to ignore when looking for source files.
36 # This pattern also affects html_static_path and html_extra_path.
37 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
38 
39 
40 # -- Options for HTML output -------------------------------------------------
41 
42 # The theme to use for HTML and HTML Help pages. See the documentation for
43 # a list of builtin themes.
44 #
45 html_theme = 'classic'
46 
47 # Add any paths that contain custom static files (such as style sheets) here,
48 # relative to this directory. They are copied after the builtin static files,
49 # so a file named "default.css" will overwrite the builtin "default.css".
50 html_static_path = ['_static']


scenario_test_tools
Author(s): Loy van Beek
autogenerated on Wed Apr 7 2021 03:03:18