summaryrefslogtreecommitdiff
path: root/sphinx/builders/qthelp.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
| |
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+1
| |
* | Add IndexEntries adapterTakeshi KOMIYA2017-01-281-1/+2
| |
* | Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-8/+8
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-8/+8
| |
* | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2()Takeshi KOMIYA2017-01-021-3/+6
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
| |
* | Add type-check annotations to sphinx.buildersTakeshi KOMIYA2016-11-161-11/+26
|/
* disable download role on epub/qthelp builderYoshiki Shibukawa2016-07-221-0/+2
|
* fix #2352 (qthelp builder should have ) and improve qthelp readabilityYoshiki Shibukawa2016-07-131-0/+9
| | | | by using new ``nonav`` theme.
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+8
|
* Merge branch 'stable'Takeshi KOMIYA2016-07-021-0/+1
|\
| * Fix #2699: hyperlinks in help HTMLs are broken if `html_file_suffix` is setTakeshi KOMIYA2016-07-021-0/+1
| |
* | Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-8/+2
|/
* classifier of glossary terms can be used for index entries grouping key. The ↵shimizukawa2016-02-141-1/+1
| | | | classifier also be used for translation. See also :ref:`glossary-directive`.
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* builders: pep8 fixesGeorg Brandl2015-03-081-15/+16
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Add imgpath property to all builderstk0miya2014-09-271-1/+1
| |
* | use six privided text_type() to replace with unicode() to support py2/py3 in ↵Takayuki Shimizukawa2014-04-291-1/+2
| | | | | | | | one source. refs #1350.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
|/ | | | | | | | | | | - 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.
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix force_decode() to work on Python 3.v1.1.31.1Georg Brandl2012-03-101-5/+4
|
* Fixes #816: Fix encoding issues in the Qt help builder.Georg Brandl2012-03-101-6/+8
|
* Closes #810: fix deprecation warnings with Python 3. What is left over is ↵Georg Brandl2012-01-291-15/+15
| | | | from nose or docutils.
* Closes #791: Fix QtHelp and HtmlHelp index entry links.Georg Brandl2011-11-011-3/+3
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2010-10-221-2/+2
|\ \ | |/
| * #523: fixes for qthelp index.Georg Brandl2010-10-221-2/+2
| |
* | merge with 1.0Georg Brandl2010-08-251-0/+1
|\ \ | |/
| * merge with 0.6Georg Brandl2010-08-251-0/+1
| |\
| | * #462: another qthelp namespace fix.Georg Brandl2010-07-021-0/+1
| | |
* | | Fixed error caused by mixing of string typesDaniel Neuhäuser2010-06-171-2/+10
| | |
* | | Removed duplicated codeDaniel Neuhäuser2010-06-171-1/+1
|/ /
* | Fix domain_indices usage in qthelp builder.Georg Brandl2010-05-231-3/+3
| |
* | merge with 0.6Georg Brandl2010-05-231-28/+46
|\ \ | |/
| * 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 ↵Georg Brandl2010-05-231-14/+31
| | | | | | | | | | | | | | | | would lead to no content being displayed in the Qt Assistant. The "namespace" may not contain any non-alphanumeric or non-dot characters, it seems. Also make the help collection file a bit more pretty.
* | #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-1/+1
| | | | | | | | projects, and to specify the project you want to link to.
* | Make the concept of "module index" generalized to domains. As a ↵Georg Brandl2010-02-201-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 Brandl2010-01-171-1/+2
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* #232: Support non-ASCII metadata in Qt help builder.Georg Brandl2009-08-061-4/+5
|