summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.3 final.v1.3shimizukawa2015-03-111-3/+3
* C++, ref #1765, old id generation fix.Jakob Lykke Andersen2015-03-101-4/+4
* Fix #1763: Wrong `:numref:` links for `:name:` target on figure, table and co...shimizukawa2015-03-092-4/+18
* Fixed #1756: Incorrect section titles in search that was introduced from 1.3b...shimizukawa2015-03-091-2/+1
* update translation catalogsshimizukawa2015-03-0984-32284/+32378
* flake8: fix a problem, add differing warning #Georg Brandl2015-03-081-1/+1
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-0814-53/+57
* websupport: pep8 fixesGeorg Brandl2015-03-086-24/+24
* ext: pep8 fixesGeorg Brandl2015-03-0815-52/+106
* more pep8 fixesGeorg Brandl2015-03-087-29/+33
* util: pep8 fixesGeorg Brandl2015-03-0816-100/+200
* search: reformat japanese word splitter literalsGeorg Brandl2015-03-081-46/+264
* pep8 fixesGeorg Brandl2015-03-089-34/+40
* builders: pep8 fixesGeorg Brandl2015-03-0811-83/+90
* writers: pep8 fixesGeorg Brandl2015-03-084-63/+260
* writers/html: pep8 fixesGeorg Brandl2015-03-081-9/+48
* writers/latex: pep8 fixesGeorg Brandl2015-03-081-29/+120
* domains/cpp: pep8 fixesGeorg Brandl2015-03-081-60/+60
* Fix flake8.Georg Brandl2015-03-083-23/+20
* mergeGeorg Brandl2015-03-086-72/+123
|\
| * C++, more name lookup fixes.Jakob Lykke Andersen2015-03-081-65/+93
| * refs #1700, #1742: add testing and fix two bugs.shimizukawa2015-03-082-0/+10
| * refs #1742: use implicit target name for figure directive's permalink.shimizukawa2015-03-081-1/+2
| * refs #1700: fix: toctree caption accepts unicode text.shimizukawa2015-03-081-1/+1
| * refs #1742: `:name:` option is provided for `toctree`, `code-block` and `lite...shimizukawa2015-03-082-5/+17
* | Merge branch 'apple-help' of git://github.com/al45tair/sphinxGeorg Brandl2015-03-087-16/+330
|\ \ | |/ |/|
| * Use binary mode for writing plist file, as per Python 3 docs.Alastair Houghton2015-01-151-1/+1
| * Don't use codecs for writing plists; breaks on Python 3.Alastair Houghton2015-01-151-4/+1
| * Added some additional configuration variables for Apple Help.Alastair Houghton2015-01-154-78/+64
| * Encode the project name using IDNA if necessary.Alastair Houghton2015-01-141-1/+1
| * Altered the way we use applehelp_locale slightly. Also altered its default s...Alastair Houghton2015-01-142-4/+4
| * Disable Javascript search in Apple Help.Alastair Houghton2015-01-141-0/+4
| * Clean up the mechanism for disabling Javascript search.Alastair Houghton2015-01-142-14/+23
| * Added code signing support. Improved error handling. Fixed handle_finish to...Alastair Houghton2015-01-143-11/+71
| * More changes for Apple Help support.Alastair Houghton2015-01-133-15/+51
| * Added initial Apple help support.Alastair Houghton2015-01-134-0/+222
* | Change the source parsers feature a bit:Georg Brandl2015-03-085-35/+30
* | Merge pull request #1760 from ericholscher/parsersGeorg Brandl2015-03-082-1/+36
|\ \
| * | Allow passing a class inEric Holscher2015-02-281-0/+3
| * | Add support for per-suffix parsersMatthew Woehlke2015-02-282-1/+33
* | | refs #1700: now toctree caption become paragraph block instead of Text under ...shimizukawa2015-03-083-9/+10
* | | rename `name` option for toctree directive to `caption`.shimizukawa2015-03-082-6/+6
* | | Merge pull request #1700 from ericholscher/toctree-nameTakayuki SHIMIZUKAWA2015-03-082-0/+11
|\ \ \
| * | | Add initial ability to output a nameEric Holscher2015-01-092-0/+11
* | | | Fix flake8 violationTakeshi KOMIYA2015-03-081-1/+2
* | | | Role ``numref`` uses ``%s`` as special character instead `#` symbolTakeshi KOMIYA2015-03-082-7/+4
* | | | Merge branch 'master' of github.com:sphinx-doc/sphinxJakob Lykke Andersen2015-03-071-2/+63
|\ \ \ \
| * \ \ \ Merge pull request #1752 from sphinx-doc/1719_numfig_format_was_ignored_on_latexTakayuki SHIMIZUKAWA2015-03-081-2/+63
| |\ \ \ \
| | * | | | Use babel to change prefix of captionsTakeshi KOMIYA2015-03-071-6/+23
| | * | | | #1719 Add prefix to linkname of :numref: on LaTeX modeTakeshi KOMIYA2015-03-031-16/+24