summaryrefslogtreecommitdiff
path: root/docs/_build/html/_static/sidebar.js
diff options
context:
space:
mode:
authorNawa <bellefeegore@follepensee.net>2012-11-28 14:20:55 +0100
committerNawa <bellefeegore@follepensee.net>2012-11-28 14:20:55 +0100
commit3b63d13346bc3392c57859f6390a55863387f894 (patch)
tree04d9dafddd51b2182a856624497ecd551eb4437f /docs/_build/html/_static/sidebar.js
parentc590082daa7b5eca6d5f021e356e4ddd15cee595 (diff)
downloadChimère-3b63d13346bc3392c57859f6390a55863387f894.tar.bz2
Chimère-3b63d13346bc3392c57859f6390a55863387f894.zip
Premières corrections, essentiellement sur install.rst
Diffstat (limited to 'docs/_build/html/_static/sidebar.js')
-rw-r--r--docs/_build/html/_static/sidebar.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/_build/html/_static/sidebar.js b/docs/_build/html/_static/sidebar.js
index a45e192..e9ef491 100644
--- a/docs/_build/html/_static/sidebar.js
+++ b/docs/_build/html/_static/sidebar.js
@@ -29,9 +29,6 @@ $(function() {
var sidebar = $('.sphinxsidebar');
var sidebarwrapper = $('.sphinxsidebarwrapper');
- // for some reason, the document has no sidebar; do not run into errors
- if (!sidebar.length) return;
-
// original margin-left of the bodywrapper and width of the sidebar
// with the sidebar expanded
var bw_margin_expanded = bodywrapper.css('margin-left');