summaryrefslogtreecommitdiff
path: root/sphinx/builders/websupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-29/+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.
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
| |
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
| | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
|
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Fix dependency errorsTakeshi KOMIYA2017-04-301-3/+5
|
* Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA2017-04-221-170/+2
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
| |
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-3/+22
|/
* Fix code stylesTakeshi KOMIYA2017-01-121-1/+1
|
* builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
|
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+4
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Closes #1942: Fix a KeyError in websupport.Georg Brandl2015-07-251-0/+2
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Closes #1597: Added possibility to return a new template name from ↵Georg Brandl2014-10-231-2/+4
| | | | | | | | `html-page-context`.
* | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵Takayuki Shimizukawa2014-10-051-0/+1
| | | | | | | | False, also levenshtein calculation is disabled. refs #1426
* | Merge with defaulttk0miya2014-09-281-0/+1
|\ \
| * | Assign figure numbers automaticallytk0miya2014-09-261-0/+1
| | |
* | | Remove debug printtk0miya2014-09-281-3/+0
| | |
* | | Add imgpath property to all builderstk0miya2014-09-271-3/+6
|/ /
* | Add app.set_translator() API to register or override a Docutils translator ↵Takayuki Shimizukawa2014-08-051-1/+2
|/ | | | class like :confval:`html_translator_class`.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* websupport: adapt builder to changes in html builder due to parallel ↵Georg Brandl2013-03-291-3/+8
| | | | building API
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Rename "intl" module to "gettext", to make it easier to find. Distinguish ↵Georg Brandl2011-01-081-0/+1
| | | | environments with different versioning methods and always give the gettext builder its own doctree dir.
* Handle versioning in the environmentDaniel Neuhäuser2011-01-081-7/+1
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|
* Tweak the commenting interface a bit.Georg Brandl2010-11-211-6/+13
|
* Fix a few smaller issues. Add JS and CSS for all pages.Georg Brandl2010-11-211-0/+8
|
* Make websupport builder inherit from serializing builder, remove separate ↵Georg Brandl2010-11-201-55/+40
| | | | WebSupportApp.
* Avoid "import *" and remove unused import/variable.Georg Brandl2010-11-201-2/+1
|
* Switch to VersioningBuilderMixinDaniel Neuhäuser2010-08-151-54/+5
|
* remove old static dirs if they exist alreadyJacob Mason2010-08-141-7/+7
|
* resave pickle after uids are addedJacob Mason2010-08-141-0/+18
|
* Take doctrees in subdirectories into accountDaniel Neuhäuser2010-08-141-5/+10
|
* Removed unnecessary newlineDaniel Neuhäuser2010-08-141-1/+0
|
* Use the highest protocol to pickle doctrees and use the constants provided ↵Daniel Neuhäuser2010-08-141-1/+1
| | | | by the pickle module
* Fix finish handler of the websupport builderDaniel Neuhäuser2010-08-141-6/+9
|
* merge with jacobmason/sphinx-web-supportDaniel Neuhäuser2010-08-141-2/+2
|\
* | Put literal_blocks under versioningDaniel Neuhäuser2010-08-131-4/+3
| |
* | Added initial versioning supportDaniel Neuhäuser2010-08-111-0/+38
| |
* | Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-supportDaniel Neuhäuser2010-08-101-17/+15
|\ \ | |/ |/|