diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-30 01:12:27 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-30 01:12:27 +0100 |
commit | edc9cbc5b49c8869343957566098dd6bbf8a9f3e (patch) | |
tree | a29c73879e8e0438fef71424a4c3bf9252a28a2e /docs/_build/html/_static/sidebar.js | |
parent | ddab1341682476ba36c8d776c940137e5db564b8 (diff) | |
download | Chimère-edc9cbc5b49c8869343957566098dd6bbf8a9f3e.tar.bz2 Chimère-edc9cbc5b49c8869343957566098dd6bbf8a9f3e.zip |
Documentation: add missing image
Diffstat (limited to 'docs/_build/html/_static/sidebar.js')
-rw-r--r-- | docs/_build/html/_static/sidebar.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_build/html/_static/sidebar.js b/docs/_build/html/_static/sidebar.js index e9ef491..a45e192 100644 --- a/docs/_build/html/_static/sidebar.js +++ b/docs/_build/html/_static/sidebar.js @@ -29,6 +29,9 @@ $(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'); |