Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow ``copyright`` to contain multiple entries (#10983) | Stefanie Molin | 2023-05-11 | 1 | -2/+2 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Allow multi-line object description signatures (#11011) | TLouf | 2023-05-11 | 1 | -1/+1 |
| | | | | | 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> | ||||
* | Revert the default type of ``nitpick_ignore[_regex]`` to ``list`` | Adam Turner | 2023-04-25 | 1 | -2/+2 |
| | |||||
* | Enable 'nit-picky mode' for Sphinx's documentation | Adam Turner | 2023-04-06 | 1 | -7/+7 |
| | | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``. | ||||
* | Drop OrderedDict | Adam Turner | 2023-03-05 | 1 | -7/+3 |
| | | | | Since Python 3.7, dicts maintain insertion order. | ||||
* | Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd`` | Adam Turner | 2023-03-05 | 1 | -2/+7 |
| | |||||
* | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 1 | -3/+2 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -13/+12 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -9/+8 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -15/+15 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Enable Ruff's flake8-bandit checks | Adam Turner | 2022-12-29 | 1 | -1/+1 |
| | |||||
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -1/+1 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -1/+1 |
| | |||||
* | Finer grained control over domain ToC entries (#10886) | Adam Turner | 2022-09-30 | 1 | -0/+1 |
| | | | | | - Implement `:nocontentsentry:` flag - Use `:nocontentsentry:` in docs - Add domain object table of contents configuration option | ||||
* | Add contents entries for domain objects (#10807) | Adam Turner | 2022-09-13 | 1 | -0/+2 |
| | | | | | | | | | - 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 | ||||
* | set up mypy for incremental adoption of 'strict optional' | daniel.eades | 2022-07-26 | 1 | -1/+1 |
| | |||||
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -1/+3 |
| | |||||
* | Add `include_patterns` as the opposite of `exclude_patterns` (#10518) | Adam Turner | 2022-07-17 | 1 | -1/+2 |
| | |||||
* | Allow emphasising placeholders in `option` directives (#10366) | Martin Liška | 2022-06-16 | 1 | -0/+1 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Spelling (language) | Adam Turner | 2022-05-30 | 1 | -2/+2 |
| | |||||
* | Update test | Adam Turner | 2022-05-28 | 1 | -1/+0 |
| | |||||
* | Update warning, revert my original warning patch | Adam Turner | 2022-05-28 | 1 | -9/+6 |
| | |||||
* | Update comment | Takeshi KOMIYA | 2022-05-28 | 1 | -2/+4 |
| | |||||
* | Emit a warning if "language = None" setting found (refs: #10474) | Takeshi KOMIYA | 2022-05-28 | 1 | -0/+3 |
| | |||||
* | Add warning | Adam Turner | 2022-05-28 | 1 | -0/+4 |
| | |||||
* | Fix case where language isn't set | Adam Turner | 2022-05-28 | 1 | -1/+1 |
| | |||||
* | Resolve issue 10474 | Adam Turner | 2022-05-27 | 1 | -0/+6 |
| | |||||
* | Address warnings in test_util_i18n.py | Adam Turner | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | 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-16 | 1 | -6/+17 |
|\ \ | |/ | |||||
| * | Merge pull request #10079 from ↵ | Takeshi KOMIYA | 2022-01-12 | 1 | -3/+14 |
| |\ | | | | | | | | | | | | | tk0miya/10061_confval_added_by_themes_not_initialized Fix #10061: html theme: Confvals added by themes are not initialized | ||||
| | * | Fix #10061: html theme: Confvals added by themes are not initialized | Takeshi KOMIYA | 2022-01-10 | 1 | -3/+14 |
| | | | |||||
| * | | use 'callable' to check if object is callable (B004) | Daniel Eades | 2022-01-10 | 1 | -3/+3 |
| |/ | |||||
* | | Close #10062: Change the default language to 'en' | Takeshi KOMIYA | 2022-01-12 | 1 | -1/+1 |
|/ | | | | | Change the default language to `'en'` if any language is not set in `conf.py`. | ||||
* | 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/+1 |
| | |||||
* | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | Address flake8 errors in whitespace linting | Louis Maddox | 2021-07-23 | 1 | -1/+2 |
| | |||||
* | Better sphinx.config docstrings | Louis Maddox | 2021-07-18 | 1 | -7/+7 |
| | |||||
* | refactor: Do config file existence check in Config.read() | Takeshi KOMIYA | 2021-05-16 | 1 | -0/+3 |
| | |||||
* | Merge pull request #9131 from RuRo/feature/glob-nitpick-ignore | Takeshi KOMIYA | 2021-05-05 | 1 | -0/+1 |
|\ | | | | | Ignore nitpick warnings with regular expressions using `nitpick_ignore_regex` | ||||
| * | implement nitpick_ignore_regex | ruro | 2021-05-02 | 1 | -0/+1 |
| | | |||||
* | | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-05-03 | 1 | -1/+1 |
| | |