mirror of
https://github.com/thelsing/knx.git
synced 2025-01-30 00:19:01 +01:00
.
This commit is contained in:
parent
8c3e761943
commit
3193b15aab
@ -7,13 +7,13 @@ breathe_projects = {}
|
|||||||
if read_the_docs_build:
|
if read_the_docs_build:
|
||||||
subprocess.call('cd .. ; doxygen', shell=True)
|
subprocess.call('cd .. ; doxygen', shell=True)
|
||||||
breathe_projects['knx'] = '../build/xml'
|
breathe_projects['knx'] = '../build/xml'
|
||||||
# html_extra_path = ['../build/html']
|
html_extra_path = ['../build/html']
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'knx'
|
#project = 'knx'
|
||||||
copyright = '2019, Thomas Kunze'
|
#copyright = '2019, Thomas Kunze'
|
||||||
author = 'Thomas Kunze'
|
#author = 'Thomas Kunze'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
@ -23,17 +23,17 @@ author = 'Thomas Kunze'
|
|||||||
# ones.
|
# ones.
|
||||||
#...
|
#...
|
||||||
|
|
||||||
extensions = [ "breathe" ]
|
#extensions = [ "breathe" ]
|
||||||
|
|
||||||
#...
|
#...
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
#templates_path = ['_templates']
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
# This pattern also affects html_static_path and html_extra_path.
|
# This pattern also affects html_static_path and html_extra_path.
|
||||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
#exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
@ -41,12 +41,12 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
#
|
#
|
||||||
html_theme = 'sphinx_rtd_theme'
|
#html_theme = 'sphinx_rtd_theme'
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# 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,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['_static']
|
#html_static_path = ['_static']
|
||||||
|
|
||||||
# Breathe Configuration
|
# Breathe Configuration
|
||||||
breathe_default_project = "knx"
|
#breathe_default_project = "knx"
|
@ -1,11 +1,2 @@
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contents:
|
|
||||||
|
|
||||||
:ref:`genindex`
|
|
||||||
|
|
||||||
Docs
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenclass:: GroupObject
|
|
||||||
:members:
|
|
Loading…
Reference in New Issue
Block a user