| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -0/+5 |
| |\ | |||||
| | * | Merge in pull request #172 from ↵ | Georg Brandl | 2014-01-19 | 1 | -0/+5 |
| | |\ | | | | | | | | | | https://bitbucket.org/nsmgr8/sphinx/branch/default | ||||
| | | * | Add filename option to code-block | M Nasimul Haque | 2013-09-26 | 1 | -0/+13 |
| | |/ | | | | | | | Prepend the given filename to the code block | ||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 3 | -3/+3 |
| |/ | |||||
| * | Sidebar: strip spaces from cookie key | David Li | 2013-08-31 | 1 | -1/+1 |
| | | | | | | This ensures the sidebar will correctly restore its open/closed state. | ||||
| * | Whitespace cleanup in jinja templates | Roland Meister | 2013-01-04 | 1 | -1/+1 |
| | | | | | | This change removes odd-looking empty lines before the doctype declaration in HTML files created by jinja templates. | ||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 3 | -3/+3 |
| | | |||||
| * | Upgrade for 'default' theme: collapsiblesidebar works with rightsidebar | Denis | 2012-12-10 | 1 | -12/+26 |
| | | |||||
| * | #554: Add theme option ``sidebarwidth`` to the basic theme. | Georg Brandl | 2011-01-15 | 1 | -2/+2 |
| | | |||||
| * | merge with 1.0 | Georg Brandl | 2011-01-04 | 3 | -3/+3 |
| |\ | |||||
| | * | New year update. | Georg Brandl | 2011-01-04 | 3 | -3/+3 |
| | | | |||||
| * | | Tolerate the lack of a sidebar. | Georg Brandl | 2010-11-21 | 1 | -0/+3 |
| |/ | |||||
| * | #497: Introduce separate background color for the sidebar collapse button, ↵ | Georg Brandl | 2010-08-23 | 3 | -1/+9 |
| | | | | | making it easier to see. | ||||
| * | #496: Fix display of visited external refs. | Georg Brandl | 2010-08-23 | 1 | -0/+5 |
| | | |||||
| * | Translate the tooltips for the collapser. | Georg Brandl | 2010-05-24 | 1 | -3/+3 |
| | | |||||
| * | In the default theme, the sidebar can experimentally now be made collapsible ↵ | Georg Brandl | 2010-05-24 | 4 | -2/+163 |
| | | | | | using the new ``collapsiblesidebar`` theme option. | ||||
| * | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵ | Georg Brandl | 2010-05-24 | 2 | -33/+7 |
| |\ | | | | | | | | | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators. | ||||
| * | | Added "link outside" and "link inside" classes to reference nodes. | tpowers | 2010-04-26 | 1 | -1/+44 |
| |/ | | | | Distinguishes hyperlinks that are outside of current sphinx hierarchy. | ||||
| * | merge with trunk | Georg Brandl | 2010-04-06 | 1 | -0/+10 |
| |\ | |||||
| | * | merge with trunk | Georg Brandl | 2010-02-28 | 1 | -0/+10 |
| | |\ | |||||
| | | * | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -0/+12 |
| | | |\ | |||||
| | | * | | Adapt viewcode styles to theme. | Georg Brandl | 2010-01-14 | 1 | -0/+10 |
| | | | | | |||||
| * | | | | #360: remove duplicate rule. | Georg Brandl | 2010-04-04 | 1 | -5/+0 |
| |/ / / | |||||
| * | | | merge with 0.6 | Georg Brandl | 2010-02-28 | 2 | -3/+19 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | merge with 0.6 | Georg Brandl | 2010-01-17 | 1 | -0/+12 |
| | |\ \ | | |/ | |/| | |||||
| | * | | Add copyright headers to HTML templates, stylesheets and JavaScript files. | Georg Brandl | 2010-01-07 | 1 | -3/+9 |
| | | | | |||||
| | * | | merge with 0.6 | Georg Brandl | 2010-01-02 | 1 | -0/+8 |
| | |\ \ | |||||
| | * | | | #193: Added a ``visitedlinkcolor`` theme option to the default theme. | Georg Brandl | 2009-06-05 | 2 | -0/+6 |
| | | | | | |||||
| | * | | | merge with 0.6 | Georg Brandl | 2009-05-10 | 1 | -0/+4 |
| | |\ \ \ | |||||
| | | * | | | Improve table formatting. | Georg Brandl | 2009-04-09 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | #345: Fix cropping of sidebar scroll bar with ``stickysidebar`` | Georg Brandl | 2010-02-28 | 1 | -1/+2 |
| | |_|_|/ |/| | | | | | | | | | | | option of the default theme. | ||||
| * | | | | #288: fix bottom margin of paragraphs in admonitions. | Georg Brandl | 2010-01-17 | 1 | -0/+12 |
| | |_|/ |/| | | |||||
| * | | | #287: add better background color for <tt> in warnings and notes. | Georg Brandl | 2010-01-02 | 1 | -0/+8 |
| |/ / | |||||
| * | | #150: Fix display of the "sphinxdoc" theme on Internet Explorer versions 6 ↵ | Georg Brandl | 2009-05-10 | 1 | -0/+9 |
| |/ | | | | and 7. | ||||
| * | Add headlink/headbgcolors. | Georg Brandl | 2009-02-27 | 2 | -5/+7 |
| | | |||||
| * | Handle sidebar options directly in the stylesheet. | Georg Brandl | 2009-02-15 | 4 | -48/+36 |
| | | |||||
| * | Make body colors customizable. | Georg Brandl | 2009-02-15 | 2 | -3/+6 |
| | | |||||
| * | Make the default theme color-customizable. | Georg Brandl | 2009-02-15 | 2 | -22/+38 |
| | | |||||
| * | * Add support for theme options. | Georg Brandl | 2009-02-15 | 4 | -9/+26 |
| | | | | | | * Make the right-/stickysidebar alternatives for the default design options. * Add theme-related options to quickstart. | ||||
| * | merge with trunk | Georg Brandl | 2009-01-22 | 1 | -0/+1 |
| | | |||||
| * | Split stylesheets into basic, default and sphinxdoc. | Georg Brandl | 2009-01-10 | 1 | -481/+20 |
| | | |||||
| * | Add Pygments style selection to theming. | Georg Brandl | 2009-01-10 | 1 | -0/+1 |
| | | |||||
| * | Basic theme infrastructure. | gbrandl | 2009-01-05 | 1 | -0/+3 |
| | | |||||
| * | Create themes/ subdirectory and move stuff from templates/ and static/ there. | gbrandl | 2009-01-05 | 3 | -0/+692 |
