Newer
Older
extensions = [
'sphinx.ext.autodoc',
]
templates_path = ['_templates']
numfig = True
source_suffix = '.rst'
project = 'EBPFCat'
copyright = '2020, Martin Teichmann'
author = 'Martin Teichmann'
release = "0.1"
version = "0.1.0"
language = None
exclude_patterns = ['_build']
pygments_style = 'sphinx'
todo_include_todos = False
html_theme = 'alabaster'
html_static_path = ['_static']
htmlhelp_basename = 'EBPFCat'