summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix highlighting lexersAdam Turner2022-09-252-10/+19
* Split out `sphinx_highlight.js`Adam Turner2022-09-243-3/+3
* Clear `record_dependencies` for each document (#10855)Adam Turner2022-09-245-0/+24
* Deprecate HTML 4 support (#10843)Adam Turner2022-09-231-0/+10
* imgmath: Allow embedding images in HTML as base64 (#10816)Julien Schueller2022-09-231-0/+18
* Support searching for index entries (#10819)Adam Turner2022-09-201-2/+4
* Add contents entries for domain objects (#10807)Adam Turner2022-09-135-2/+85
* Make toctree accept special docnames (#10673)Brecht Machiels2022-09-124-0/+37
* Remove Pygments compatability code (#10812)Adam Turner2022-09-092-33/+11
* search: support searching for (sub)titles (#10717)Martin Liška2022-09-091-2/+4
* Allow `:ref:` role to be used with definitions and fields (#10781)Jeremy Maitin-Shepard2022-09-061-0/+40
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-2817-36/+36
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-1/+1
* linkcheck: Check the source URL of raw directivesn-peugnet2022-08-172-4/+17
* Properly support `of` in docstring type specifiers (#10738)ProGamerGov2022-08-022-0/+117
* Merge branch '5.1.x' into 5.xJean-François B2022-08-012-7/+13
|\
| * Fix flake8 5.0.0 reported formatting errorsdaniel.eades2022-08-012-7/+13
* | C++, restructure testsJakob Lykke Andersen2022-07-291-34/+32
* | C++, fix parsing of certain non-type template parametersJakob Lykke Andersen2022-07-291-3/+4
* | C++, ensure merging case is as assumedJakob Lykke Andersen2022-07-291-8/+8
* | [C++] Ensure consistent non-specialization template argument representationJeremy Maitin-Shepard2022-07-291-3/+89
* | [C++] Allow template prefix on union declarationsJeremy Maitin-Shepard2022-07-241-0/+3
* | [C++] Allow trailing requires-clause on constructorsJeremy Maitin-Shepard2022-07-241-0/+2
* | [C++] Allow trailing-requires-clause on functions without a template prefixJeremy Maitin-Shepard2022-07-241-0/+2
* | [C++] Support requires-clause in more placesJeremy Maitin-Shepard2022-07-241-0/+18
|/
* Update include_patterns implementation (#10680)Adam Turner2022-07-231-8/+8
* Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-171-1/+93
* Allow specifying multiple CSS files in themes (#10465)Takeshi KOMIYA2022-07-176-0/+16
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-1210-22/+22
* Make `-P` (pdb) work better with exceptions triggered from eventsJeremy Maitin-Shepard2022-07-041-1/+22
* Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-262-3/+3
* py domain: Ignore aliases for resolving `:any:` cross-references (#10089)Joachim Jablon2022-06-261-0/+3
* Replace `napoleon.iterators` by simpler stack implementation (#9856)Antony Lee2022-06-261-0/+9
* Ensure ObjectDescription signature nodes include line numbers (#10249)Jeremy Maitin-Shepard2022-06-231-0/+14
* Fix parsing of options with enabled option_emphasise_placeholders (#10565)Martin Liška2022-06-191-0/+5
* Fix usage of enable_search_shortcuts theme config value.marxin2022-06-171-0/+20
* Remove traces of Python 2 and 3.5 (#10560)Adam Turner2022-06-161-16/+8
* Show the repr of the value in some warnings (#10439)Ezio Melotti2022-06-165-7/+7
* Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-162-0/+31
* logging: always show source locations as absolute paths (#10460)Doug Hellmann2022-06-161-1/+17
* Increase static typing strictness (#10530)Adam Turner2022-06-164-8/+36
* Merge pull request #10551 from AA-Turner/fix-extra-whitespaceTakeshi KOMIYA2022-06-172-5/+32
|\
| * Special case `**`Adam Turner2022-06-152-1/+10
| * Add higher level testAdam Turner2022-06-151-0/+18
| * Remove extra space from the unparserAdam Turner2022-06-141-4/+4
* | Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-06-174-0/+84
|\ \
| * | test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)Takeshi KOMIYA2022-06-144-0/+84
* | | remove unnecessary list comprehension (C416)Daniel Eades2022-06-031-9/+9
* | | remove unnecessary list calls around 'sorted' (C413)Daniel Eades2022-06-031-2/+2
* | | Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-06-035-0/+24
|\ \ \ | |/ /