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