diff options
author | Jonathan Huot <JonathanHuot@users.noreply.github.com> | 2018-03-18 10:59:11 +0100 |
---|---|---|
committer | Pieter Ennes <pieter@ennes.nl> | 2018-03-18 09:59:11 +0000 |
commit | f398fdb7b0ac7b0aa11408d11a4358524360ac77 (patch) | |
tree | 688f55ba0ff759dd250eb326105992a363ce1c84 /docs/conf.py | |
parent | 70b5827566dc3c0dd8f05cfbb8311b905f7a7254 (diff) | |
download | oauthlib-f398fdb7b0ac7b0aa11408d11a4358524360ac77.tar.gz |
Fix ReadTheDocs build (#521)
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index b1ca34d..017f686 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,8 +14,6 @@ import os import sys -from oauthlib import __version__ as v - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. @@ -51,6 +49,7 @@ copyright = u'2012, Idan Gazit and the Python Community' # # The short X.Y version. +from oauthlib import __version__ as v version = v[:3] # The full version, including alpha/beta/rc tags. release = v |