summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation warningsAdam Turner2023-01-051-1/+0
* Add missing default arguments in sphinx-apidoc.rst (#11084)jgart2023-01-051-2/+2
* Move exception formatting utilities to ``sphinx.util.exceptions``Adam Turner2023-01-031-0/+10
* Move HTTP-date formatting utils to `utils.http_date`Adam Turner2023-01-031-0/+10
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-031-0/+20
* Fix #6744: support for seealso directive should be via an environmentJean-François B2023-01-031-0/+8
* Document autosummary template variable "objtype" (#11044)Tim Hoffmann2023-01-021-0/+6
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-021-0/+5
* Fix typos in `usage/configuration.rst` (#10834)Harrissou Sant-anna2023-01-021-3/+3
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 604 typesAdam Turner2023-01-011-2/+2
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Update removal note for logo and favicon variables (#11063)Viktor Haag2022-12-311-2/+2
* Copy edit the tutorial (#11049)mikemckiernan2022-12-291-6/+7
* Fix example using ``add_config_value`` (#10937)Martin Liška2022-12-201-1/+1
* remove blanket 'noqas'Daniel Eades2022-12-161-3/+5
* Docs: Update devguide link (#11017)Hugo van Kemenade2022-12-161-1/+1
* doc: Fix typos in contributing.rst (#10961)amyreyespdx2022-12-161-5/+5
* docs: intl.rst: small fixes while translating (#11020)Jérémie Tarot2022-12-071-9/+9
* Fix #10984 [DOC] document latex_additional_files behavior with .tex (#10993)Jean-François B2022-11-302-0/+12
* Avoid a cramped LaTeX table column in our own documentJean-François B2022-10-301-0/+1
* doc: Actualize information about generating snowball JS files (#10931)Dmitry Shachnev2022-10-241-9/+8
* Run the ``pyupgrade`` toolAdam Turner2022-10-174-7/+5
* LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)Jean-François B2022-10-173-21/+30
* Update documentation of latex builder (#10925)Jean-François B2022-10-171-35/+32
* Simplify development policy (#10921)Adam Turner2022-10-161-39/+35
* Revert ``html_codeblock_linenos_style`` removal (#10922)Adam Turner2022-10-161-0/+14
* Merge branch '5.x'Adam Turner2022-10-169-112/+238
|\
| * s/5.2.0/5.3.0 in various code comments as #10759 got merged in 5.3.0Jean-François B2022-10-123-7/+7
| * LaTeX: support for booktabs-style and zebra-striped tables (#10759)Jean-François B2022-10-127-111/+227
| * Add debug logging to `autosectionlabel` (#10881)Martin Patz2022-10-041-0/+9
| * Extend cross referencing options with values (#10883)Martin Liška2022-10-021-1/+2
* | Merge branch '5.x'Adam Turner2022-09-303-9/+44
|\ \ | |/
| * Merge branch '5.2.x' into 5.xAdam Turner2022-09-302-8/+39
| |\
| | * Finer grained control over domain ToC entries (#10886)Adam Turner2022-09-302-8/+39
| * | extend option directive syntaxMartin Liska2022-09-271-0/+4
| * | fix typo in extrapackages example (#10835)King Phyte2022-09-271-1/+1
* | | Drop Python 3.7Adam Turner2022-09-271-1/+1
* | | Clean up after dropping Python 3.6Adam Turner2022-09-271-7/+9
* | | Merge branch '5.x'Adam Turner2022-09-254-0/+19
|\ \ \ | |/ /
| * | Mumble (line too long but this is raw LaTeX, and we should be exempted)Jean-François B2022-09-241-2/+4
| * | [DOC] Avoid collisions in TOC of sphinx.pdf in Changelog chapterJean-François B2022-09-241-0/+5
| |/
| * LaTeX: improved doc of \sphinxtableofcontents (closes #10858)Jean-François B2022-09-241-0/+6
| * Split out `sphinx_highlight.js`Adam Turner2022-09-241-0/+1
| * Deprecate HTML 4 support (#10843)Adam Turner2022-09-231-0/+5
* | Merge branch '5.x'Adam Turner2022-09-2311-116/+179
|\ \ | |/
| * imgmath: Allow embedding images in HTML as base64 (#10816)Julien Schueller2022-09-231-0/+6
| * Begin addding `flake8-simplify` checks (#10820)danieleades2022-09-201-2/+1
| * Add contents entries for domain objects (#10807)Adam Turner2022-09-133-35/+88
| * Do not apply epigraph style to all block quotesAdam Turner2022-09-128-79/+84