Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #9718: intersphinx: Failed to invoke sphinx.ext.intersphinx module | Takeshi KOMIYA | 2021-10-09 | 1 | -2/+2 |
| | | | | | A circular import was happened since #9701 merged. This goes lazy-import to avoid the error. | ||||
* | Support docutils-0.18; Meta directive and meta node has moved | Takeshi KOMIYA | 2021-10-03 | 1 | -1/+5 |
| | |||||
* | Decl styling, disable smart quoting in sigs | Jakob Lykke Andersen | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Decl styling, fixes from review | Jakob Lykke Andersen | 2021-04-12 | 1 | -2/+2 |
| | |||||
* | Fix desc_sig_space | Jakob Lykke Andersen | 2021-04-12 | 1 | -2/+3 |
| | |||||
* | Decl styling, use a post-transform to get the domain name in the ↵ | Jakob Lykke Andersen | 2021-04-12 | 1 | -1/+2 |
| | | | | desc_signature nodes | ||||
* | Fix flake8 and mypy violations | Jakob Lykke Andersen | 2021-04-12 | 1 | -4/+5 |
| | |||||
* | Decl styling, make desc_inline node | Jakob Lykke Andersen | 2021-04-12 | 1 | -3/+27 |
| | | | | Use the new node for cpp:expr | ||||
* | Decl styling, move static classes to addnodes from HTML5 writer | Jakob Lykke Andersen | 2021-04-12 | 1 | -3/+22 |
| | |||||
* | Decl styling, move desc dynamic classes to domain base class | Jakob Lykke Andersen | 2021-04-12 | 1 | -0/+3 |
| | |||||
* | Decl styling, docs and restructuring | Jakob Lykke Andersen | 2021-04-12 | 1 | -20/+43 |
| | |||||
* | Decl styling, more nodes and C++ conversion | Jakob Lykke Andersen | 2021-04-12 | 1 | -9/+58 |
| | |||||
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -2/+2 |
| | |||||
* | Add pending_xref_condition node | Takeshi KOMIYA | 2021-03-06 | 1 | -0/+48 |
| | | | | | | To choose appropriate content for pending_xref node on resolving, this introduces a new custom node `pending_xref_condition`. It only has a condition for the filtering and contents of the reference. | ||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-01 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Fix circular import in addnodes.py | Julien Schueller | 2020-07-28 | 1 | -1/+1 |
| | | | | | | | | Closes #8016 | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-11 | 1 | -0/+28 |
|\ \ | |/ | |||||
| * | Fix #7619: Duplicated node IDs are generated if node has multiple IDs | Takeshi KOMIYA | 2020-07-09 | 1 | -0/+27 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | Fix astext() for two Sphinx nodes | Jakob Lykke Andersen | 2020-05-14 | 1 | -0/+10 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -18/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -2/+30 |
|\ \ | |/ | |||||
| * | C, flake and mypy fixes, rename attr in desc_signature_line | Jakob Lykke Andersen | 2020-03-15 | 1 | -1/+1 |
| | | |||||
| * | Add desc_sig_element and inherited nodes | Takeshi KOMIYA | 2020-03-14 | 1 | -1/+29 |
| | | |||||
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+2 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -2/+4 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | |