summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch autodoc_novalueautodoc_novalueGeorg Brandl2013-09-160-0/+0
* autodoc: change :novalue: to :annoation: optionJohannes Dewender2013-02-273-10/+39
* fix tests for autodoc novalue optionJohannes Dewender2013-01-242-2/+3
* autodoc: document novalue optionJohannes Dewender2013-01-221-2/+11
* autodoc: novalue option for autodata and autoattributeJohannes Dewender2013-01-221-7/+12
* fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ret...shimizukawa2013-01-212-2/+15
* fix debug2 UnicodeEncodeError issue with multibyte names nodeshimizukawa2013-01-212-1/+9
* add installations for each environmentsshimizukawa2013-01-203-3/+154
* merge default headsGeorg Brandl2013-01-192-3/+20
|\
| * 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
* | 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