summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* null merge with stableGeorg Brandl2013-01-19311-1228/+6140
|\
| * New doc design "sphinx13".Georg Brandl2013-01-1816-48/+611
| * faq: add sphinx-contribGeorg Brandl2013-01-141-0/+4
| * faq: add HieroglyphGeorg Brandl2013-01-141-0/+3
| * tutorial: make "documentation collection" clearerGeorg Brandl2013-01-141-4/+4
| * 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-133-10/+21
| * Closes #1076: document new sphinx-build options.Georg Brandl2013-01-121-0/+20
| * fix: autodoc documented descriptor class as attributeshimizukawa2013-01-122-1/+12
| * figure-caption work-around set int or None to node.line instead of empty string.shimizukawa2013-01-121-1/+1
| * fix test_seealso failed with python3shimizukawa2013-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-092-1/+4
| * Closes #1069: Fix autodoc signature formatting of "partial" functions without...Jonathan Waltman2013-01-092-2/+10
| * Issue #1069: Add failing test for signature formatting of "partial" functions...Jonathan Waltman2013-01-091-0/+14
| * Merged in rolmei/sphinx-epub (pull request #106: Add includehidden option to ...Jonathan Waltman2013-01-074-0/+23
| |\
| | * Add includehidden option to the toctree directiveRoland Meister2013-01-064-0/+23
| * | Use default values for latex_documents, man_pages, and texinfo_documents if n...Jonathan Waltman2013-01-072-3/+24
| * | 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
| * | Add man_pages config to tests/root/conf.py.Jonathan Waltman2013-01-061-0/+5
| * | Fix test_man which didn't test if docs were being built. It now successfully...Jonathan Waltman2013-01-061-1/+2
| |/
| * Remove duplicate visitor method.Robert Lehmann2013-01-061-5/+0
| * merge birkenfeld/sphinxRobert Lehmann2013-01-0610-22/+82
| |\
| | * Changelog for PR#99.Robert Lehmann2013-01-061-0/+5
| | * merge knzm/sphinx-fix-seealso-forkRobert Lehmann2013-01-064-0/+65
| | |\
| | | * stop calling rmtree in a testNozomu Kaneko2012-12-241-1/+0
| | | * merge headsNozomu Kaneko2012-12-2410-13/+96
| | | |\
| | | * | make seealso translatableNozomu Kaneko2012-12-165-1/+70
| | * | | merge with birkenfeld/sphinxRobert Lehmann2013-01-025-22/+15
| | |\ \ \
| | | * | | Fix seealso labels in text builder.Robert Lehmann2012-12-231-0/+2
| | | * | | Verify seealso directives end up in gettext catalogs.Robert Lehmann2012-12-161-0/+8
| | | * | | Closes #960: Convert seealso directive to ordinary admonition.Robert Lehmann2012-12-163-22/+5
| * | | | | Divide test_intl target source files for speed-up.shimizukawa2013-01-0624-69/+91
| * | | | | autodoc: Don't rely on reporter.get_source_and_line existing for debug messages.Jonathan Waltman2013-01-051-1/+4
| * | | | | Move "only" directive tests to a seperate test root.Jonathan Waltman2013-01-056-4/+14
| * | | | | Merged in shimizukawa/sphinx-fix-i18n-fork (pull request #104: #976: Fix gett...Takayuki Shimizukawa2013-01-0612-3/+262
| |\ \ \ \ \
| | * | | | | Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-0512-3/+262
| * | | | | | Merged in rolmei/sphinx-epub (pull request #103: Whitespace cleanup)Jon Waltman2013-01-058-40/+149
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Add basic debugging support for autodoc.Jonathan Waltman2013-01-052-8/+26
| | * | | | | Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...Jonathan Waltman2013-01-056-19/+87
| | * | | | | sphinx-build: Provide more specific error messages for invalid arguments.Jonathan Waltman2013-01-042-4/+10
| | * | | | | sphinx-build: Support the standard ``--help`` and ``--version`` options.Jonathan Waltman2013-01-042-1/+13