]> Cypherpunks.ru repositories - pyderasn.git/blob - doc/conf.py
Initial revision
[pyderasn.git] / doc / conf.py
1 extensions = ["sphinx.ext.autodoc"]
2 templates_path = ["_templates"]
3 source_suffix = ".rst"
4 master_doc = "index"
5 project = "pyderasn"
6 copyright = "2017, Sergey Matveev"
7 author = "Sergey Matveev"
8 version = "1.0"
9 release = "1.0"
10 language = None
11 exclude_patterns = ["_build"]
12 pygments_style = "sphinx"
13 todo_include_todos = False
14 html_theme = "classic"
15 html_static_path = ["_static"]
16 html_sidebars = {}