diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-04-07 17:19:22 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-04-07 17:19:22 +0200 |
commit | 54e27f7bbb412408bbf0d2735b07d57193869ea6 (patch) | |
tree | 604a4ae379543a85a6d3e563281c6fc9bcc3f649 /doc/source/conf.py | |
parent | c27cd907f67f984649ff459dacf3ba105e90ebc2 (diff) | |
download | gitpython-54e27f7bbb412408bbf0d2735b07d57193869ea6.tar.gz |
fix(docs): sphinx docs build in latest version
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index f86f08ac..add686d3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -94,7 +94,6 @@ pygments_style = 'sphinx' # ----------------------- html_theme_options = { - "stickysidebar": "true" } # The style sheet to use for HTML and HTML Help pages. A file of that name |