summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.6.7 release.v0.6.70.6Georg Brandl2010-06-051-2/+2
* Fix long lines.Georg Brandl2010-05-261-3/+3
* Fixed console.py function term_width_line() issue. #423Armin Ronacher2010-05-251-2/+5
* Be more precise.Georg Brandl2010-05-261-1/+1
* #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swa...Georg Brandl2010-06-052-18/+12
* #428: Add some missing CSS styles for standard docutils classes.Georg Brandl2010-06-051-0/+46
* Fix a bug that prevented some references being generated in the LaTeX builder.Georg Brandl2010-06-051-0/+2
* #440: Remove usage of a Python >= 2.5 API in the ``literalinclude`` directive.Georg Brandl2010-06-051-1/+1
* Post release update.Georg Brandl2010-05-251-1/+1
* Prepare for 0.6.6 release.v0.6.6Georg Brandl2010-05-251-2/+2
* Handle raw nodes in the ``text`` writer.Georg Brandl2010-05-241-0/+5
* Escape all strings put into the Qt help XML files.Georg Brandl2010-05-231-21/+22
* Fix a problem the Qt help project generated by the ``qthelp`` builder that wo...Georg Brandl2010-05-231-14/+31
* Deactivate "Binary TOC" option; it seems to prevent the "Locate" button from ...Georg Brandl2010-05-231-1/+1
* Mention :noindex: in warning message.Georg Brandl2010-05-231-1/+2
* Update translation catalogs.Georg Brandl2010-05-2221-10/+10
* #390: updates for slovenian language.Georg Brandl2010-05-223-44/+49
* Resolve some glitches in de and fi .po file.Georg Brandl2010-05-225-5/+5
* #393: Fix the usage of Unicode characters in mathematic formulas when using t...Georg Brandl2010-05-221-5/+5
* #404: Make ``\and`` work properly in the author field of the ``latex_document...Georg Brandl2010-05-222-4/+13
* Fix long line.Georg Brandl2010-05-221-1/+2
* Fix for 12fea70b1a18: EncodedFile doesnt do the right thing either.Georg Brandl2010-05-221-1/+3
* #409: Make the ``highlight_language`` config value work properly in the LaTeX...Georg Brandl2010-05-221-6/+11
* #418: Allow relocation of the translation JavaScript files to the system dire...Georg Brandl2010-05-221-9/+19
* #414: fix universal newline handling of files included with "literalinclude".Georg Brandl2010-05-221-1/+1
* #377: Fix crash in linkcheck builder if all parent nodes have no line number ...Georg Brandl2010-04-181-1/+3
* mergeGeorg Brandl2010-04-171-1/+4
|\
| * #376: In autodoc, fix display of parameter defaults containing backslashes.Georg Brandl2010-04-071-1/+4
* | #379: define hyperref citecolor to match color scheme.Georg Brandl2010-04-171-1/+1
* | #387: Fix the display of search results in ``dirhtml`` output.Georg Brandl2010-04-172-2/+5
|/
* #370: complex arguments in list \item[] need to be enclosed in braces.Georg Brandl2010-04-061-2/+2
* #374: Make the ``doctest_path`` config value of the doctest extension actuall...Georg Brandl2010-04-061-2/+2
* Fix the handling of multiple toctrees when creating the global TOC for the ``...Georg Brandl2010-04-062-6/+15
* Fix the handling of nested lists in the text writer.Georg Brandl2010-04-061-13/+14
* Add warning facility on unknown Pygments lexer names.Georg Brandl2010-04-041-3/+12
* #362: In autodoc, check for the existence of ``__self__`` on function objects...Georg Brandl2010-04-041-0/+1
* #353: Strip leading and trailing whitespace when extracting search words in t...Georg Brandl2010-04-041-0/+3
* Update version info for next development.Georg Brandl2010-03-011-1/+1
* Update version and release date.v0.6.5Georg Brandl2010-03-011-2/+2
* In autodoc, fix the omission of some module members explicitly documented usi...Georg Brandl2010-02-281-7/+7
* Fix references to methods without a module.Georg Brandl2010-02-281-0/+2
* Revert revision 0530a8aaaa9a; it does not work if dependent files are involved.Georg Brandl2010-02-281-2/+2
* #345: Fix cropping of sidebar scroll bar with ``stickysidebar``Georg Brandl2010-02-281-1/+2
* #341: Always generate UNIX newlines in the quickstart Makefile.Georg Brandl2010-02-271-1/+2
* mergeGeorg Brandl2010-02-232-10/+10
|\
| * In autodoc, allow customizing the signature of an object via autodoc-process-...Georg Brandl2010-02-211-10/+8
| * #331: Fix output for enumerated lists with start values in LaTeX.Georg Brandl2010-02-191-0/+2
* | #338: Fix running with ``-C`` under Windows.Georg Brandl2010-02-231-0/+5
* | store actual file modification time instead of now()anatoly techtonik2010-02-231-2/+2
|/
* Allow auto-detecting "docs" as sphinx source dir.Georg Brandl2010-02-071-6/+10