Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading