Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow multi-line object description signatures (#11011) | TLouf | 2023-05-11 | 1 | -1/+21 |
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com> Co-authored-by: TLouf <loufthomas@gmail.com> | ||||
* | Remove deprecated ``make_old_id`` functions (#11360) | Adam Turner | 2023-04-27 | 1 | -8/+0 |
| | |||||
* | Fix typos found by codespell | Dimitri Papadopoulos | 2023-03-27 | 1 | -1/+1 |
| | |||||
* | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 1 | -14/+8 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -11/+11 |
| | |||||
* | Resolve Ruff SIM114 violations | Adam Turner | 2023-02-15 | 1 | -5/+1 |
| | |||||
* | Adopt ``profile = "black"`` for ``isort`` | Adam Turner | 2023-01-07 | 1 | -7/+21 |
| | | | | This allows using Ruff's import sorting fixers | ||||
* | Update ruff configuration | Adam Turner | 2023-01-03 | 1 | -1/+1 |
| | |||||
* | De-glob mypy whitelist for 'sphinx.domains.*' (#11064) | danieleades | 2023-01-02 | 1 | -35/+60 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Use ``re`` flags | Adam Turner | 2023-01-02 | 1 | -2/+2 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -93/+93 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -15/+15 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -55/+54 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -3/+5 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -2/+2 |
| | |||||
* | Remove support for parsing pre-v3 syntax in the C domain (#10901) | Adam Turner | 2022-10-09 | 1 | -78/+2 |
| | |||||
* | Merge branch '5.x' | Adam Turner | 2022-09-30 | 1 | -1/+1 |
|\ | | | | | | | | | # Conflicts: # sphinx/locale/__init__.py | ||||
| * | Finer grained control over domain ToC entries (#10886) | Adam Turner | 2022-09-30 | 1 | -1/+1 |
| | | | | | | | | | | - Implement `:nocontentsentry:` flag - Use `:nocontentsentry:` in docs - Add domain object table of contents configuration option | ||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-23 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | # Conflicts: # setup.py # sphinx/__init__.py | ||||
| * | Add contents entries for domain objects (#10807) | Adam Turner | 2022-09-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | - Add entries in the table of contents for domain objects (e.g. `py:function`, `rst:role`, etc). Supported domains are Javascript, Python, and reStructuredText. - Support content in `py:module` and `js:module` directives. - Add the `noindexentry` and `noindex` flags to more domains. - Add `toc_object_entries_show_parents` configuration setting - Update documentation and tests | ||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-09 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | | | | | | | | | # Conflicts: # setup.py # sphinx/application.py # sphinx/environment/__init__.py # sphinx/ext/autodoc/directive.py # tests/test_build_html.py | ||||
| * | Fix more strict static typing errors (#10681) | danieleades | 2022-08-28 | 1 | -3/+3 |
| | | |||||
| * | Remove unneeded `noqa` lint suppression comments (#10772) | danieleades | 2022-08-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-17 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | Lint with `flake8-bugbear` (#10602) | danieleades | 2022-07-12 | 1 | -7/+7 |
| | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | | Merge branch '5.x' | Takeshi KOMIYA | 2022-07-03 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove redundant static typing casts (#10612) | danieleades | 2022-07-02 | 1 | -1/+0 |
| | | |||||
* | | Merge branch '5.x' into master | Jean-François B | 2022-06-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | Resolved merge conflicts: sphinx/ext/extlinks.py sphinx/ext/napoleon/docstring.py (and removed from the latter a now unused import for flake8 F401 compliance) | ||||
| * | Use the `flake8-comprehensions` lint plugin (#10601) | danieleades | 2022-06-26 | 1 | -1/+1 |
| | | |||||
* | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -3/+3 |
|/ | |||||
* | simplify dict key checks (SIM118) | Daniel Eades | 2022-06-03 | 1 | -1/+1 |
| | |||||
* | C and C++, support attribtues on enumerators | Jakob Lykke Andersen | 2022-04-17 | 1 | -2/+11 |
| | | | | Fixes sphinx-doc/sphinx#10341 | ||||
* | C and C++, refactor attribute lists | Jakob Lykke Andersen | 2022-04-17 | 1 | -30/+24 |
| | |||||
* | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-19 | 1 | -9/+1 |
|\ | |||||
| * | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | | |||||
| * | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | | |||||
| * | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-17 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -2/+1 |
| | | |||||
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | simplify some set comparisons (SIM109) | Daniel Eades | 2022-01-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Node.traverse() was marked as deprecated since docutils-0.18. Instead of it, Node.findall() has been added as successor of traverse(). This applies a patch to docutils-0.17 or older to be available Node.findall() and use it. | ||||
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into RemovedInSphinx50Warning | Takeshi KOMIYA | 2021-12-17 | 1 | -25/+41 |
|\ \ | |/ | |||||
| * | C, simple type specifier parsing, handling macro-keywords | Jakob Lykke Andersen | 2021-12-01 | 1 | -4/+17 |
| | |