diff options
author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-25 19:07:48 -0400 |
---|---|---|
committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-25 19:07:48 -0400 |
commit | ce882a2eae4eaffc4e4f31d9b5917701f714b619 (patch) | |
tree | 7720ba428d53c072a43d3d93cb4680b6b6e523d8 | |
parent | 7abfd92aeaeba82e1c527460b539667844fbb557 (diff) | |
download | python-requests-version.tar.gz |
fix rtdversion
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9b135d31..674f198e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('_themes')) import requests -from requests import __version__ +from requests.__version__ import __version__ # -- General configuration ------------------------------------------------ |