summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.3.1 finalv1.3.1shimizukawa2015-03-171-3/+3
* refs #1781: Setting `html_domain_indices` to a list raises a type check warni...shimizukawa2015-03-171-0/+6
* Autodoc: Python2 Allow unicode string in __all__Jens Hedegaard Nielsen2015-03-161-2/+2
* refactoring: move i18n related function from osutil into i18nshimizukawa2015-03-166-26/+29
* rename function name to avoid ambiguousshimizukawa2015-03-163-8/+7
* Fixed #1771: automated .mo building doesn't work properly with template trans...shimizukawa2015-03-163-5/+28
* Fixed #1771: automated .mo building doesn't work properly with:shimizukawa2015-03-161-3/+3
* Close #1776: ``source_suffix = ['.rst']`` cause unfriendly error on prior ver...shimizukawa2015-03-161-1/+3
* Merge pull request #1777 from tell-k/fix-load-extra-themeTakayuki SHIMIZUKAWA2015-03-141-1/+1
|\
| * fixed. Sphinx 1.3 can't load extra theme.tell-k2015-03-121-1/+1
* | Merge pull request #1774 from pjxiao/stableTakayuki SHIMIZUKAWA2015-03-141-1/+1
|\ \
| * | Fix #1770: regard empty file as an empty stringTakayuki Hirai2015-03-141-1/+1
* | | fix #1772 cross reference in docstrings like ``:param .write:`` breaks building.shimizukawa2015-03-141-7/+9
|/ /
* | fixes #1766: the message "least Python 2.6 to run" is at best misleading.shimizukawa2015-03-141-1/+1
* | Support PEP-440 version spec for developers.shimizukawa2015-03-1425-38/+42
* | bump version for stableshimizukawa2015-03-141-3/+3
* | refactoring for quickstartshimizukawa2015-03-141-14/+13
* | Fixed #1773: sphinx-quickstart doesn't accept non-ASCII character as a option...shimizukawa2015-03-141-14/+29
* | allows some files/dirs in quickstart destination dir.Shirou WAKAYAMA2015-03-141-4/+29
|/
* Bump to 1.4 development.shimizukawa2015-03-111-3/+3
* 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