Add a debugging statement to conf.py

This commit is contained in:
Pradyun Gedam 2017-10-20 21:17:32 +05:30
parent 0610f3788c
commit 1379aacc98
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ try:
except ImportError:
version = release = 'dev'
# We have this here because readthedocs plays tricks sometimes and there seems
# to be a hiesenbug, related to the version of pip discovered. This is here to
# help debug that if someone decides to do that in the future.
print(version)
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# language = None