summaryrefslogtreecommitdiff
path: root/sphinx/themes
Commit message (Collapse)AuthorAgeFilesLines
* improve css for figureshimizukawa2014-10-201-0/+9
|
* improve css for numfig captionshimizukawa2014-10-206-2/+175
|
* fix: remove alert() from bizstyle js.shimizukawa2014-10-091-4/+2
| | | | change: overkilled breadcrumb stripping.
* Update jQuery from 1.8.3 to 1.11.1. This change includes two migrations for ↵shimizukawa2014-10-084-6344/+7207
| | | | jQuery. Closes #1438.
* Set permanent links to every captions and titlestk0miya2014-10-053-3/+12
|
* merge with stableGeorg Brandl2014-10-0149-76/+12295
|\
| * bizstyle: we now emit "code" instead of "tt".Georg Brandl2014-10-011-4/+4
| |
| * Merge with defaulttk0miya2014-09-241-2/+1
| |\
| | * do nested_parse() :caption: of code-block directivetk0miya2014-09-191-2/+1
| | |
| * | Fixup windows newlines.Georg Brandl2014-09-212-1105/+1105
| |/
| * Merge upstream changestk0miya2014-08-207-9/+9
| |\
| | * Rename :filename: option of code-block directive to :caption:tk0miya2014-08-117-10/+10
| | |
| * | Merged in tk0miya/sphinx (pull request #269)Takayuki Shimizukawa2014-08-2012-37/+37
| |\ \ | | | | | | | | | | | | Fix #1476 replace <tt> tag by <code>
| | * | Fix #1476 replace <tt> tag by <code>tk0miya2014-08-1212-37/+37
| | |/
| * | add non-minified JS file for css3-mediaqueries.jsShoji KUMAGAI2014-08-151-0/+1104
| | |
| * | modify to include css3-mediaqueries.js as local static contentShoji KUMAGAI2014-08-152-1/+2
| | |
| * | fix copyright and licenseShoji KUMAGAI2014-08-153-6/+6
| | |
| * | Add theme contents for 'bizstyle'Shoji KUMAGAI2014-08-155-0/+569
| |/
| * compress static PNG images with optipng -o10Lars Buitinck2014-07-2219-0/+0
| | | | | | | | Average reduction in file size of 20%.
| * * Provide non-minified JS files for jquery.js and underscore.js to clarify ↵shimizukawa2014-06-072-0/+10471
| | | | | | | | the source of the minified files. refs #1434.
| * merge with stableGeorg 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
* | | | | | | | Closes #1584: Point to master doc in HTML "top" link.Georg Brandl2014-10-011-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | #1431: add some missing styles to the epub CSSGeorg Brandl2014-03-251-0/+70
|/ / / / / /
* | | | | | 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
| |