diff --git a/docs/conf.py b/docs/conf.py index 61051b15..161943dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,17 +82,11 @@ # built documents. # # The short X.Y version. -try: - import networkapi - version = networkapi.VERSION -except (ImportError, AttributeError): - version = '3.14.11' +#version = networkapi.VERSION +version = '3.14.11' # The full version, including alpha/beta/rc tags. -try: - import networkapi - release = networkapi.VERSION -except (ImportError, AttributeError): - release = '3.14.11' +#release = networkapi.VERSION +release = '3.14.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.