X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fconf.py;h=bac49a3a77ceac2ccbd70dd049788e775c708858;hb=6acd105f1f2e0e4ce6dc93a56313aa7d2a05ecd4;hp=fc5892e92d5186976485c52e29ce516a382a55f6;hpb=664822cb0fc85360a5f77d93ed54714c42557c74;p=pyderasn.git diff --git a/doc/conf.py b/doc/conf.py index fc5892e..bac49a3 100644 --- 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" -copyright = "2017, Sergey Matveev" +copyright = "2017-2020, Sergey Matveev" author = "Sergey Matveev" -version = "1.0" -release = "1.0" +version = version +release = version language = None exclude_patterns = ["_build"] pygments_style = "sphinx"