summaryrefslogtreecommitdiff
path: root/sphinx/themes
Commit message (Collapse)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-03-251-0/+70
|\
| * #1431: add some missing styles to the epub CSSGeorg Brandl2014-03-251-0/+70
| |
* | Update copyright year.Georg Brandl2014-03-0116-39/+114
|\ \ | |/ |/|
| * Follow-up to #1355: replace <big> tag by <span class="sig-paren">.Georg Brandl2014-01-265-0/+20
| |
| * merge with stableGeorg Brandl2014-01-191-1/+1
| |\
| * \ merge with stableGeorg Brandl2014-01-1914-39/+94
| |\ \
| | * \ Merge in pull request #172 from ↵Georg Brandl2014-01-197-0/+47
| | |\ \ | | | | | | | | | | | | | | | https://bitbucket.org/nsmgr8/sphinx/branch/default
| | | * | Add filename option to code-blockM Nasimul Haque2013-09-267-0/+84
| | | | | | | | | | | | | | | | | | | | Prepend the given filename to the code block
| | * | | merge with stableGeorg Brandl2014-01-197-39/+47
| | |\ \ \
| | | * | | Added WAI-ARIA roles to themes (document, banner, navigation, main, ↵Wes Turner2014-01-147-39/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contentinfo, note) https://en.wikipedia.org/wiki/WAI-ARIA http://www.w3.org/TR/wai-aria/roles
* | | | | | Update copyright year.Georg Brandl2014-03-0136-36/+36
| |_|_|_|/ |/| | | |
* | | | | Closes #1147: Don't emit a sidebar search box in the "singlehtml" builder.Georg Brandl2014-01-191-1/+1
|/ / / /
* | | | Closes #1316: Remove hard-coded ``font-face`` resources from epub theme.Georg Brandl2014-01-191-3/+4
|/ / /
* | | In search word highlighting, dont insist on having div.body.Georg Brandl2014-01-191-0/+3
|/ /
* | Closes #1072: In the JS search, fix issues searching for upper-cased words ↵Georg Brandl2014-01-121-1/+1
| | | | | | | | by lowercasing words before stemming.
* | Closes #1093: use max-width: 100% for images in basic/epub themeGeorg Brandl2014-01-122-0/+2
| |
* | Closes #1095: Fix print-media stylesheet being included always in the ↵Georg Brandl2014-01-112-7/+7
| | | | | | | | | | | | | | "scrolls" theme. Also fixes wrong additions of stylesheets and scripts in haiku theme (probably copy-paste error from scrolls).
* | Closes #764: always search stopwords lowercasedGeorg Brandl2014-01-101-1/+1
| |
* | Remove handlers for the "refcount" node.Georg Brandl2013-10-123-12/+0
|/
* fix: A wrong conditoin check break search feature on first page that is ↵shimizukawa2013-09-261-1/+1
| | | | usually index.rst. This issue was introduced at 46d0815, cfbdd84.
* Closes #1225: fix CSS for viewcode blocks in haiku theme.Georg Brandl2013-09-171-1/+1
|
* merge with masklinn/sphinx (PR#132: update JQuery to 1.8.3)Georg Brandl2013-09-162-1/+5
|\
| * Sidebar: strip spaces from cookie keyDavid Li2013-08-311-1/+1
| | | | | | | | | | This ensures the sidebar will correctly restore its open/closed state.
| * Added XHTML 1.1 document declaration to epub builderRoland Meister2013-04-291-0/+4
| |
* | Update jquery to 1.8.3 in websupportmasklinn2013-04-091-4/+2
|/ | | | | | | Previous version (1.7.1) failed to make elements visible when calling $.fn.show() on elements not yet attached to the DOM, leading to e.g. reply or proposal links not appearing in webkit-based browsers (Safari, Chrome)
* Update the .pot fileGeorg Brandl2013-04-011-1/+1
|
* merge with macagua/sphinxGeorg Brandl2013-04-015-10/+10
|\
| * Added improvements about i18n for themes "basic", "haiku" and "scrolls" that ↵Leonardo Caballero2013-03-048-15/+15
| | | | | | | | Sphinx built-in. Closes #1120
* | Copyright header update.Georg Brandl2013-04-012-2/+2
| |
* | #723: fix remaining issue with search and webkit browsersGeorg Brandl2013-03-311-1/+1
| |
* | Closes #723: Fix the search function on local files in WebKit based browsers.Georg Brandl2013-03-302-12/+22
|/
* Bug #1093: restrict image width for epub builder.Roland Meister2013-02-101-0/+1
|
* Fix local search which was broken by correcting JS issues found by JSHint ↵Jonathan Waltman2013-01-101-1/+1
| | | | (commit 46d08152a30d)
* Whitespace cleanup in jinja templatesRoland Meister2013-01-0415-15/+15
| | | | | This change removes odd-looking empty lines before the doctype declaration in HTML files created by jinja templates.
* Correct some JS issues found by JSHint.Georg Brandl2013-01-042-25/+18
|
* Closes #1067: implement pluggable search scorer and tweak scoring to give ↵Georg Brandl2013-01-041-43/+101
| | | | good results. Patch by Hernan Grecco.
* Issue #1067: Scoring based search resultsGeorg Brandl2013-01-031-96/+102
| | | | | | | | | | | Modify the search tool to create single result set (instead of the current 4: regular, important, unimportantResults, objectResults). Each result has an associated score. The results are sorted by score before presenting the results. This modification does not seem to change the search time significantly. Patch by Hernan E. Grecco.
* Copyright update.Georg Brandl2013-01-0134-34/+34
|
* Upgrade for 'default' theme: collapsiblesidebar works with rightsidebarDenis2012-12-101-12/+26
|
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
|
* Closes #1015: do not override the jQuery contains() function by defining our ↵Georg Brandl2012-10-282-14/+2
| | | | own with that name; rather use the one from Underscore.
* Set default background color in header for agogo theme.Andi Albrecht2012-07-011-1/+1
| | | | | This allows to header to grow larger than the height of the background image.
* Merged in rolmei/sphinx-epub (pull request #56)Georg Brandl2012-04-114-177/+54
|\
| * Fixes #893: Update jquery to 1.7.1 and underscore.js to 1.3.1.Georg Brandl2012-03-102-175/+33
| |
| * Show generic admonition titles in Pyramid theme.Robert Lehmann2012-02-291-1/+4
| |
| * Fix #884: Highlight todo admonitions differently.Robert Lehmann2012-02-292-0/+8
| |
| * Highlight generic admonitions in Pyramid theme.Robert Lehmann2012-02-291-0/+8
| |
| * Fix filename.Robert Lehmann2012-02-261-1/+1
| |
* | the epub-cover.html template should not contain any additional blocksRoland Meister2012-04-111-0/+1
|/
* Merge with birkenfeld/sphinxRoland Meister2012-02-132-0/+13
|\