summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow ``copyright`` to contain multiple entries (#10983)Stefanie Molin2023-05-111-2/+2
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Allow multi-line object description signatures (#11011)TLouf2023-05-111-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 Turner2023-04-251-2/+2
|
* Enable 'nit-picky mode' for Sphinx's documentationAdam Turner2023-04-061-7/+7
| | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``.
* Drop OrderedDictAdam Turner2023-03-051-7/+3
| | | | Since Python 3.7, dicts maintain insertion order.
* Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``Adam Turner2023-03-051-2/+7
|
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-3/+2
|
* Fix COM812Adam Turner2023-02-181-1/+1
|
* Run pyupgrade (#11070)Adam Turner2023-01-021-13/+12
|
* Use PEP 604 typesAdam Turner2023-01-011-9/+8
|
* Use PEP 595 typesAdam Turner2023-01-011-15/+15
|
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
|
* Enable Ruff's flake8-bandit checksAdam Turner2022-12-291-1/+1
|
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+1
|
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-1/+1
|
* Finer grained control over domain ToC entries (#10886)Adam Turner2022-09-301-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 Turner2022-09-131-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.eades2022-07-261-1/+1
|
* Improve static typing strictness (#10569)danieleades2022-07-181-1/+3
|
* Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-171-1/+2
|
* Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-161-0/+1
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Spelling (language)Adam Turner2022-05-301-2/+2
|
* Update testAdam Turner2022-05-281-1/+0
|
* Update warning, revert my original warning patchAdam Turner2022-05-281-9/+6
|
* Update commentTakeshi KOMIYA2022-05-281-2/+4
|
* Emit a warning if "language = None" setting found (refs: #10474)Takeshi KOMIYA2022-05-281-0/+3
|
* Add warningAdam Turner2022-05-281-0/+4
|
* Fix case where language isn't setAdam Turner2022-05-281-1/+1
|
* Resolve issue 10474Adam Turner2022-05-271-0/+6
|
* Address warnings in test_util_i18n.pyAdam Turner2022-04-221-1/+1
|
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+1
|\
| * Collapse single line docstringsAdam Turner2022-02-201-2/+1
| |
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| |
| * Fix module docstring indentationAdam Turner2022-02-201-2/+2
| |
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| |
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
| |
* | Merge branch '4.x'Takeshi KOMIYA2022-01-161-6/+17
|\ \ | |/
| * Merge pull request #10079 from ↵Takeshi KOMIYA2022-01-121-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 initializedTakeshi KOMIYA2022-01-101-3/+14
| | |
| * | use 'callable' to check if object is callable (B004)Daniel Eades2022-01-101-3/+3
| |/
* | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-121-1/+1
|/ | | | | Change the default language to `'en'` if any language is not set in `conf.py`.
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-0/+1
|
* Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
|
* Address flake8 errors in whitespace lintingLouis Maddox2021-07-231-1/+2
|
* Better sphinx.config docstringsLouis Maddox2021-07-181-7/+7
|
* refactor: Do config file existence check in Config.read()Takeshi KOMIYA2021-05-161-0/+3
|
* Merge pull request #9131 from RuRo/feature/glob-nitpick-ignoreTakeshi KOMIYA2021-05-051-0/+1
|\ | | | | Ignore nitpick warnings with regular expressions using `nitpick_ignore_regex`
| * implement nitpick_ignore_regexruro2021-05-021-0/+1
| |
* | refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-031-1/+1
| |