| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -4/+5 |
| |\ | |||||
| | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |/ | |||||
| * | Closes #1296: Fix invalid charset in HTML help generated HTML files for ↵ | Georg Brandl | 2013-10-20 | 1 | -1/+1 |
| | | | | | default locale. | ||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add norwegian bokmaal translation | Espen Hogbakk | 2012-03-27 | 1 | -0/+1 |
| | | |||||
| * | Closes #810: fix deprecation warnings with Python 3. What is left over is ↵ | Georg Brandl | 2012-01-29 | 1 | -3/+3 |
| | | | | | from nose or docutils. | ||||
| * | Closes #834: Fix HTML help language/encoding mapping for all Sphinx ↵ | Georg Brandl | 2012-01-29 | 1 | -11/+22 |
| | | | | | supported languages. | ||||
| * | Closes #852: Fix HtmlHelp index entry links again. | Georg Brandl | 2012-01-29 | 1 | -4/+4 |
| | | |||||
| * | Closes #791: Fix QtHelp and HtmlHelp index entry links. | Georg Brandl | 2011-11-01 | 1 | -1/+2 |
| | | |||||
| * | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -2/+1 |
| |\ | |||||
| | * | Closes #693: Fix double encoding done when writing HTMLHelp .hhk files. | Georg Brandl | 2011-05-15 | 1 | -1/+1 |
| | | | |||||
| * | | Closes #694: add Latvian locale, thanks to Alexander Smishlajev. | Georg Brandl | 2011-05-15 | 1 | -0/+1 |
| | | | |||||
| * | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | merge with 1.0 | Georg Brandl | 2010-12-28 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Fix garbled HTML Help keywords. | amenohi | 2010-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | merge with 1.0 | Georg Brandl | 2010-08-23 | 1 | -1/+2 |
| |\ \ | |/ |/| | |||||
| | * | Don't mix string types when writing to a stream | DasIch | 2010-06-17 | 1 | -1/+2 |
| | | | |||||
| * | | htmlhelp: pick up all non java script files in _static and its subdirs | Steve Borho | 2010-08-19 | 1 | -1/+1 |
| |/ | | | | | | "Our" documentation build script copies doxygen generated .html and .gif files into a subdir of _static, which our reST code then links to. This patch allows the nested .gif files to be added to the .hhp project file. | ||||
| * | merge with 0.6 | Georg Brandl | 2010-05-23 | 1 | -3/+3 |
| |\ | |||||
| | * | #413: Added a way for intersphinx to refer to named labels in other | Georg Brandl | 2010-05-23 | 1 | -1/+0 |
| | | | | | | | | | projects, and to specify the project you want to link to. | ||||
| | * | Fix usage of builder.domain_indices in the HTML help builder. | Georg Brandl | 2010-05-22 | 1 | -3/+3 |
| | | | |||||
| | * | Make the concept of "module index" generalized to domains. As a ↵ | Georg Brandl | 2010-02-20 | 1 | -3/+3 |
| | | | | | | | | | side-effect, the latex modindex is no longer generated by LaTeX. | ||||
| | * | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 1 | -0/+1 |
| | | | |||||
| * | | Deactivate "Binary TOC" option; it seems to prevent the "Locate" button from ↵ | Georg Brandl | 2010-05-23 | 1 | -1/+1 |
| |/ | | | | working correctly. | ||||
| * | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | #208 followup: add zh_CN entry. | Georg Brandl | 2009-09-03 | 1 | -0/+1 |
| | | |||||
| * | #208: Use MS-sanctioned locale settings, determined by the | Georg Brandl | 2009-07-09 | 1 | -8/+42 |
| | | | | | ``language`` config option, in the HTML help builder. | ||||
| * | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -9/+13 |
| | | |||||
| * | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | | |||||
| * | New builder for Qt help collections, by Antonio Valentino. | Georg Brandl | 2008-12-29 | 1 | -0/+2 |
| | | | | | (This is not finished work yet.) | ||||
| * | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 |
| | | |||||
| * | Fix #69: a "self" too much. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
| | | |||||
| * | Add html_add_permalinks config value. | Georg Brandl | 2008-11-30 | 1 | -2/+1 |
| | | |||||
| * | Move builders and writers into new packages. | Georg Brandl | 2008-11-29 | 1 | -0/+245 |
