summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.2b3.v1.2b3Georg Brandl2013-10-032-4/+7
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...Takayuki Shimizukawa2013-10-037-13/+13
* add QGIS page for examples pageTakayuki Shimizukawa2013-10-031-0/+1
* Added a ez_setup to replace distribute_setup. ez_setup become defacto. Closes...Takayuki Shimizukawa2013-10-035-550/+380
* Add test refs #1265 (comment-6264794) to validate translated label link shift...Takayuki Shimizukawa2013-10-033-0/+20
* Extend extension info to the module filename for each loaded ext.Georg Brandl2013-10-021-7/+7
* Add list of extensions to the traceback log file on unhandled exceptions.Georg Brandl2013-10-022-3/+10
* Update localizations from tx.Georg Brandl2013-10-022-58/+60
* grammar fixGeorg Brandl2013-10-011-1/+2
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-015-7/+7
* Closes #1278: fix typo in attribute name in_production_list.Georg Brandl2013-10-011-1/+1
* mergeGeorg Brandl2013-10-011-6/+7
|\
| * changelog fixupGeorg Brandl2013-09-291-6/+7
* | Do not lower() citeid in latex writer's bibitems.Matthias C. M. Troffaes2013-10-011-1/+1
* | moved comment above describing elementErik Bernoth2013-09-251-1/+2
* | writers/latex: debug bibtex hypertarget labelsErik Bernoth2013-09-241-2/+3
|/
* When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...Takayuki Shimizukawa2013-09-286-8/+41
* fix: A wrong conditoin check break search feature on first page that is usual...Takayuki Shimizukawa2013-09-262-1/+3
* Merged in alimony/sphinx/add_missing_epub_options (pull request #170)Takayuki Shimizukawa2013-09-231-0/+9
|\
| * Add two missing epub options to the default conf.pyMarkus Amalthea Magnuson2013-09-221-0/+9
* | update CHANGES for removing 'sphinx' prefix from latex document class nameTakayuki Shimizukawa2013-09-231-0/+4
* | Merged in erikb85/sphinx (pull request #154)Takayuki Shimizukawa2013-09-233-2/+18
|\ \
| * | Note in the documentation, that prepending "sphinx" is not necessary anymore.Erik Bernoth2013-09-231-0/+6
| * | Make sure people know that they can actually use other document classes now.Erik Bernoth2013-09-231-1/+1
| * | Conditional prefix prepending for docclassesErik Bernoth2013-09-201-1/+11
| * | Makes the config value for latex doc classes more flexible.Erik Bernoth2013-08-061-1/+1
* | | Fix i18n: crash when translating section name that is pointed from named targ...Takayuki Shimizukawa2013-09-235-2/+49
* | | Merged in techtonik/sphinx-1/techtonik/add-link-to-irc-channel-1379750124356 ...Takayuki Shimizukawa2013-09-231-0/+1
|\ \ \
| * | | add link to IRC channelanatoly techtonik2013-09-211-0/+1
| | |/ | |/|
* | | fix: test_build_latex and test_build_texinfo raise SkipTest if command missin...Takayuki Shimizukawa2013-09-232-3/+3
|/ /
* | Fix again: NFC/NFD normalizing problem. Closes #1142Takayuki Shimizukawa2013-09-189-11/+127
* | Added tag 1.2b2 for changeset 5a93cc107388Georg Brandl2013-09-170-0/+0
* | Bump to 1.2b2.v1.2b2Georg Brandl2013-09-172-4/+4
* | * ``apidoc`` now ignores "_private" modules by default, and has an option ``-P``Georg Brandl2013-09-172-56/+67
* | Changelog entry and cleanup for PR#131.Georg Brandl2013-09-172-8/+9
* | Merged in dcmouser/sphinx-fork-dcmouser (pull request #161)Georg Brandl2013-09-172-3/+36
|\ \
| * | Added option to apidoc to have it output each module to its own page and upda...dc mouser2013-09-082-13/+3
| * | Added option to apidoc to write each module to standalone page instead of com...dc mouser2013-09-031-3/+46
* | | Ignoring the string consists only of white-space characters. Closes #1234Takayuki Shimizukawa2013-09-172-1/+3
* | | Fix NFC/NFD normalizing problem of rst filename on Mac OS X. Closes #1142Takayuki Shimizukawa2013-09-172-2/+11
* | | Closes #1225: fix CSS for viewcode blocks in haiku theme.Georg Brandl2013-09-171-1/+1
* | | Small doc fixes for setuptools change.Georg Brandl2013-09-171-3/+5
* | | Fix new getargspec implementation for 3.x.Georg Brandl2013-09-171-3/+3
* | | Add feature: theme package collection by using setuptools plugin mechanism.Takayuki Shimizukawa2013-09-163-3/+74
* | | Closes #1192: Fix escaping problem for hyperlinks in the manpage writer.Georg Brandl2013-09-162-3/+6
* | | Closes #1185: Don't crash when a Python module has a wrong or no encoding dec...Georg Brandl2013-09-162-7/+9
* | | Closes #828: use inspect.getfullargspec() to be able to document functions withGeorg Brandl2013-09-162-1/+39
* | | Fixes #1204: use the correct relative path referring to local intersphinx tar...Georg Brandl2013-09-162-0/+5
* | | Test suite quickfix.Georg Brandl2013-09-161-0/+1
* | | #1259: Guard the debug output call when emitting events; to prevent theGeorg Brandl2013-09-162-1/+7