projects
/
pyderasn.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Respect NO_COLOR environment variable
[pyderasn.git]
/
doc
/
conf.py
diff --git
a/doc/conf.py
b/doc/conf.py
index fc5892e92d5186976485c52e29ce516a382a55f6..ce446552633d63ad3e42a0ab3a4577c4f4e2b03b 100644
(file)
--- a/
doc/conf.py
+++ b/
doc/conf.py
@@
-1,12
+1,14
@@
+version = open("../VERSION", "rb").read().strip().decode("ascii")
+
extensions = ["sphinx.ext.autodoc"]
templates_path = ["_templates"]
source_suffix = ".rst"
master_doc = "index"
project = "pyderasn"
extensions = ["sphinx.ext.autodoc"]
templates_path = ["_templates"]
source_suffix = ".rst"
master_doc = "index"
project = "pyderasn"
-copyright = "2017, Sergey Matveev"
+copyright = "2017
-2018
, Sergey Matveev"
author = "Sergey Matveev"
author = "Sergey Matveev"
-version =
"1.0"
-release =
"1.0"
+version =
version
+release =
version
language = None
exclude_patterns = ["_build"]
pygments_style = "sphinx"
language = None
exclude_patterns = ["_build"]
pygments_style = "sphinx"