docs: fix broken version

This commit is contained in:
Aldo Cortesi 2016-10-21 11:18:55 +13:00
parent 0ebcd21eb1
commit ed9b40040b
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import subprocess
import sys import sys
sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('..'))
from mitmproxy import version from mitmproxy import version as mversion
extensions = [ extensions = [
@ -47,9 +47,9 @@ author = u'The mitmproxy project'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = version.VERSION version = mversion.VERSION
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version.VERSION release = mversion.VERSION
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.