Skip to content
Snippets Groups Projects
conf.py 440 B
Newer Older
Martin Teichmann's avatar
Martin Teichmann committed
extensions = [
    'sphinx.ext.autodoc',
]

templates_path = ['_templates']
numfig = True
source_suffix = '.rst'
master_doc = 'index'
Martin Teichmann's avatar
Martin Teichmann committed

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'