summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix long line.Georg Brandl2011-01-041-1/+2
* #283: Fix literal block display issues on Chrome browsers.Georg Brandl2011-01-043-0/+4
* Added tag 1.0.5 for changeset 878a1874a8e6Georg Brandl2011-01-040-0/+0
* Add book examples.Georg Brandl2011-01-041-0/+9
* #148: Support sorting a limited range of accented characters in the glossary.Georg Brandl2011-01-042-3/+4
* #383: Support sorting a limited range of accented characters in the general i...Georg Brandl2011-01-042-2/+6
* #570: Try decoding ``-D`` and ``-A`` command-line arguments with the locale's...Georg Brandl2011-01-042-2/+20
* #560: Change default split_owner to return something useful.Georg Brandl2011-01-041-5/+2
* New year update.Georg Brandl2011-01-04135-136/+136
* #528: Observe :confval:`locale_dirs` when looking for the JS translations file.Georg Brandl2011-01-042-18/+22
* Fix pretty-printing of C++ function arguments.Georg Brandl2011-01-041-3/+2
* Fix test_build_html after latest docfields fix.Georg Brandl2011-01-042-5/+11
* Use XML-entity-replace error handling in HTML output files. Fixes test_build...Georg Brandl2011-01-041-1/+1
* #578: doc clarification.Georg Brandl2011-01-041-3/+5
* Use non-breaking spaces to separate type and parameter name.Georg Brandl2011-01-031-1/+2
* Even more tweaking of the latex tabular environment selection code.Georg Brandl2011-01-032-14/+25
* #574: Add special code for better support of Japanese documents in the LaTeX ...Georg Brandl2011-01-033-0/+19
* Regression of #77: If there is only one parameter given with ``:param:`` mark...Georg Brandl2011-01-034-9/+23
* #556: Fix missing paragraph breaks in LaTeX output in certain situations (e.g.Georg Brandl2011-01-032-1/+4
* #567: Emit the ``autodoc-process-docstring`` event even for objects without a...Georg Brandl2011-01-032-3/+11
* #565: In the LaTeX builder, not only literal blocks require different table h...Georg Brandl2011-01-033-11/+35
* Remove redundant local.Georg Brandl2011-01-031-2/+1
* #515: Fix tracebacks in the viewcode extension for Python objects that do not...Georg Brandl2011-01-032-2/+5
* Add missing file.Georg Brandl2011-01-031-0/+7
* Fix strange reportings of line numbers for warnings generated fromGeorg Brandl2011-01-034-2/+15
* Fix CPP domain modifiers: short can be unsigned and signed, but not short.Georg Brandl2010-12-291-3/+3
* On HTML Help, ignore 'html_output_encoding' and use langage encoding.amenohi2010-11-181-1/+4
* Fix garbled HTML Help keywords.amenohi2010-11-181-1/+1
* major.minor version is enough for the grammar pickle.Georg Brandl2010-12-091-1/+1
* Do not require build dir to exist.Georg Brandl2010-11-171-1/+0
* Add changelog entry.Georg Brandl2010-11-172-1/+7
* Account for arguments with only a type and no parameter nameMichael Jones2010-11-181-3/+2
* Update cpp domain identifier regex to match destructorsMichael Jones2010-11-181-1/+1
* Update release date and version.1.0.5Georg Brandl2010-11-122-4/+4
* Adapt test to new warning API.Georg Brandl2010-11-121-3/+3
* #550: fix confusing example in docs.Georg Brandl2010-11-121-5/+5
* #557: Add CSS styles required by docutils 0.7 for aligned images and figures.Georg Brandl2010-11-123-0/+52
* In the Makefile generated by LaTeX output, do not delete pdf filesGeorg Brandl2010-11-122-2/+4
* #535: Fix LaTeX output generated for line blocks by porting implementation fr...Georg Brandl2010-10-224-24/+47
* #530: set font size of \paragraph to \small.Georg Brandl2010-10-221-1/+1
* #522: in Windows batchfile, do not print success message when sphinx-build fa...Georg Brandl2010-10-221-0/+15
* #523: fixes for qthelp index.Georg Brandl2010-10-222-31/+33
* #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-226-20/+25
* #544: Allow ``.pyw`` as a source file extension.Georg Brandl2010-10-223-2/+4
* Remove obsolete config value.Georg Brandl2010-10-221-1/+0
* include a blank line before a new line-block so it stands as its own paragraphDoug Hellmann2010-10-201-1/+1
* Fix missing paren.Georg Brandl2010-10-201-1/+1
* Add Pocoo logo to the sidebar on the index page.Georg Brandl2010-10-182-0/+3
* Add pypol.Georg Brandl2010-10-171-0/+1
* Record Python version in save_traceback(), to better debug 2 vs 3 issues.Georg Brandl2010-10-161-0/+2