RELEASE: Fix version number for the docs site

This commit is contained in:
Katelyn Baker 2018-03-12 19:57:45 +00:00
parent 96e7d8db79
commit 55a3383238

View File

@ -58,7 +58,7 @@ version = 'V3.0'
# The full version, including alpha/beta/rc tags.
release = 'V3.0'
# The version for use in the dropdown html.
html_context = {'version': '3.0'}
html_context = {'version': 'V3.0'}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.