summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 6.0.1 finalv6.0.1Adam Turner2023-01-051-2/+2
* imgmath: Fix relative file path (#10965)Julien Schueller2023-01-051-4/+5
* Bump versionAdam Turner2022-12-291-3/+3
* Bump to 6.0.0 finalv6.0.0Adam Turner2022-12-291-3/+3
* Remove unnecessary conditional import in ``sphinx.ext.napoleon`` (#11043)Antony Lee2022-12-291-16/+11
* remove blanket 'noqas'Daniel Eades2022-12-1630-73/+143
* Deactivate (provisorily) Python12-dev testing (#11035)Jean-François B2022-12-164-6/+8
* Update typing ignores for mypy 0.990Adam Turner2022-11-1315-25/+25
* Bump versionAdam Turner2022-10-171-3/+3
* Bump to 6.0.0 beta2v6.0.0b2Adam Turner2022-10-171-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-1716-46/+45
* Use ``ast.parse`` from the standard libraryAdam Turner2022-10-176-14/+16
* Merge ``_py37`` functions in ``util.typing``Adam Turner2022-10-171-245/+54
* Prefer ``raise SystemExit`` to ``sys.exit``Adam Turner2022-10-175-8/+6
* LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)Jean-François B2022-10-172-8/+11
* Bump versionAdam Turner2022-10-161-3/+3
* Bump to 6.0.0 beta1v6.0.0b1Adam Turner2022-10-161-3/+3
* Revert ``html_codeblock_linenos_style`` removal (#10922)Adam Turner2022-10-163-3/+11
* Merge branch '5.x'Adam Turner2022-10-1625-192/+1274
|\
| * Bump to 5.3.0 finalv5.3.0Adam Turner2022-10-161-2/+2
| * Allow sections in object description directives (#10919)Adam Turner2022-10-151-1/+2
| * Add ``sphinx-build --bug-report``Adam Turner2022-10-141-6/+37
| * URI-escape image filenames (#10268)Eric Wieser2022-10-134-7/+11
| * Revert "Fix detection for out of date files (#9360)" (#10908)Martin Liška2022-10-131-1/+1
| * s/5.2.0/5.3.0 in various code comments as #10759 got merged in 5.3.0Jean-François B2022-10-123-12/+12
| * LaTeX: support for booktabs-style and zebra-striped tables (#10759)Jean-François B2022-10-1210-103/+1133
| * Fix performance regression for ``imgmath`` embedding (#10888)Julien Schueller2022-10-091-61/+58
| * Don't display 'replaceable hardcoded link' when link has a slash (#10137)Anthony Sottile2022-10-051-1/+5
| * Fix detection for out of date files (#9360)Martin Liška2022-10-051-1/+1
| * Fix disabling cross-references in pre-v3 C domain (#10890)Adam Turner2022-10-051-1/+2
| * Fix `cleanup_tempdir` in imgmath (#10895)Julien Schueller2022-10-051-1/+1
| * Add debug logging to `autosectionlabel` (#10881)Martin Patz2022-10-041-0/+3
| * Extend cross referencing options with values (#10883)Martin Liška2022-10-021-4/+11
| * Ensure non-builtin extensions use the proper versionAdam Turner2022-09-306-8/+13
* | Remove support for parsing pre-v3 syntax in the C domain (#10901)Adam Turner2022-10-091-78/+2
* | Merge branch '5.x'Adam Turner2022-09-3017-43/+74
|\ \ | |/
| * Merge branch '5.2.x' into 5.xAdam Turner2022-09-309-8/+24
| |\
| | * Bump to 5.2.3 finalv5.2.3Adam Turner2022-09-301-2/+2
| | * Finer grained control over domain ToC entries (#10886)Adam Turner2022-09-308-6/+22
| | * imgmath: Fix embed mode (#10878)Julien Schueller2022-09-291-2/+2
| * | shrink 'any-generics' whitelist for the 'deprecation' module (#10849)danieleades2022-09-291-4/+4
| * | Use a module level constant as best practice (#10876)danieleades2022-09-291-1/+4
| * | shrink 'Any generics' mypy whitelist for builders module (#10846)danieleades2022-09-291-4/+4
| * | shrink 'any-generics' whitelist for the 'locale' module (#10866)danieleades2022-09-291-4/+4
| * | Restore annotations in `sphinx.locale` to objectsAdam Turner2022-09-281-25/+21
| * | Refactor `sphinx.locale`Adam Turner2022-09-281-21/+27
| * | Refactor `locale._TranslationProxy`Adam Turner2022-09-281-54/+50
| * | Shrink 'any-generics' whitelist for the `pycode` module (#10868)danieleades2022-09-282-8/+8
| * | Add default arguments to `locale.init_console()`Adam Turner2022-09-271-1/+5
| * | extend option directive syntaxMartin Liska2022-09-271-1/+7