summaryrefslogtreecommitdiff
path: root/sphinx/environment
Commit message (Expand)AuthorAgeFilesLines
* 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-122-1/+17
* Privatise type (`DomainsType` -> `_DomainsType`)Adam Turner2022-09-121-5/+5
* More precise typing for `BuildEnvironment.domains` (#10813)Adam Turner2022-09-092-4/+59
* search: support searching for (sub)titles (#10717)Martin Liška2022-09-091-1/+1
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-283-14/+25
* Update include_patterns implementation (#10680)Adam Turner2022-07-231-1/+4
* Improve static typing strictness (#10569)danieleades2022-07-182-4/+4
* Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-172-2/+2
* Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-2/+2
* Prefer `image_loading` over `embed_images`Adam Turner2022-04-221-1/+4
* Merge branch '4.x'Takeshi KOMIYA2022-03-1911-100/+12
|\
| * environment: Update default value for pep_base_urlMichal Čihař2022-03-161-1/+1
| * Collapse single line docstringsAdam Turner2022-02-2011-22/+11
| * Remove copyright and licence fieldsAdam Turner2022-02-2011-33/+0
| * Fix module docstring indentationAdam Turner2022-02-2011-22/+22
| * Fix module docstring first lineAdam Turner2022-02-2011-22/+11
| * Remove module titles in docstringsAdam Turner2022-02-1911-33/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-01-172-3/+3
|\ \ | |/
| * address some unused loop control variables (B007)Daniel Eades2022-01-122-3/+3
* | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-122-10/+8
|/
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-035-11/+11
* A happy new year!Takeshi KOMIYA2022-01-0111-11/+11
* Fix mypy violations (with mypy-0.930)Takeshi KOMIYA2021-12-241-1/+1
* Update RFC base urlMatt Ficke2021-11-161-1/+1
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-2/+2
* Merge pull request #9724 from tk0miya/support_PreBibliographic_nodesTakeshi KOMIYA2021-10-231-3/+6
|\
| * Support docutils-0.18: allow PreBibliographic nodes before docinfoTakeshi KOMIYA2021-10-231-3/+6
* | Support docutils-0.18: Set auto_id_prefix explicitlyTakeshi KOMIYA2021-10-111-0/+1
|/
* Support docutils-0.18; Disable embed_images and section_self_linkTakeshi KOMIYA2021-10-031-0/+2
* Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
* Fix typoEisuke Kawashima2021-07-081-1/+1
* Merge pull request #9242 from tk0miya/refactor_env2Takeshi KOMIYA2021-05-221-0/+5
|\
| * refactor: Make the app argument for BuildEnvironment requiredTakeshi KOMIYA2021-05-221-0/+5
* | doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-161-1/+1
|/
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-103-9/+9
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-031-2/+2
* Merge pull request #9053 from tk0miya/title_node_for_toctree_captionTakeshi KOMIYA2021-04-091-1/+1
|\
| * Fix #8870: Use title node for the caption of toctreeTakeshi KOMIYA2021-04-091-1/+1
* | refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* | refactor: Use PEP-526 based variable annotation (sphinx.environment)Takeshi KOMIYA2021-03-256-82/+79
* | Merge branch '3.x'Takeshi KOMIYA2021-03-201-2/+3
|\ \ | |/
| * Fix #8959: using UNIX path separator confuses Sphinx on WindowsTakeshi KOMIYA2021-03-201-2/+3
* | 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-283-4/+4
* | Merge branch '3.x'Takeshi KOMIYA2021-01-221-3/+4
|\ \ | |/