summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* compile_catalog update.Georg Brandl2013-02-075-0/+1
* New locales: Added Basque locale. Closes #1097shimizukawa2013-02-082-0/+769
* Fix text builder did not respect wide/fullwidth characters for textwrap.shimizukawa2013-02-071-0/+93
* Fix text builder did not respect wide/fullwidth charactors for table layout.shimizukawa2013-02-061-2/+4
* Fix text builder did not respect wide/fullwidth charactors for title line.shimizukawa2013-02-051-1/+3
* fix: reporting correct line number implementation (6fc25e0e3a5c) was not work...shimizukawa2013-02-051-2/+14
* fix: roles' reftarget ware swapped if there are some roles in 1 line and tran...shimizukawa2013-02-051-2/+9
* Move custom transforms from environment to their own module, to make sphinx.e...Georg Brandl2013-02-042-286/+309
* remove unusable 'SEVERE: Duplicate ID' message for footnote that the translat...shimizukawa2013-02-041-0/+2
* fix: reporting correct line number when translations have wrong reST syntax o...shimizukawa2013-02-041-0/+16
* Fix autodoc crash if :members: and :special-members: ware both set (by d7ac5e4).shimizukawa2013-02-031-0/+1
* Closes #1062: sphinx.ext.autodoc use __init__ method signature for class sign...shimizukawa2013-02-031-0/+12
* Respect add_autodoc_attrgetter() even when inherited-members is setA. Jesse Jiryu Davis2013-01-312-3/+3
* Fix :term: doesn't link to glossary if term text translated. refs #1090shimizukawa2013-01-301-0/+10
* fix source and line value for glossary term. refs #1090shimizukawa2013-01-301-5/+9
* Fix gettext does not extract glossary terms. Closes #1090shimizukawa2013-01-301-1/+3
* fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ret...shimizukawa2013-01-212-2/+15
* fix debug2 UnicodeEncodeError issue with multibyte names nodeshimizukawa2013-01-211-1/+2
* fix: output all html every time with python3.3.shimizukawa2013-01-151-3/+19
* fix: `import xml` confusing. 2to3 converted `import xml.etree....` into `from...shimizukawa2013-01-141-0/+1
* Refactor the "usage" help text into several sections.Georg Brandl2013-01-131-24/+38
* autodoc: debug module analyzer failureGeorg Brandl2013-01-131-1/+2
* Fix pyflakes issues.Georg Brandl2013-01-138-16/+10
* Fix long lines reported by "make check".Georg Brandl2013-01-132-2/+3
* fix: autodoc documented descriptor class as attributeshimizukawa2013-01-121-1/+1
* figure-caption work-around set int or None to node.line instead of empty string.shimizukawa2013-01-121-1/+1
* autodoc: use debug2() and [autodoc] prefixGeorg Brandl2013-01-121-11/+11
* Verbosity: add another "debug2" function for level 3, use it for event debugg...Georg Brandl2013-01-121-27/+39
* Write "making output directory" to the status fd, not to stderr unconditionally.Georg Brandl2013-01-121-3/+5
* Write verbose/debug messages to status fd, not warning fd.Georg Brandl2013-01-121-2/+2
* Add a link to the Sphinx homepage when sphinx-build is called with -h.Georg Brandl2013-01-121-1/+4
* Fix local search which was broken by correcting JS issues found by JSHint (co...Jonathan Waltman2013-01-101-1/+1
* Closes #1070: Avoid un-pickling issues under Python 3 when accessing doctrees...Jonathan Waltman2013-01-091-1/+1
* Closes #1069: Fix autodoc signature formatting of "partial" functions without...Jonathan Waltman2013-01-091-2/+7
* Merged in rolmei/sphinx-epub (pull request #106: Add includehidden option to ...Jonathan Waltman2013-01-072-0/+4
|\
| * Add includehidden option to the toctree directiveRoland Meister2013-01-062-0/+4
* | Use default values for latex_documents, man_pages, and texinfo_documents if n...Jonathan Waltman2013-01-071-3/+18
* | Add missing "meta" and "inline" node visitors for the manpage writer.Jonathan Waltman2013-01-071-0/+8
* | Avoid AssertionError about losing the "ids" attribute when resolving pending_...Jonathan Waltman2013-01-071-2/+10
|/
* Remove duplicate visitor method.Robert Lehmann2013-01-061-5/+0
* merge birkenfeld/sphinxRobert Lehmann2013-01-064-22/+7
|\
| * merge with birkenfeld/sphinxRobert Lehmann2013-01-024-22/+7
| |\
| | * Fix seealso labels in text builder.Robert Lehmann2012-12-231-0/+2
| | * Closes #960: Convert seealso directive to ordinary admonition.Robert Lehmann2012-12-163-22/+5
* | | autodoc: Don't rely on reporter.get_source_and_line existing for debug messages.Jonathan Waltman2013-01-051-1/+4
* | | Merged in shimizukawa/sphinx-fix-i18n-fork (pull request #104: #976: Fix gett...Takayuki Shimizukawa2013-01-066-3/+70
|\ \ \
| * | | Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-056-3/+70
* | | | Merged in rolmei/sphinx-epub (pull request #103: Whitespace cleanup)Jon Waltman2013-01-056-38/+132
|\ \ \ \ | |/ / /
| * | | Add basic debugging support for autodoc.Jonathan Waltman2013-01-051-6/+24
| * | | Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...Jonathan Waltman2013-01-055-19/+81