summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Add two missing epub options to the default conf.pyMarkus Amalthea Magnuson2013-09-221-0/+9
* Fix again: NFC/NFD normalizing problem. Closes #1142shimizukawa2013-09-184-11/+21
* Bump to 1.2b2.1.2b2Georg Brandl2013-09-171-2/+2
* * ``apidoc`` now ignores "_private" modules by default, and has an option ``-P``Georg Brandl2013-09-171-54/+60
* Changelog entry and cleanup for PR#131.Georg Brandl2013-09-171-8/+7
* Merged in dcmouser/sphinx-fork-dcmouser (pull request #161)Georg Brandl2013-09-17106-1626/+4081
|\
| * Ignoring the string consists only of white-space characters. Closes #1234shimizukawa2013-09-171-1/+2
| * Fix NFC/NFD normalizing problem of rst filename on Mac OS X. Closes #1142shimizukawa2013-09-171-2/+10
| * Closes #1225: fix CSS for viewcode blocks in haiku theme.Georg Brandl2013-09-171-1/+1
| * Fix new getargspec implementation for 3.x.Georg Brandl2013-09-171-3/+3
| * Add feature: theme package collection by using setuptools plugin mechanism.shimizukawa2013-09-161-2/+45
| * Closes #1192: Fix escaping problem for hyperlinks in the manpage writer.Georg Brandl2013-09-161-1/+3
| * Closes #1185: Don't crash when a Python module has a wrong or no encoding dec...Georg Brandl2013-09-161-7/+7
| * Closes #828: use inspect.getfullargspec() to be able to document functions withGeorg Brandl2013-09-161-1/+37
| * Fixes #1204: use the correct relative path referring to local intersphinx tar...Georg Brandl2013-09-161-0/+4
| * #1259: Guard the debug output call when emitting events; to prevent theGeorg Brandl2013-09-161-1/+5
| * Merged in Vladimirsson/sphinx (pull request #136)Georg Brandl2013-09-161-0/+4
| |\
| | * Added ``imported-members`` option for ``automodule`` directive in autodocBogdan Opanchuk2013-04-201-0/+4
| * | Merged in mdboom/sphinx/tooltip-escaping (pull request #128)Georg Brandl2013-09-161-0/+1
| |\ \
| | * | Forgot double slashMichael Droettboom2013-04-081-1/+1
| | * | Escape the quotes in the tooltip messageMichael Droettboom2013-04-031-0/+1
| * | | Small code style fix.Georg Brandl2013-09-161-1/+1
| * | | Merged in RelentlessIdiot/sphinx (pull request #149)Georg Brandl2013-09-161-1/+3
| |\ \ \
| | * | | Fix #1203: Does not append space to unknown field names.Rob Ruana2013-06-231-1/+3
| * | | | Locale update: new locales, others updated from Transifex.Georg Brandl2013-09-1682-1564/+3818
| * | | | Small consistency fix for timestamp tzoffset calculation.Georg Brandl2013-09-161-2/+3
| * | | | Avoid some pyflakes false positives.Georg Brandl2013-09-164-4/+6
| * | | | Closes #1159: do not emit duplicate inventory entries for py:module objects.Georg Brandl2013-09-162-1/+8
| * | | | Closes issue #1242: make it clearer that "translations not available" means o...Georg Brandl2013-09-161-2/+3
| * | | | Merged in cancerhermit/sphinx (pull request #153)Georg Brandl2013-09-1610-42/+135
| |\ \ \ \
| | * | | | Fix new html_extra_path option for singlehtml builder.Georg Brandl2013-09-161-0/+1
| | * | | | Merged in mcmtroffaes/sphinx-html-extra-path (pull request #158)Georg Brandl2013-09-164-0/+19
| | |\ \ \ \
| | | * | | | Actual implementation.Matthias C. M. Troffaes2013-08-221-0/+12
| | | * | | | Set up initial test.Matthias C. M. Troffaes2013-08-221-0/+1
| | | * | | | Add and document html_extra_path option.Matthias C. M. Troffaes2013-08-222-0/+6
| | * | | | | Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)Georg Brandl2013-09-161-5/+29
| | |\ \ \ \ \
| | | * | | | | autodoc: change :novalue: to :annoation: optionJohannes Dewender2013-02-271-6/+25
| | | * | | | | fix tests for autodoc novalue optionJohannes Dewender2013-01-241-2/+2
| | | * | | | | autodoc: novalue option for autodata and autoattributeJohannes Dewender2013-01-221-7/+12
| | * | | | | | Do not use footnotesize for table entries.Georg Brandl2013-09-161-3/+1
| | * | | | | | merge with regrebo/sphinx (PR#151)Georg Brandl2013-09-169-32/+96
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merged in sahchandler/sphinx (pull request #155)Georg Brandl2013-09-163-11/+19
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ merge with masklinn/sphinx (PR#132: update JQuery to 1.8.3)Georg Brandl2013-09-1619-94/+367
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Sidebar: strip spaces from cookie keyDavid Li2013-08-311-1/+1
| | | | | | |/ / / / | | | | | |/| | | |
| | | | * | | | | | Update jquery to 1.8.3 in websupportmasklinn2013-04-091-4/+2
| | | * | | | | | | Add support for C++11 member function ref-qualifiers and C++03 volatile membe...Tres Walsh2013-08-071-17/+61
| | * | | | | | | | Table improvements in latex:Lennart Regebro2013-07-12146-4477/+7431
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Tables now look good.Lennart Regebro2013-03-041-10/+12
| * | | | | | | | | | override extensions in config.pycancerhermit2013-08-041-0/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Added option to apidoc to have it output each module to its own page and upda...mouser2013-09-081-13/+2