summaryrefslogtreecommitdiff
path: root/sphinx/htmlhelp.py
Commit message (Collapse)AuthorAgeFilesLines
* Move builders and writers into new packages.Georg Brandl2008-11-291-220/+0
|
* Fix three problems in HTML help index generation.Georg Brandl2008-11-221-5/+15
| | | | Patch from Hirokazu Yamamoto (see bugs.python.org/4252), fixes #44.
* Escape " to " in HTML help attribute values. #25.Georg Brandl2008-10-161-1/+2
|
* * Add more generated text to the automatic translation.Georg Brandl2008-08-101-1/+2
| | | | | | | * Remove all locale-dependent text from sphinx.sty, put it into Python files to enable message extraction and translation. * Use babel in the LaTeX output. * Centralize locations for labels used in every builder.
* More logical "next"/"previous" links.Georg Brandl2008-05-311-1/+2
|
* Add html_short_title and html_show_sphinx config values.Georg Brandl2008-05-241-4/+4
|
* Use binary TOC in HTML help.Georg Brandl2008-05-231-0/+1
|
* FIx determination of the title in HTML help output.Georg Brandl2008-05-231-3/+5
|
* Remove hard-coded "documentation" from HTML help output.Georg Brandl2008-05-041-2/+3
|
* Remove unused files from the HTML help build.Georg Brandl2008-05-031-2/+3
|
* Encode non-ASCII as HTML entities in HTML help files.Georg Brandl2008-05-021-3/+4
|
* Allow any master document structure when writing the HTML help contents file.Georg Brandl2008-05-021-6/+6
|
* Don't write modindex in html help index file if it's disabled.Georg Brandl2008-05-011-1/+2
|
* Fix the HTML help builder.Georg Brandl2008-02-201-4/+4
|
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-1/+1
| | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions.
* Further refactorings, add extensibility API.Georg Brandl2008-01-211-2/+2
|
* A few refactorings in Sphinx.Georg Brandl2008-01-161-10/+22
|
* Update copyright years and change license to BSD.Georg Brandl2008-01-111-2/+2
|
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+188