summaryrefslogtreecommitdiff
path: root/tests/roots
Commit message (Expand)AuthorAgeFilesLines
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-075-0/+2
* Disable localisation when ``SOURCE_DATE_EPOCH`` is set (#10949)James Addison2023-04-072-0/+2
* autosummary: Support documenting inherited attributes (#10691)Jens Hedegaard Nielsen2023-04-062-0/+15
* Support type comments in ``PropertyDocumenter`` (#11298)picnixz2023-04-062-0/+16
* Autosummary: Extend ``__all__`` members to template rendering (#10811)Clément Pinard2023-04-066-2/+71
* Remove hidden state from ``test_nosearch`` (#11291)Martin Liška2023-04-053-2/+3
* Add unit test for issue #11110 as fixed by #11113Jean-François B2023-04-035-0/+57
* Let the #11276 test actually be one which would have failed earlierJean-François B2023-03-311-0/+10
* Fix #11274: external links may break PDF build if under \sphinxupquoteJean-François B2023-03-311-0/+6
* Fix typos found by codespellDimitri Papadopoulos2023-03-271-2/+2
* Increase ``test_linkcheck`` timeoutsAdam Turner2023-03-249-13/+9
* Speed up ``test_linkcheck``Adam Turner2023-03-2415-23/+37
* Remove tests that rely on setuptoolsAdam Turner2023-03-056-37/+0
* Remove ``.egg`` support from pycode ``ModuleAnalyser``Adam Turner2023-03-055-17/+0
* LaTeX: fix 5.1.0 bugs related to topic and contents boxes (#11102)Jean-François B2023-01-061-0/+72
* Run pyupgrade (#11070)Adam Turner2023-01-027-14/+14
* Insert ``from __future__ import annotations``Adam Turner2023-01-0114-1/+33
* Happy New Year!Adam Turner2023-01-011-1/+1
* Make copyright text inclusion test date-independentAdam Turner2023-01-011-1/+1
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-303-11/+11
* Add test coverage for 'today_fmt' reference substitution (#10980)James Addison2022-12-291-0/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-1720-38/+32
* Prefer ``raise SystemExit`` to ``sys.exit``Adam Turner2022-10-172-6/+2
* Merge branch '5.x'Adam Turner2022-10-1633-198/+432
|\
| * Allow sections in object description directives (#10919)Adam Turner2022-10-152-0/+6
| * URI-escape image filenames (#10268)Eric Wieser2022-10-133-0/+5
| * LaTeX: support for booktabs-style and zebra-striped tables (#10759)Jean-François B2022-10-1226-197/+417
| * Don't display 'replaceable hardcoded link' when link has a slash (#10137)Anthony Sottile2022-10-051-0/+2
| * Extend cross referencing options with values (#10883)Martin Liška2022-10-021-1/+2
* | Merge branch '5.x'Adam Turner2022-09-301-0/+13
|\ \ | |/
| * extend option directive syntaxMartin Liska2022-09-271-0/+13
* | Drop Python 3.7Adam Turner2022-09-272-12/+0
|/
* Clear `record_dependencies` for each document (#10855)Adam Turner2022-09-244-0/+14
* Add contents entries for domain objects (#10807)Adam Turner2022-09-133-0/+45
* Make toctree accept special docnames (#10673)Brecht Machiels2022-09-123-0/+23
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-2813-22/+22
* linkcheck: Check the source URL of raw directivesn-peugnet2022-08-171-0/+3
* Allow specifying multiple CSS files in themes (#10465)Takeshi KOMIYA2022-07-175-0/+7
* py domain: Ignore aliases for resolving `:any:` cross-references (#10089)Joachim Jablon2022-06-261-0/+3
* Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-161-0/+9
* test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)Takeshi KOMIYA2022-06-141-0/+3
* Merge pull request #10502 from AA-Turner/ifconfig-fixTakeshi KOMIYA2022-06-032-0/+11
|\
| * Fix fake link in testAdam Turner2022-05-311-1/+1
| * Add a testAdam Turner2022-05-312-0/+11
* | Fix testAdam Turner2022-06-011-1/+1
* | Add a testAdam Turner2022-06-012-0/+4
|/
* test: Change URL of testcaseTakeshi KOMIYA2022-05-301-1/+1
* Add test cases for #8180Anselm Kruis2022-05-231-0/+12
* Fix #9648: autodoc: *args and **kwargs entries are duplicatedTakeshi KOMIYA2022-05-155-0/+27
* test: Add *args and **kwargs to testcase of target.typehintsTakeshi KOMIYA2022-05-151-1/+3