You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/09/27 20:40:22 UTC

git commit: Increase toc depth.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 0a1f67b32 -> 08b463813


Increase toc depth.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/08b46381
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/08b46381
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/08b46381

Branch: refs/heads/trunk
Commit: 08b4638139c94ae5a1d9ad0342aaf022153e23c3
Parents: 0a1f67b
Author: Tomaz Muraus <to...@apache.org>
Authored: Sat Sep 27 20:40:03 2014 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sat Sep 27 20:40:03 2014 +0200

----------------------------------------------------------------------
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/08b46381/docs/conf.py
----------------------------------------------------------------------
diff --git a/docs/conf.py b/docs/conf.py
index 093854a..6bd17cb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,7 +18,7 @@ import subprocess
 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
 
 if on_rtd:
-    cmd = 'sphinx-apidoc -d 2 -o apidocs/ ../libcloud/'
+    cmd = 'sphinx-apidoc -d 3 -o apidocs/ ../libcloud/'
     subprocess.call(cmd, shell=True)
 
 # If extensions (or modules to document with autodoc) are in another directory,