Updated Branches: refs/heads/trunk c8955ca5c -> 8f8beec1e
docs: Enable new theme on rtd. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8f8beec1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8f8beec1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8f8beec1 Branch: refs/heads/trunk Commit: 8f8beec1e2633c413f939e2c30531b88913005da Parents: c8955ca Author: Tomaz Muraus <[email protected]> Authored: Mon Oct 28 18:38:24 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Mon Oct 28 18:38:24 2013 +0100 ---------------------------------------------------------------------- docs/conf.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8f8beec1/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 073140a..bc1ff23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,6 +96,7 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True' if on_rtd: html_theme = 'default' + RTD_NEW_THEME = True else: html_theme = 'nature'
