Repository: libcloud Updated Branches: refs/heads/trunk cfb6acc91 -> 6e5be34e4
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6e5be34e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6e5be34e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6e5be34e Branch: refs/heads/trunk Commit: 6e5be34e4559bb5652631175bcdb55b43308f05f Parents: cfb6acc Author: Tomaz Muraus <[email protected]> Authored: Sun Jan 3 22:31:27 2016 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jan 3 22:31:27 2016 +0800 ---------------------------------------------------------------------- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6e5be34e/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index d1f730c..467b351 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__)) BASE_DIR = os.path.abspath(BASE_DIR) # Detect if we are running on read the docs -on_rtd = os.environ.get('READTHEDOCS', '').lower() == 'True' +on_rtd = os.environ.get('READTHEDOCS', '').lower() == 'true' on_travis = os.environ.get('TRAVIS', '').lower() == 'true' if on_rtd:
