Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop dependency: sphinxcontrib-websupport | Takeshi KOMIYA | 2019-01-14 | 1 | -29/+0 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -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 KOMIYA | 2018-12-15 | 1 | -2/+1 |
| | | |||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
|/ | |||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 |
| | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | ||||
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Fix dependency errors | Takeshi KOMIYA | 2017-04-30 | 1 | -3/+5 |
| | |||||
* | Split websupport to sphinxcontrib-websupport package | Takeshi KOMIYA | 2017-04-22 | 1 | -170/+2 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 |
| | | |||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -3/+22 |
|/ | |||||
* | Fix code styles | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 |
| | |||||
* | Now all builders and domains work as built-in extensions | Takeshi KOMIYA | 2016-07-06 | 1 | -0/+4 |
| | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Closes #1942: Fix a KeyError in websupport. | Georg Brandl | 2015-07-25 | 1 | -0/+2 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | Closes #1597: Added possibility to return a new template name from ↵ | Georg Brandl | 2014-10-23 | 1 | -2/+4 |
| | | | | | | | | `html-page-context`. | ||||
* | | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵ | Takayuki Shimizukawa | 2014-10-05 | 1 | -0/+1 |
| | | | | | | | | False, also levenshtein calculation is disabled. refs #1426 | ||||
* | | Merge with default | tk0miya | 2014-09-28 | 1 | -0/+1 |
|\ \ | |||||
| * | | Assign figure numbers automatically | tk0miya | 2014-09-26 | 1 | -0/+1 |
| | | | |||||
* | | | Remove debug print | tk0miya | 2014-09-28 | 1 | -3/+0 |
| | | | |||||
* | | | Add imgpath property to all builders | tk0miya | 2014-09-27 | 1 | -3/+6 |
|/ / | |||||
* | | Add app.set_translator() API to register or override a Docutils translator ↵ | Takayuki Shimizukawa | 2014-08-05 | 1 | -1/+2 |
|/ | | | | class like :confval:`html_translator_class`. | ||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | websupport: adapt builder to changes in html builder due to parallel ↵ | Georg Brandl | 2013-03-29 | 1 | -3/+8 |
| | | | | building API | ||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Rename "intl" module to "gettext", to make it easier to find. Distinguish ↵ | Georg Brandl | 2011-01-08 | 1 | -0/+1 |
| | | | | environments with different versioning methods and always give the gettext builder its own doctree dir. | ||||
* | Handle versioning in the environment | Daniel Neuhäuser | 2011-01-08 | 1 | -7/+1 |
| | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Tweak the commenting interface a bit. | Georg Brandl | 2010-11-21 | 1 | -6/+13 |
| | |||||
* | Fix a few smaller issues. Add JS and CSS for all pages. | Georg Brandl | 2010-11-21 | 1 | -0/+8 |
| | |||||
* | Make websupport builder inherit from serializing builder, remove separate ↵ | Georg Brandl | 2010-11-20 | 1 | -55/+40 |
| | | | | WebSupportApp. | ||||
* | Avoid "import *" and remove unused import/variable. | Georg Brandl | 2010-11-20 | 1 | -2/+1 |
| | |||||
* | Switch to VersioningBuilderMixin | Daniel Neuhäuser | 2010-08-15 | 1 | -54/+5 |
| | |||||
* | remove old static dirs if they exist already | Jacob Mason | 2010-08-14 | 1 | -7/+7 |
| | |||||
* | resave pickle after uids are added | Jacob Mason | 2010-08-14 | 1 | -0/+18 |
| | |||||
* | Take doctrees in subdirectories into account | Daniel Neuhäuser | 2010-08-14 | 1 | -5/+10 |
| | |||||
* | Removed unnecessary newline | Daniel Neuhäuser | 2010-08-14 | 1 | -1/+0 |
| | |||||
* | Use the highest protocol to pickle doctrees and use the constants provided ↵ | Daniel Neuhäuser | 2010-08-14 | 1 | -1/+1 |
| | | | | by the pickle module | ||||
* | Fix finish handler of the websupport builder | Daniel Neuhäuser | 2010-08-14 | 1 | -6/+9 |
| | |||||
* | merge with jacobmason/sphinx-web-support | Daniel Neuhäuser | 2010-08-14 | 1 | -2/+2 |
|\ | |||||
* | | Put literal_blocks under versioning | Daniel Neuhäuser | 2010-08-13 | 1 | -4/+3 |
| | | |||||
* | | Added initial versioning support | Daniel Neuhäuser | 2010-08-11 | 1 | -0/+38 |
| | | |||||
* | | Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-support | Daniel Neuhäuser | 2010-08-10 | 1 | -17/+15 |
|\ \ | |/ |/| |