summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-07-01 15:45:25 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-07-01 15:45:25 +0200
commit28a33ca17ac5e0816a3e24febb47ffcefa663980 (patch)
treeddcf9f00b3fc262074469795552198c46872f953 /doc/conf.py
parentfde6522c40a346c8b1d588a2b8d4dd362ae1f58f (diff)
downloadgitpython-28a33ca17ac5e0816a3e24febb47ffcefa663980.tar.gz
Added further information about the required submodules, and how to install them. Incremeneted version to 0.3.0 beta1
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 0dda5b0f..766ecb75 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -92,6 +92,10 @@ pygments_style = 'sphinx'
# Options for HTML output
# -----------------------
+html_theme_options = {
+ "stickysidebar": "true"
+}
+
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
# given in html_static_path.