summaryrefslogtreecommitdiff
path: root/sphinx/environment/collectors
Commit message (Expand)AuthorAgeFilesLines
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-181-2/+2
* Resolve Ruff SIM114 violationsAdam Turner2023-02-152-2/+2
* Run pyupgrade (#11070)Adam Turner2023-01-021-7/+7
* Use PEP 604 typesAdam Turner2023-01-012-7/+7
* Use PEP 595 typesAdam Turner2023-01-016-40/+40
* Insert ``from __future__ import annotations``Adam Turner2023-01-016-0/+12
* Allow line breaks before binary operatorsAdam Turner2022-12-291-1/+1
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+1
* Merge branch '5.x'Adam Turner2022-09-301-1/+4
|\
| * Finer grained control over domain ToC entries (#10886)Adam Turner2022-09-301-1/+4
* | Drop Python 3.7Adam Turner2022-09-271-1/+1
|/
* Fix section numbering in domain object contents entries (#10830)Adam Turner2022-09-201-1/+4
* Fix nesting in domain object contents entries (#10828)Adam Turner2022-09-201-2/+1
* Add contents entries for domain objects (#10807)Adam Turner2022-09-131-27/+71
* Make toctree accept special docnames (#10673)Brecht Machiels2022-09-121-0/+5
* More precise typing for `BuildEnvironment.domains` (#10813)Adam Turner2022-09-091-1/+2
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-4/+6
* Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-2/+2
* Merge branch '4.x'Takeshi KOMIYA2022-03-196-54/+6
|\
| * Collapse single line docstringsAdam Turner2022-02-206-12/+6
| * Remove copyright and licence fieldsAdam Turner2022-02-206-18/+0
| * Fix module docstring indentationAdam Turner2022-02-206-12/+12
| * Fix module docstring first lineAdam Turner2022-02-206-12/+6
| * Remove module titles in docstringsAdam Turner2022-02-196-18/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-01-171-2/+2
|\ \ | |/
| * address some unused loop control variables (B007)Daniel Eades2022-01-121-2/+2
* | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-121-9/+7
|/
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-033-4/+4
* A happy new year!Takeshi KOMIYA2022-01-016-6/+6
* Support docutils-0.18: allow PreBibliographic nodes before docinfoTakeshi KOMIYA2021-10-231-3/+6
* doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-161-1/+1
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-2/+2
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.environment)Takeshi KOMIYA2021-03-253-10/+10
* Merge pull request #8937 from jantonguirao/fix_explicit_title_subpagesTakeshi KOMIYA2021-03-021-1/+1
|\
| * Apply code review suggestionsJoaquin Anton2021-03-011-4/+3
| * Use explicit title for titlenode, when no title is providedJoaquin Anton2021-02-261-3/+4
* | Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2021-01-016-6/+6
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-017-7/+7
* | Do isortTakeshi KOMIYA2020-11-122-3/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-123-6/+3
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-114-8/+4
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-041-0/+4
|\ \ | |/
| * Fix #6914: figure numbers are unexpectedly assigned to uncaptioned itemsTakeshi KOMIYA2020-10-041-0/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-08-011-12/+16
|\ \ | |/
| * Fix #7768: i18n: Wrong root element is passed to figure_language_filenameTakeshi KOMIYA2020-07-261-12/+16
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-64/+0