summaryrefslogtreecommitdiff
path: root/sphinx/util/websupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-16/+0
|
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* Update type annotationsTakeshi KOMIYA2018-02-041-0/+3
|
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Fix dependency errorsTakeshi KOMIYA2017-04-301-1/+5
|
* Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA2017-04-221-9/+1
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+5
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* util: pep8 fixesGeorg Brandl2015-03-081-1/+1
|
* all: update copyrightGeorg Brandl2015-01-031-1/+1
|
* Fix tests has broken by changset:bb0211a65072tk0miya2014-08-241-1/+1
|
* Fix #1509 TODO extension not compatible with websupporttk0miya2014-08-241-1/+2
| | | | | | | | | | websupport assigns UID to every node on reading phase and reads it on writing phase. but `todolist` directive generates new paragraph node on resolving phase. This problem will occur any extensions that generate paragraph nodes on resolving phase. This fix changes websupport ignores paragraph node not having UIDs.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|
* For now, do not allow comments on literals.Georg Brandl2010-11-201-1/+2
|
* Docstring harmonization.Georg Brandl2010-08-221-0/+1
|
* Put literal_blocks under versioningDaniel Neuhäuser2010-08-131-0/+10