Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵ | James Addison | 2023-04-23 | 1 | -4/+3 |
| | | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47. | ||||
* | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 1 | -3/+4 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Fix typos found by codespell | Dimitri Papadopoulos | 2023-03-27 | 1 | -1/+1 |
| | |||||
* | Remove ``sphinx.locale.setlocale`` | Adam Turner | 2023-03-24 | 1 | -2/+2 |
| | |||||
* | Fix pytest style issues | Adam Turner | 2023-02-18 | 1 | -1/+2 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Resolve Ruff SIM114 violations | Adam Turner | 2023-02-15 | 1 | -3/+2 |
| | |||||
* | Address SIM103 lints (#11052) | danieleades | 2023-01-02 | 1 | -5/+1 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Use ``any`` to find elements in iterable (#11053) | danieleades | 2023-01-02 | 1 | -13/+12 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -6/+6 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -16/+16 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Enable Ruff's pylint checks | Adam Turner | 2022-12-29 | 1 | -2/+1 |
| | | | | | Also fix two PLW0602 warnings (``global`` without assignment) and five PLW0120 warnings (else clause on loop without break). | ||||
* | Prefer ``raise SystemExit`` to ``sys.exit`` | Adam Turner | 2022-10-17 | 1 | -1/+1 |
| | |||||
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -6/+7 |
| | |||||
* | Fix #10200: apidoc: Duplicated submodules are shown for modules | Takeshi KOMIYA | 2022-04-30 | 1 | -0/+1 |
| | |||||
* | 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 | -1/+3 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g | Jon Dufresne | 2021-09-06 | 1 | -1/+1 |
| | | | | | | https://sphinx-doc.org is unreachable, but is linked from the PyPI page: https://pypi.org/project/Sphinx/. Switch to https://www.sphinx-doc.org/ instead. | ||||
* | Improve sphinx.ext.apidoc docstrings | Louis Maddox | 2021-07-18 | 1 | -1/+1 |
| | |||||
* | refactor: Use PEP-526 based variable annotation (sphinx.ext) | Takeshi KOMIYA | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -24/+44 |
|\ | |||||
| * | Fix #8727: apidoc: namespace module file is not generated if no submodules | Takeshi KOMIYA | 2021-01-23 | 1 | -24/+44 |
| | | | | | | | | | | | | sphinx-apidoc should generate a namespace module file when `--implicit-namespace` option given. This fixes the case the namespace module has subpackages, but no submodules. | ||||
* | | 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 | ||||
| * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -4/+4 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -71/+0 |
|/ | |||||
* | * Propagated "maxdepth" recursively through package documents. | Sergio Garcia Prado | 2020-03-14 | 1 | -0/+1 |
| | |||||
* | Fix #6327: apidoc: Support a python package consisted of __init__.so file | Takeshi KOMIYA | 2020-02-08 | 1 | -11/+28 |
| | |||||
* | refactor: apidoc.shall_skip() | Takeshi KOMIYA | 2020-02-08 | 1 | -5/+35 |
| | |||||
* | apidoc: Add ``-q`` option for quiet mode (refs: #6772) | Takeshi KOMIYA | 2020-02-01 | 1 | -3/+12 |
| | |||||
* | Fix #6899: apidoc: private members are not shown even if --private given | Takeshi KOMIYA | 2020-01-30 | 1 | -2/+10 |
| | |||||
* | Fix #6986: apidoc: misdetects module name for .so file inside module | Takeshi KOMIYA | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Close #2546: apidoc: .so file support | Takeshi KOMIYA | 2019-11-17 | 1 | -3/+4 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.ext.apidoc | Takeshi KOMIYA | 2019-07-01 | 1 | -33/+20 |
| | |||||
* | Fix #6517: apidoc: user_template_dir is not passed when it recurses | Takeshi KOMIYA | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Close #5602: apidoc: Add ``--templatedir`` option | Takeshi KOMIYA | 2019-06-16 | 1 | -16/+24 |
| | |||||
* | apidoc: template files are renamed to ``.rst_t`` | Takeshi KOMIYA | 2019-06-16 | 1 | -3/+3 |
| | |||||
* | refactor apidoc: Add is_skipped_module() | Takeshi KOMIYA | 2019-05-30 | 1 | -2/+15 |
| | |||||
* | refactor: apidoc: Replace makename() by module_join() | Takeshi KOMIYA | 2019-05-15 | 1 | -7/+16 |
| | |||||
* | apidoc: Deprecate unused functions | Takeshi KOMIYA | 2019-05-04 | 1 | -0/+6 |
| | |||||
* | apidoc: Use a template for generating package file | Takeshi KOMIYA | 2019-05-04 | 1 | -53/+26 |
| | |||||
* | apidoc: Use a template for generating toc file | Takeshi KOMIYA | 2019-05-04 | 1 | -8/+10 |
| |