summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ``status_iterator``HEADmasterAdam Turner2023-05-152-29/+42
|
* Don't add colours to messagelogAdam Turner2023-05-151-1/+0
| | | | We need to remove colours later for display, so it is pointless to add them.
* Simplify ``make clean``Adam Turner2023-05-131-31/+18
|
* Expand the mypy whitelist for 'sphinx.util' (#11406)danieleades2023-05-126-9/+20
|
* Remove 'sphinx.ext.duration' from the mypy whitelist (#11404)danieleades2023-05-122-2/+1
|
* Remove 'sphinx.util.typing' from mypy whitelist (#11397)danieleades2023-05-121-1/+0
|
* Merge branch '7.0.x'Adam Turner2023-05-122-9/+17
|\ | | | | | | | | | | # Conflicts: # CHANGES # sphinx/__init__.py
| * Bump to 7.0.1 finalv7.0.1Adam Turner2023-05-122-16/+4
| |
| * Remove remaining references to the setuptools integration (#11418)7.0.xWillem2023-05-122-5/+4
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | Bump versionAdam Turner2023-05-122-3/+3
| |
* | Update CHANGEsJean-François B2023-05-121-1/+1
| |
* | Allow ``copyright`` to contain multiple entries (#10983)Stefanie Molin2023-05-118-8/+63
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | Allow multi-line object description signatures (#11011)TLouf2023-05-1130-43/+1635
| | | | | | | | | | 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>
* | Accept a version tuple in ``app.require_sphinx()``Adam Turner2023-05-112-4/+14
| |
* | html builder: Append CRC32 checksum to asset URIs (#11415)Adam Turner2023-05-118-34/+86
| |
* | Warn on deprecated Python-specific index types (#11412)Adam Turner2023-05-0914-71/+91
|/
* Support Docutils 0.20 (#11411)Adam Turner2023-05-092-1/+5
|
* Test with Docutils 0.20Adam Turner2023-05-091-7/+2
|
* linkcheck: Use context managers for HTTP requests (#11318)James Addison2023-05-0913-24/+38
| | | | | | | | This closes HTTP responses when no content reads are required, as when requests are made in streaming mode, ``requests`` doesn't know whether the caller may intend to later read content from a streamed HTTP response object and holds the socket open. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update documentation workflowAdam Turner2023-05-091-6/+12
| | | | | | | - Add 'workflow_dispatch' target - Force output to use colour - Print traceback on error - Use parallel building
* Change concurrency groups for GitHub workflowsAdam Turner2023-04-295-5/+5
| | | | This means that 'push' triggered workflows are not cancelled.
* Bump versionAdam Turner2023-04-292-3/+24
|
* Bump to 7.0.0 finalv7.0.0Adam Turner2023-04-292-19/+4
|
* Remove ``jsdump`` references post removalAdam Turner2023-04-282-10/+0
|
* Bump to 7.0.0rc1 finalv7.0.0rc1Adam Turner2023-04-281-3/+3
|
* Update ``sphinx.deprecation`` for Sphinx 7.0 (#11386)Adam Turner2023-04-281-10/+10
|
* Add a note to CHANGES for PR 11385Adam Turner2023-04-281-0/+1
|
* Remove HTML 4 support (#11385)Adam Turner2023-04-285-899/+25
|
* Remove ``HTMLTranslator`` and ``html5_ready`` from ``sphinx.builders.html`` ↵Adam Turner2023-04-282-18/+2
| | | | (#11383)
* Remove deprecated ``LaTeXTranslator.docclasses`` attribute (#11382)Adam Turner2023-04-282-9/+2
|
* Remove deprecated ``style`` key for HTML templates (#11381)Adam Turner2023-04-283-17/+1
|
* Autosummary: Always emit grouped ``ImportError`` exceptions (#11380)Adam Turner2023-04-282-15/+6
|
* Make the ``env`` argument to ``Builder`` subclasses required (#11379)Adam Turner2023-04-284-37/+6
|
* Remove deprecated ``sphinx.util.docutils.is_html5_writer_available()`` ↵Adam Turner2023-04-282-9/+2
| | | | function (#11378)
* Removed deprecated ``sphinx.util.get_matching_files()`` function (#11373)Adam Turner2023-04-282-39/+2
|
* Remove deprecated ``sphinx.io.read_doc()`` function (#11372)Adam Turner2023-04-272-37/+2
|
* Remove deprecated ``sphinx.pycode.ast.parse()`` (#11371)Adam Turner2023-04-272-17/+1
|
* Remove deprecated ``sphinx.util.stemmer`` module (#11370)Adam Turner2023-04-272-62/+1
|
* Make ``locale`` required in ``sphinx.util.i18n.format_date()`` (#11366)Adam Turner2023-04-273-19/+3
|
* Remove support for the ``jsdump`` format in ``sphinx.search`` (#11365)Adam Turner2023-04-273-213/+3
|
* Remove the deprecated ``sphinx.ext.napoleon.iterators`` module (#11364)Adam Turner2023-04-273-593/+1
|
* Remove the deprecated Setuptools integration (#11363)Adam Turner2023-04-2711-402/+3
|
* Harmonise references to Sphinx versions (#11361)Adam Turner2023-04-273-5/+6
|
* Remove deprecated ``make_old_id`` functions (#11360)Adam Turner2023-04-276-87/+2
|
* Remove deprecated search splitters in ``sphinx.search.ja`` (#11359)Adam Turner2023-04-272-5/+3
|
* Bump versionAdam Turner2023-04-262-3/+3
|
* Update test for Alabaster version tupleAdam Turner2023-04-261-1/+5
|
* Bump versionAdam Turner2023-04-252-3/+24
|
* Bump to 6.2.1 finalv6.2.1Adam Turner2023-04-252-19/+4
|
* Revert the default type of ``nitpick_ignore[_regex]`` to ``list``Adam Turner2023-04-253-2/+20
|