| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add doc and testcase for program directive (refs: #9137) | Takeshi KOMIYA | 2021-04-28 | 1 | -0/+17 |
| | | | | | | | There is no docs and testcases for "None" argument of the program directive. It has been implemented since very old version. But it's not documented and tested long. | ||||
| * | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -0/+16 |
| |\ | |||||
| | * | Add testcase. | Guillaume Melquiond | 2021-01-23 | 1 | -0/+16 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-16 | 1 | -0/+10 |
| |\ \ | |/ | |||||
| | * | Fix #8651: cross-reference for a rubric having inline item is broken | Takeshi KOMIYA | 2021-01-11 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | The implementation of the standard domain so far has considered the first child of the rubric node is the title of the rubric. But it can may multiple nodes when the rubric title is marked up. This extracts the title of the rubric from the whole of the children of it. | ||||
| * | | 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 | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-14 | 1 | -0/+22 |
| |\ \ | |/ | |||||
| | * | Fix #8352: std domain: Failed to parse an option that starts with bracket | Takeshi KOMIYA | 2020-11-29 | 1 | -0/+22 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-21 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | refactor: Fix flake8 violations under tests/ directory | Takeshi KOMIYA | 2020-11-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -7/+3 |
| |\ \ | |/ | |||||
| | * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -7/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-19 | 1 | -1/+12 |
| |\ \ | |/ | |||||
| | * | Fix #7418: std domain: term role role could not match case-insensitively | Takeshi KOMIYA | 2020-04-18 | 1 | -1/+12 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-13 | 1 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Fix #7418: std domain: duplication warning for glossary terms is case ↵ | Takeshi KOMIYA | 2020-04-09 | 1 | -4/+4 |
| | | | | | | | | | insensitive | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-06 | 1 | -18/+28 |
| |\ \ | |/ | |||||
| | * | Fix #7301: capital characters are not allowed for node_id | Takeshi KOMIYA | 2020-03-29 | 1 | -17/+17 |
| | | | |||||
| | * | Fix #6477: Escape first "!" in a cross reference linking no longer possible | Takeshi KOMIYA | 2020-03-28 | 1 | -1/+11 |
| | | | |||||
| * | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+0 |
| |/ | |||||
| * | std domain: Generate node_id for productionlists in the right way | Takeshi KOMIYA | 2020-03-06 | 1 | -17/+17 |
| | | |||||
| * | refactor: Set source_info to nodes | Takeshi KOMIYA | 2020-02-29 | 1 | -1/+1 |
| | | |||||
| * | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -2/+2 |
| | | |||||
| * | Fixes from review | Jakob Lykke Andersen | 2020-01-25 | 1 | -17/+17 |
| | | |||||
| * | Add backslash line continuation to productionlist | Jakob Lykke Andersen | 2020-01-22 | 1 | -0/+3 |
| | | | | | Fixes sphinx-doc/sphinx#1027 | ||||
| * | Implement scoping for productionlist | Jakob Lykke Andersen | 2020-01-22 | 1 | -0/+58 |
| | | | | | Fixes sphinx-doc/sphinx#3077 | ||||
| * | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-08 | 1 | -0/+10 |
| |\ | |||||
| | * | Fix #6559: Wrong node-ids are generated in glossary directive | Takeshi KOMIYA | 2020-01-02 | 1 | -0/+10 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Close #6558: glossary: emit a warning for duplicated glossary entry | Takeshi KOMIYA | 2019-12-29 | 1 | -0/+9 |
| |/ | |||||
| * | Fix #6561: glossary: Wrong hyperlinks are generated for non alphanumeric terms | Takeshi KOMIYA | 2019-07-09 | 1 | -0/+11 |
| | | |||||
| * | Close #5592: option directive registers an index entry for each comma ↵ | Takeshi KOMIYA | 2019-06-16 | 1 | -12/+14 |
| | | | | | separated option | ||||
| * | Add testcase for option directive | Takeshi KOMIYA | 2019-06-16 | 1 | -1/+42 |
| | | |||||
| * | Fix commented term in glossary directive is wrongly recognized | Takeshi KOMIYA | 2019-04-06 | 1 | -3/+27 |
| | | |||||
| * | Add testcase for glossary | Takeshi KOMIYA | 2019-03-25 | 1 | -0/+135 |
| | | |||||
| * | Fix #6140: Use unittest.mock instead of mock | Takeshi KOMIYA | 2019-03-08 | 1 | -1/+2 |
| | | |||||
| * | 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. | ||||
| * | refactor: Store enumerable_nodes to registry | Takeshi KOMIYA | 2018-02-20 | 1 | -0/+3 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -1/+1 |
| | | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix testcase | Takeshi KOMIYA | 2017-04-30 | 1 | -0/+2 |
| | | |||||
| * | Implement get_full_qualified_name() to StandardDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -0/+18 |
| | | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
| * | To simplify, sphinx uses external mock package even if unittest.mock exists. | shimizukawa | 2016-10-15 | 1 | -1/+1 |
| | | |||||
| * | std domain handles citations | Takeshi KOMIYA | 2016-08-16 | 1 | -0/+2 |
| | | |||||
| * | Override figure directive to apply :name: option to the figure itself | Takeshi KOMIYA | 2016-02-14 | 1 | -23/+0 |
| | | |||||
