Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn on deprecated Python-specific index types (#11412) | Adam Turner | 2023-05-09 | 1 | -7/+0 |
| | |||||
* | Fix typos found by codespell | Dimitri Papadopoulos | 2023-03-27 | 1 | -1/+1 |
| | |||||
* | Fix pytest style issues | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -9/+9 |
| | |||||
* | Adopt ``profile = "black"`` for ``isort`` | Adam Turner | 2023-01-07 | 1 | -2/+9 |
| | | | | This allows using Ruff's import sorting fixers | ||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -2/+2 |
| | |||||
* | Fix tests for Pygments 2.14 | Adam Turner | 2023-01-01 | 1 | -2/+9 |
| | | | | | | Pygments 2.14 was released on 01/01/2023 [0] [0]: https://pygments.org/docs/changelog/#version-2-14-0 | ||||
* | Add test coverage for 'today_fmt' reference substitution (#10980) | James Addison | 2022-12-29 | 1 | -0/+10 |
| | |||||
* | Increase minimum Docutils to 0.17 | Adam Turner | 2022-09-27 | 1 | -13/+4 |
| | |||||
* | Remove Pygments compatability code (#10812) | Adam Turner | 2022-09-09 | 1 | -17/+6 |
| | |||||
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -35/+35 |
| | |||||
* | Use docutils.__version_info__ directly | Adam Turner | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | Specify encoding | Adam Turner | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10107 from Jean-Abou-Samra/intl-warnings | Takeshi KOMIYA | 2022-03-27 | 1 | -0/+29 |
|\ | | | | | Implement #noqa for i18n | ||||
| * | Close #3985: Implement #noqa for i18n | Jean Abou Samra | 2022-02-15 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When cross-references in the original paragraph and the translated paragraph do not match, a warning is emitted. It is useful, because it allows to catch mistakes, but it can also be an annoyance since sometimes it is expected that the cross-references will not match. For example, a reference that is repeated in the original text may need to be factored out for good style in the target language. Another example: if the translator needs to translate a universally understood term in the source language into a term that not everyone knows is the translation of this original term, adding a reference to the glossary can be warranted. This allows the translated message to start with '#noqa' in order to disable the warning. | ||||
* | | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | | |||||
* | | Conform to PEP 257 summary line conventions | Adam Turner | 2022-02-20 | 1 | -2/+3 |
| | | |||||
* | | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -3/+3 |
| | | |||||
* | | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | | |||||
* | | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
|/ | |||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
| | |||||
* | In translated docs, sort glossaries by translated terms | Jean Abou Samra | 2022-01-12 | 1 | -7/+23 |
| | | | | | | | This is done by moving the sorting from the glossary directive to a transform operating after the i18n transform. Closes #9827 | ||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Close #9618: i18n: Add gettext_allow_fuzzy_translations | Takeshi KOMIYA | 2021-11-10 | 1 | -0/+38 |
| | |||||
* | Fix test: Tests has been broken with pygments-2.10+ | Takeshi KOMIYA | 2021-08-19 | 1 | -4/+17 |
| | |||||
* | Include "role" attribute in expected HTML fragment | Joe Nelson | 2021-06-21 | 1 | -1/+1 |
| | |||||
* | doc: Upgrade docutils.sourceforge.io links to HTTPS | igo95862 | 2021-05-16 | 1 | -1/+1 |
| | | | | | Also change any docutils.sourceforge.net link to io top level domain. | ||||
* | Merge pull request #9053 from tk0miya/title_node_for_toctree_caption | Takeshi KOMIYA | 2021-04-09 | 1 | -5/+2 |
|\ | | | | | Fix #8870: Use title node for the caption of toctree | ||||
| * | Fix #8870: Use title node for the caption of toctree | Takeshi KOMIYA | 2021-04-09 | 1 | -5/+2 |
| | | | | | | | | | | Since docutils-0.17, the caption node should not use for the non-figure nodes. Therefore, this replaces it by the title node. | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-04-04 | 1 | -6/+18 |
|\ \ | |/ | |||||
| * | test: Update testcase for docutils-0.17 (toctree caption) | Takeshi KOMIYA | 2021-04-03 | 1 | -2/+5 |
| | | | | | | | | | | | | Since v0.17, docutils starts to use <figcaption> for caption on HTML output. This modifies the expected value of our testcases to support it. | ||||
| * | test: Update testcase for docutils-0.17 (<section>) | Takeshi KOMIYA | 2021-04-03 | 1 | -4/+13 |
| | | | | | | | | | | | | Since v0.17, docutils starts to use <section> for section on HTML output. This modifies the expected value of our testcases to support 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-11-21 | 1 | -23/+12 |
|\ \ | |/ | |||||
| * | test: Merge testcases having the same name | Takeshi KOMIYA | 2020-11-16 | 1 | -23/+12 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -6/+3 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -6/+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' into master | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+29 |
|\ \ | |/ | |||||
| * | Fix #6640: i18n: Failed to override system message translation | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | | Our document describes that users can override system messages via their own message catalog named `sphinx.mo` under the locale_dirs. But it has not been used since its beginning of i18n mechanism because the priority of users' message catalog is lower than system's. This makes the priority of users' message catalog higher than system's. | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix #4888: i18n: Failed to add an explicit title to ``:ref:`` role | Takeshi KOMIYA | 2020-07-19 | 1 | -3/+3 |
| | | | | | | | | | | | | To allow to give (or not to give) an explicit title to the pending_xref nodes on translation, this skips to override the attribute on merge original and translated documents. | ||||
* | | Close #7784: i18n: The alt text for image is translated by default | Takeshi KOMIYA | 2020-07-19 | 1 | -6/+6 |
|/ | | | | | Make alt text for image translatable by default without settings of gettext_additional_targets. | ||||
* | Fix #7301: capital characters are not allowed for node_id | Takeshi KOMIYA | 2020-03-29 | 1 | -3/+3 |
| | |||||
* | Fix #7301: Allow . and _ for node_id | Takeshi KOMIYA | 2020-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | In development of 3.0, Sphinx starts to obey to the rule of "Identifier Normalization" of docutils. This extends it to allow dots(".") and underscores("_") for node identifier. It allows Sphinx to generate node identifier from source string as possible as it is (bacause dots and underscores are usually used in many programming langauges). This change will keep not to break hyperlinks as possible. | ||||
* | py domain: Generate node_id for objects in the right way | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+1 |
| | |||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -31/+31 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #6867: text: extra spaces are inserted to hyphenated words on folding lines | Takeshi KOMIYA | 2019-11-30 | 1 | -2/+5 |
| | |||||
* | Close #4683: i18n: make explicit titles in toctree translatable | Takeshi KOMIYA | 2019-11-01 | 1 | -0/+24 |
| |