summaryrefslogtreecommitdiff
path: root/sphinx/writers/html.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3396 from tk0miya/singlehtml_rename_key_of_secnumbersTakeshi KOMIYA2017-02-171-6/+4
|\ \ | | | | | | Rename key of toc_secnumbers for singlehtml
| * | Rename key of toc_secnumbers for singlehtmlTakeshi KOMIYA2017-02-061-6/+4
| | |
* | | Add mypy annotationsTakeshi KOMIYA2017-02-101-3/+139
|/ /
* | Merge branch 'stable'Takeshi KOMIYA2017-01-161-18/+0
|\ \ | |/
| * fixes #3337: Ugly rendering of definition list term's classifier.shimizukawa2017-01-151-18/+0
| | | | | | | | | | | | refs #2318: this incorrect rendering was introduced at #2318. In this change, we deprecated 'termsep' and made use of the 'classfire' node generated by docutils. However, at this time, because the HTML tag was outputted according to the node structure of docutils, the display was broken. refs #2987: This change may affect the #2987 fix. In my environment I could not reproduce the problem.
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
| |
* | Merge branch 'stable'shimizukawa2017-01-071-19/+21
|\ \ | |/
| * Fix the caption of table are rendered as invalid HTML (refs: #3287)Takeshi KOMIYA2017-01-011-0/+2
| |
| * Reorder methods of LaTeX writerTakeshi KOMIYA2017-01-011-19/+19
| |
* | Drop deprecated termsep nodeTakeshi KOMIYA2017-01-051-10/+0
| |
* | logger.warning() supports node as location parameterTakeshi KOMIYA2017-01-021-3/+3
| |
* | Use loggersTakeshi KOMIYA2017-01-021-8/+11
| |
* | Use sphinx.util.logging instead app.warn()Takeshi KOMIYA2017-01-021-4/+3
|/
* Fix flake8 violationTakeshi KOMIYA2016-12-131-1/+0
|
* Refactor depart_image()Takeshi KOMIYA2016-12-131-6/+3
|
* Fix version comparison (refs: #3217)Takeshi KOMIYA2016-12-121-2/+2
|
* Fix #3212: HTML Builders crashes with docutils-0.13Takeshi KOMIYA2016-12-101-1/+12
|
* Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ↵shimizukawa2016-12-041-2/+5
| | | | to hide the warnings.
* Fix #3185: Add new warning type ``misc.highlighting_failure``Takeshi KOMIYA2016-12-031-2/+2
|
* Revert "Add ``config-inited`` event"Takeshi KOMIYA2016-11-201-1/+1
| | | | This reverts commit 9569c6dbff8e9bb2cc032ec4bc7ebdd50c4b570e.
* Add ``config-inited`` eventTakeshi KOMIYA2016-11-181-1/+1
|
* Make rendering of multiline signatures better in html.Jakob Lykke Andersen2016-10-201-1/+11
|
* Fix #2987: Invalid HTML has been generated if multiple IDs are assigned to a ↵Takeshi KOMIYA2016-10-071-1/+23
| | | | list
* Fix #2550: external links are opened in help viewerTakeshi KOMIYA2016-09-181-0/+2
|
* Merge branch 'stable'Takeshi KOMIYA2016-08-181-4/+11
|\
| * Fix #2846: ``singlehtml`` builder does not include figure numbersTakeshi KOMIYA2016-08-171-4/+11
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-08-091-1/+1
|\ \ | |/
| * fix html entity to fix epub errorYoshiki Shibukawa2016-08-091-1/+1
| |
* | disable download role on epub/qthelp builderYoshiki Shibukawa2016-07-221-1/+1
|/
* Fix #2763, add default alt attribute to svg imagesmixmastamyk2016-07-081-5/+4
| | | Add uri as default alt attribute to images in svg format
* Fix typo (ref: #2483)Takeshi KOMIYA2016-04-241-1/+1
|
* Merge branch 'stable' into 1.4-releaseTakeshi KOMIYA2016-03-231-1/+1
|\
| * Fix #2366: empty hyperref is generated on toctree in HTML builderTakeshi KOMIYA2016-03-061-1/+1
| |
* | Merge with 'stable'shimizukawa2016-02-291-1/+1
|\ \ | |/ | | | | | | | | | | Conflicts: CHANGES sphinx/__init__.py sphinx/io.py
| * issue #2357atzeinicola2016-02-281-1/+1
| |
* | refs #2318: keep pair of visit/depart methods even if one side only needed.shimizukawa2016-02-141-9/+17
| |
* | Remove `termset` node. It is not used anywhere. Restore `termsep` node and ↵shimizukawa2016-02-141-5/+6
| | | | | | | | set as Deprecation. refs #2251
* | Now term nodes in a glossary directive are wrapped with termset node to ↵shimizukawa2016-02-141-3/+14
| | | | | | | | | | | | handle multiple term correctly. Fix #2251; Line breaks in .rst files are transferred to .pot files in a wrong way.
* | Fix #1858: Support numbering custom nodesTakeshi KOMIYA2016-02-141-5/+13
| |
* | Refactor numfig: Move core implementation to std domainTakeshi KOMIYA2016-02-141-8/+5
| |
* | Fix #2199: Use ``imagesize`` package to obtain size of imagesTakeshi KOMIYA2016-02-101-20/+8
| |
* | Fix #2060: ``:manpage:`` role uses incorrect style (node)Takeshi KOMIYA2016-01-171-0/+6
|/ | | | | It should be use bold style to reference man pages in man format. On other formats, it is still represented as emphasis.
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Fix #1788: graphviz extension raises exception when caption option is presentshimizukawa2015-03-211-2/+3
|
* writers/html: pep8 fixesGeorg Brandl2015-03-081-9/+48
|
* refs #1742: use implicit target name for figure directive's permalink.shimizukawa2015-03-081-1/+2
|
* refs #1700: now toctree caption become paragraph block instead of Text under ↵shimizukawa2015-03-081-0/+2
| | | | ul element. and add permalink for toctree caption.
* Add highlight_options configuration valueEricFromCanada2015-01-051-2/+9
| | | | | | | | | | | | This changeset adds the `highlight_options` configuration value, which specifies a dict of key-value pairs to pass to the Pygments highlighter specified with `highlight_language`. For example, specifying `highlight_options = {'funcnamehighlighting' : False}` for the 'php' lexer will disable function name highlighting. Both the HTML and LaTeX writers have been updated to include the options when calling `highlight_block()`, as long as the currently selected language matches what was set with `highlight_language`, i.e. not when modified by `highlight::` or `code-block::` directives.
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\