summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 5.2.2 finalv5.2.2Adam Turner2022-09-272-3/+3
* Restore anchor links to top of module docstringAdam Turner2022-09-271-0/+6
* Correct error in release date for Sphinx 5.2.1Adam Turner2022-09-271-1/+1
* Restore anchor links to top of module docstringAdam Turner2022-09-272-2/+4
* Fix mypy violations for v0.981 (#10875)Adam Turner2022-09-274-12/+13
* Bump to 5.2.1 finalv5.2.1Adam Turner2022-09-252-2/+12
* Fix error in changelog for Sphinx 5.2.0Adam Turner2022-09-251-1/+1
* Define extra indent as a class attributeAdam Turner2022-09-252-1/+5
* Fix highlighting lexersAdam Turner2022-09-256-21/+26
* Bump to 5.2.0.post0 finalAdam Turner2022-09-242-2/+7
* Bump to 5.2.0 finalv5.2.0Adam Turner2022-09-242-10/+4
* Merge 5.1.2 CHANGES into 5.2.0Adam Turner2022-09-241-27/+4
* Merge pull request #10859 from jfbu/latex_doc_tableofcontentshookJean-François B2022-09-241-0/+6
|\
| * LaTeX: improved doc of \sphinxtableofcontents (closes #10858)Jean-François B2022-09-241-0/+6
|/
* Docstring clarifications (#9877)Arthur Milchior2022-09-245-65/+85
* Add a new mypy whitelist for '`Any` generics' (#10845)danieleades2022-09-241-0/+25
* Move to localStorage for search highlightingAdam Turner2022-09-243-45/+41
* Split out `sphinx_highlight.js`Adam Turner2022-09-248-122/+163
* Clear `record_dependencies` for each document (#10855)Adam Turner2022-09-246-0/+28
* search: use both title and subtitle only if different (#10848)Martin Liška2022-09-231-1/+1
* Fix `IndexLoader.load()` for _all_titles (#10851)Martin Liška2022-09-231-3/+5
* Warn on using the `:property:` flag with `.. py:method::` (#10852)Adam Turner2022-09-231-0/+2
* Deprecate HTML 4 support (#10843)Adam Turner2022-09-235-1/+30
* imgmath: Allow embedding images in HTML as base64 (#10816)Julien Schueller2022-09-234-16/+73
* Migrate configs for isort, mypy, and pytest into pyproject.toml (#10844)Christian Clauss2022-09-212-103/+60
* Use both title and subtitle name in search results (#10824)Martin Liška2022-09-211-1/+1
* Shrink strict optional whitelist (HTML writers) (#10838)danieleades2022-09-204-11/+5
* Support searching for index entries (#10819)Adam Turner2022-09-204-3/+64
* Fix `get_terminal_width` on Windows (#10842)Steffen Rehberg2022-09-201-15/+3
* Begin addding `flake8-simplify` checks (#10820)danieleades2022-09-203-3/+3
* 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-1318-78/+428
* Use declarative metadataAdam Turner2022-09-1311-207/+185
* git mv setup.py pyproject.tomlAdam Turner2022-09-131-0/+0
* Use subtitle name in search results (#10814)Martin Liška2022-09-132-3/+3
* Fix mypy errorAdam Turner2022-09-121-1/+6
* Make toctree accept special docnames (#10673)Brecht Machiels2022-09-128-4/+62
* Privatise type (`DomainsType` -> `_DomainsType`)Adam Turner2022-09-121-5/+5
* Do not apply epigraph style to all block quotesAdam Turner2022-09-128-79/+84
* More precise typing for `BuildEnvironment.domains` (#10813)Adam Turner2022-09-092-4/+59
* Shink the strict optional whitelist (#10800)danieleades2022-09-092-5/+2
* Remove Pygments compatability code (#10812)Adam Turner2022-09-095-71/+21
* Bump dependency versionsAdam Turner2022-09-091-8/+8
* Specify `colorama` dependency with an environment markerAdam Turner2022-09-091-3/+1
* Refactor setup.pyAdam Turner2022-09-091-47/+43
* Clean setup.pyAdam Turner2022-09-091-7/+0
* Save search resul score to HTML element for debugging (#10718)Martin Liška2022-09-092-1/+3
* Remove `sphinx.builders.gettext` module from whitelist (#10798)danieleades2022-09-092-4/+0
* Correct `is_allowed_version()`'s example tests (#10802)Tony Narlock2022-09-091-3/+3