Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-25 | 1 | -22/+12 | |
|\ \ | |/ | ||||||
| * | Migrate to py3 style type annotation: sphinx.cmdline | Takeshi KOMIYA | 2019-12-25 | 1 | -22/+12 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -3/+21 | |
|\ \ | |/ | ||||||
| * | Close #4683: i18n: make explicit titles in toctree translatable | Takeshi KOMIYA | 2019-11-01 | 1 | -3/+21 | |
| | | ||||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -55/+1 | |
|/ | ||||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.8' | jfbu | 2018-12-28 | 1 | -2/+2 | |
|\ \ | |/ | | | | | | | | | | | resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py | |||||
| * | Fix various spelling typos | jfbu | 2018-12-27 | 1 | -2/+2 | |
| | | ||||||
* | | 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. | |||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -5/+5 | |
| | | | | | | | | | | | | The form is less verbose and more idiomatic for Python 3 only code. https://docs.python.org/3/library/functions.html#super | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -8/+7 | |
| | | ||||||
* | | Deprecate abbreviation node (refs: #5720) | Takeshi KOMIYA | 2018-12-15 | 1 | -4/+13 | |
| | | ||||||
* | | Install abbreviation node forcedly | Takeshi KOMIYA | 2018-12-05 | 1 | -1/+1 | |
| | | ||||||
* | | refactor: Use app.add_node() to register Sphinx own nodes | Takeshi KOMIYA | 2018-12-05 | 1 | -5/+47 | |
| | | ||||||
* | | Fix annotations (minor fixes) | Takeshi KOMIYA | 2018-12-03 | 1 | -0/+1 | |
| | | ||||||
* | | Fix annotations for Directives (Replace N_co with nodes.Node) | Takeshi KOMIYA | 2018-12-01 | 1 | -0/+1 | |
| | | ||||||
* | | Fix annotations for i18n | Takeshi KOMIYA | 2018-12-01 | 1 | -1/+1 | |
| | | ||||||
* | | refactor: Use super() to call methods of superclass | Takeshi KOMIYA | 2018-11-28 | 1 | -4/+4 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-01 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix #5471: Show appropriate warning for deprecated APIs | Takeshi KOMIYA | 2018-10-17 | 1 | -2/+2 | |
| | | ||||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -2/+2 | |
|/ | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | |||||
* | refactor: Move math_reference node to sphinx.builders.latex.nodes | Takeshi KOMIYA | 2018-05-20 | 1 | -5/+0 | |
| | | | | | The node is only used in latex builder. So this makes it builder- specific node. | |||||
* | Add warning to docstring of math nodes | Takeshi KOMIYA | 2018-05-19 | 1 | -0/+9 | |
| | ||||||
* | Enable eq role by default | Takeshi KOMIYA | 2018-05-17 | 1 | -0/+5 | |
| | ||||||
* | Enable math_block node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-17 | 1 | -1/+24 | |
| | ||||||
* | Enable math node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-15 | 1 | -0/+25 | |
| | | | | | | | | | | | Nowadays, math elements (inline and block level equations) are integrated into reST spec by default. But, in Sphinx, they are not enabled by default. For this reason, users have to enable one of math extensions even if target builder supports math elements directly. This change starts to enable them by default. As a first step, this replaces math node and its structure by docutils based one. | |||||
* | 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 :manpage: role is smarty-quoted (refs: #3286) | Takeshi KOMIYA | 2017-07-01 | 1 | -1/+1 | |
| | ||||||
* | Refactor smart-quotes detector | Takeshi KOMIYA | 2017-06-24 | 1 | -9/+9 | |
| | ||||||
* | fix | Takeshi KOMIYA | 2017-06-18 | 1 | -2/+7 | |
| | ||||||
* | 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 | -0/+12 | |
| | | ||||||
* | | Drop deprecated termsep node | Takeshi KOMIYA | 2017-01-05 | 1 | -16/+0 | |
|/ | ||||||
* | Fix #3253: In Py2 environment, building another locale with a non-captioned ↵ | shimizukawa | 2016-12-17 | 1 | -1/+1 | |
| | | | | toctree produces `None` captions | |||||
* | Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ↵ | shimizukawa | 2016-12-04 | 1 | -3/+4 | |
| | | | | to hide the warnings. | |||||
* | Merge branch 'stable' into 1.5-release | Takeshi KOMIYA | 2016-11-16 | 1 | -0/+2 | |
|\ | ||||||
| * | insert blank line(s) to adapt latest flake8/pycodestyle | shimizukawa | 2016-11-16 | 1 | -0/+2 | |
| | | ||||||
* | | Make rendering of multiline signatures better in html. | Jakob Lykke Andersen | 2016-10-20 | 1 | -1/+13 | |
| | | ||||||
* | | Use new style python classes | Takeshi KOMIYA | 2016-09-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #1734: Could not translate the caption of toctree directive | Takeshi KOMIYA | 2016-09-01 | 1 | -1/+45 | |
|/ | ||||||
* | Fix docstring; wrong directive name | Takeshi KOMIYA | 2016-05-27 | 1 | -1/+1 | |
| | ||||||
* | add docstring to write more detail of 'key' of index node | shimizukawa | 2016-05-25 | 1 | -0/+4 | |
| | ||||||
* | Fix docstring; structure of index node has changed since Sphinx-1.4 | Takeshi KOMIYA | 2016-05-24 | 1 | -2/+2 | |
| |