summaryrefslogtreecommitdiff
path: root/sphinx/writers/html5.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix annotationsYves Chevallier2019-08-081-4/+8
| * | Wrap <span> around sectnum in HTML titlesYves Chevallier2019-08-011-1/+2
| * | Add get_secnumber to simplify add_secnumberYves Chevallier2019-08-011-6/+9
* | | Merge branch '2.0'Takeshi KOMIYA2019-11-301-239/+123
|\ \ \ | | |/ | |/|
| * | Migrate to py3 style type annotation: sphinx.writers.html5Takeshi KOMIYA2019-11-261-247/+127
| |/
* | Merge commit '54d5fcfaebc3364044761d30c0fed6bd4d3052c3'Takeshi KOMIYA2019-06-021-1/+1
|\ \ | |/
| * Add :force: option to code directivesTakeshi KOMIYA2019-06-011-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-06-011-3/+3
|\ \ | |/
| * Fix #4390: html: Consistent and semantic CSS for signaturesTakeshi KOMIYA2019-05-291-3/+3
* | Merge branch '2.0'Takeshi KOMIYA2019-04-071-0/+1
|\ \ | |/
| * Fix #6263: html: HTML5Translator crashed with invalid field nodeTakeshi KOMIYA2019-04-071-0/+1
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-32/+1
|/
* Fix #6096: html: Anchor links are not added to figuresTakeshi KOMIYA2019-02-241-3/+1
* Fix HTML: Invalid HTML5 file is generated for glossary (refs: #4611)Takeshi KOMIYA2019-01-031-0/+42
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace escape sequence '\u00B6' with literal 'ΒΆ'Jon Dufresne2018-12-201-1/+1
* | Reorder the arguments for translatorsTakeshi KOMIYA2018-12-171-4/+13
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-6/+6
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-10/+10
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-11/+10
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-2/+2
* | Use nodes.Element for visitor/departure methodsTakeshi KOMIYA2018-12-151-102/+102
* | Remove SphinxTranslator.get_settings()Takeshi KOMIYA2018-12-121-5/+3
* | Remove HTML5Translator.should_be_compact_paragraph() (unused)Takeshi KOMIYA2018-12-121-12/+0
* | Add SphinxTranslator as an abstract classTakeshi KOMIYA2018-12-031-14/+16
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-3/+5
* | Fix annotations for writersTakeshi KOMIYA2018-11-301-3/+3
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-10/+10
* | Fix annotations for writersTakeshi KOMIYA2018-11-281-5/+4
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Replace six.string_types with native strJon Dufresne2018-11-211-2/+1
* | Update type hints to HTML5 writerTakeshi KOMIYA2018-11-211-104/+104
* | Use super() to call parent class's methodJon Dufresne2018-11-111-1/+1
|/
* Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-4/+4
* Fix #5348: download reference to remote file is not displayedTakeshi KOMIYA2018-08-261-4/+14
* Merge branch 'master' into refactor_highlighterTakeshi KOMIYA2018-07-291-5/+23
|\
| * Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-5/+23
* | Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA2018-07-211-24/+38
|/
* Merge branch '1.7'Takeshi KOMIYA2018-04-141-1/+1
|\
| * Fix #4817: wrong URLs on warning messagesTakeshi KOMIYA2018-04-081-1/+1
* | Merge branch 'master' into refactor_enumerable_nodesTakeshi KOMIYA2018-03-211-2/+2
|\ \
| * \ Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
| |\ \ | | |/
| | * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | | Add Domain#get_enumerable_node_type()Takeshi KOMIYA2018-03-171-1/+1
|/ /
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-7/+7
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3
* Fix #4079: Add notranslate class to let Google Translate know they are not tr...Takeshi KOMIYA2018-01-131-3/+3