From ce882a2eae4eaffc4e4f31d9b5917701f714b619 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 25 May 2017 19:07:48 -0400 Subject: fix rtd --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------------------------------------ -- cgit v1.2.1