Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move builders and writers into new packages. | Georg Brandl | 2008-11-29 | 1 | -220/+0 |
| | |||||
* | Fix three problems in HTML help index generation. | Georg Brandl | 2008-11-22 | 1 | -5/+15 |
| | | | | Patch from Hirokazu Yamamoto (see bugs.python.org/4252), fixes #44. | ||||
* | Escape " to " in HTML help attribute values. #25. | Georg Brandl | 2008-10-16 | 1 | -1/+2 |
| | |||||
* | * Add more generated text to the automatic translation. | Georg Brandl | 2008-08-10 | 1 | -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 Brandl | 2008-05-31 | 1 | -1/+2 |
| | |||||
* | Add html_short_title and html_show_sphinx config values. | Georg Brandl | 2008-05-24 | 1 | -4/+4 |
| | |||||
* | Use binary TOC in HTML help. | Georg Brandl | 2008-05-23 | 1 | -0/+1 |
| | |||||
* | FIx determination of the title in HTML help output. | Georg Brandl | 2008-05-23 | 1 | -3/+5 |
| | |||||
* | Remove hard-coded "documentation" from HTML help output. | Georg Brandl | 2008-05-04 | 1 | -2/+3 |
| | |||||
* | Remove unused files from the HTML help build. | Georg Brandl | 2008-05-03 | 1 | -2/+3 |
| | |||||
* | Encode non-ASCII as HTML entities in HTML help files. | Georg Brandl | 2008-05-02 | 1 | -3/+4 |
| | |||||
* | Allow any master document structure when writing the HTML help contents file. | Georg Brandl | 2008-05-02 | 1 | -6/+6 |
| | |||||
* | Don't write modindex in html help index file if it's disabled. | Georg Brandl | 2008-05-01 | 1 | -1/+2 |
| | |||||
* | Fix the HTML help builder. | Georg Brandl | 2008-02-20 | 1 | -4/+4 |
| | |||||
* | More refactoring, this time allowing different file extensions | Georg Brandl | 2008-02-01 | 1 | -1/+1 |
| | | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions. | ||||
* | Further refactorings, add extensibility API. | Georg Brandl | 2008-01-21 | 1 | -2/+2 |
| | |||||
* | A few refactorings in Sphinx. | Georg Brandl | 2008-01-16 | 1 | -10/+22 |
| | |||||
* | Update copyright years and change license to BSD. | Georg Brandl | 2008-01-11 | 1 | -2/+2 |
| | |||||
* | Initial import of the doc tools. | Georg Brandl | 2007-07-23 | 1 | -0/+188 |