diff options
| author | Nawa <bellefeegore@follepensee.net> | 2012-11-28 14:20:55 +0100 | 
|---|---|---|
| committer | Nawa <bellefeegore@follepensee.net> | 2012-11-28 14:20:55 +0100 | 
| commit | 3b63d13346bc3392c57859f6390a55863387f894 (patch) | |
| tree | 04d9dafddd51b2182a856624497ecd551eb4437f /docs/_build/html/_static/sidebar.js | |
| parent | c590082daa7b5eca6d5f021e356e4ddd15cee595 (diff) | |
| download | Chimè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.js | 3 | 
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'); | 
