Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -13/+13 |
| | |||||
* | Resolve Ruff SIM114 violations | Adam Turner | 2023-02-15 | 1 | -3/+1 |
| | |||||
* | Collapse ``.startswith`` and ``.endswith`` tests | Adam Turner | 2023-02-09 | 1 | -2/+2 |
| | |||||
* | Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072) | Adam Turner | 2023-01-02 | 1 | -3/+3 |
| | |||||
* | Use ``any`` to find elements in iterable (#11053) | danieleades | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -12/+12 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -12/+12 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -70/+70 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Tighten mypy 'strict optional' whitelist (#11038) | danieleades | 2022-12-29 | 1 | -13/+31 |
| | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | Clean up after dropping Python 3.6 | Adam Turner | 2022-09-27 | 1 | -2/+0 |
| | |||||
* | Merge branch '5.x' | Jean-François B | 2022-08-06 | 1 | -2/+4 |
|\ | |||||
| * | Fix flake8 5.0.0 reported formatting errors | daniel.eades | 2022-08-01 | 1 | -2/+4 |
| | | |||||
| * | Fix ValueError popping out in `sphinx.ext.napoleon` (#10709) | Antony Lee | 2022-07-25 | 1 | -12/+22 |
| | | | | | | There's some parts of the code still expecting a StopIteration instead. | ||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-26 | 1 | -12/+22 |
|\ \ | |||||
| * | | Fix ValueError popping out in `sphinx.ext.napoleon` (#10709) | Antony Lee | 2022-07-25 | 1 | -12/+22 |
| |/ | | | | | There's some parts of the code still expecting a StopIteration instead. | ||||
* | | Merge branch '5.x' into master | Jean-François B | 2022-06-30 | 1 | -31/+43 |
|\ \ | |/ | | | | | | | | | | | | | 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) | ||||
| * | Replace `napoleon.iterators` by simpler stack implementation (#9856) | Antony Lee | 2022-06-26 | 1 | -31/+43 |
| | | |||||
* | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -16/+1 |
|/ | |||||
* | remove unnecessary generators (C400, C401) | Daniel Eades | 2022-06-03 | 1 | -2/+2 |
| | |||||
* | Fix whitespace | Adam Turner | 2022-03-07 | 1 | -5/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -3/+3 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | Fix #10181: napoleon_use_ivar adds unexpected prefix to vars | Takeshi KOMIYA | 2022-02-12 | 1 | -1/+4 |
| | | | | | | | | Since 4.0, :ivar: items has not been rendered as hyperlinks. So any modules, classes and tilda are now harmful. This removes the prefixing filter for napoleon_use_ivar option. refs: #5129 and #5977 | ||||
* | Merge pull request #10101 from Gobot1234/4.x | Takeshi KOMIYA | 2022-01-16 | 1 | -6/+4 |
|\ | | | | | Fix empty returns section | ||||
| * | Only add returns section if there is something | James Hilton-Balfe | 2022-01-15 | 1 | -6/+4 |
| | | |||||
* | | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
|/ | |||||
* | refactor: use raw Type for type annotations | Takeshi KOMIYA | 2021-04-04 | 1 | -1/+1 |
| | |||||
* | refactor: Use PEP-526 based variable annotation (sphinx.ext) | Takeshi KOMIYA | 2021-03-15 | 1 | -11/+11 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -4/+27 |
|\ | |||||
| * | Fix #8004: napoleon_preprocess_types for Google style docstrings | Takeshi KOMIYA | 2021-01-23 | 1 | -4/+27 |
| | | | | | | | | | | Type definitions in Google style docstrings are rendered as references when :confval:`napoleon_preprocess_types` enabled. | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-22 | 1 | -5/+19 |
|\ \ | |/ | |||||
| * | Close #8573: napoleon: Add more custom section styles | SolidifiedRay | 2021-01-18 | 1 | -5/+19 |
| | | |||||
* | | Close #5560: napoleon_use_param also affect "other parameters" section | Takeshi KOMIYA | 2021-01-20 | 1 | -1/+7 |
| | | |||||
* | | 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-20 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Close #8236: napoleon: Support numpydoc's "Receives" section | Takeshi KOMIYA | 2020-12-19 | 1 | -0/+11 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-14 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | removed unnecessary 'or {}' | Quentin Soubeyran | 2020-11-25 | 1 | -1/+1 |
| | | |||||
| * | enabled feature for module docstring | Quentin Soubeyran | 2020-11-25 | 1 | -1/+1 |
| | | |||||
| * | implemented feature in numpy style, factored common code | Quentin Soubeyran | 2020-11-25 | 1 | -11/+20 |
| | | |||||
| * | refactored code and tests, prepared for numpy feature | Quentin Soubeyran | 2020-11-25 | 1 | -18/+9 |
| | | |||||
| * | added behavior for exceptions | Quentin Soubeyran | 2020-11-25 | 1 | -1/+1 |
| | | |||||
| * | corrected too long line for flake8 | Quentin Soubeyran | 2020-11-25 | 1 | -1/+2 |
| | | |||||
| * | added napoleon_google_attr_annotations option to use PEP 526 on google style | Quentin Soubeyran | 2020-11-25 | 1 | -1/+22 |
| | | |||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+0 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-02 | 1 | -29/+32 |
|\ \ | |/ |