summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update include_patterns implementation (#10680)Adam Turner2022-07-231-8/+8
| |
* | Merge branch '5.x'Adam Turner2022-07-1716-23/+131
|\ \ | |/
| * 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
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
| * Lint with `flake8-bugbear` (#10602)danieleades2022-07-1210-22/+22
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | Merge branch '5.x'Adam Turner2022-07-101-1/+22
|\ \ | |/
| * Make `-P` (pdb) work better with exceptions triggered from eventsJeremy Maitin-Shepard2022-07-041-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | Previously, if an exception was raised from an event listener, and the `-P` option was specified, the debugger would be started not for the original error but for the `ExtensionError` wrapping it that was raised by `EventManager.emit`. That made it difficult to debug the error. With this change, when `-P` is specified, wrapping of errors in `ExtensionError` is disabled, which allows pdb to debug the original error.
* | Merge branch '5.x' into masterJean-François B2022-06-306-3/+54
|\ \ | |/ | | | | | | | | | | | | Resolved merge conflicts: sphinx/ext/extlinks.py sphinx/ext/napoleon/docstring.py (and removed from the latter a now unused import for flake8 F401 compliance)
| * 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
| | | | | | | | Co-authored-by: Joachim Jablon <joachim.jablon@people-doc.com>
| * 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
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * 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
| | | | | | | | The option value is not properly propagated to Java script.
* | Remove more deprecated items in Sphinx 6.0 (#10562)Adam Turner2022-06-261-21/+8
| |
* | Merge branch '5.x'Adam Turner2022-06-1613-37/+131
|\ \ | |/ | | | | | | | | | | # Conflicts: # .github/workflows/builddoc.yml # .github/workflows/lint.yml # sphinx/registry.py
| * 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
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
| * Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-162-0/+31
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * 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
| |\ | | | | | | Remove extra space from the unparser
| | * 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
| | |
* | | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-162-43/+3
| | |
* | | Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-1613-365/+169
|/ /
* | 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
|\ \ \ | |/ /
| * | Merge pull request #10502 from AA-Turner/ifconfig-fixTakeshi KOMIYA2022-06-032-0/+11
| |\ \ | | | | | | | | `ifconfig`: Add a meta node to fix iteration
| | * | Fix fake link in testAdam Turner2022-05-311-1/+1
| | | |
| | * | Add a testAdam Turner2022-05-312-0/+11
| | |/
| * | Review commentsAdam Turner2022-06-011-1/+1
| | |
| * | Fix testAdam Turner2022-06-012-2/+3
| | |
| * | Add a testAdam Turner2022-06-013-0/+12
| |/
* | Spelling (language)Adam Turner2022-05-301-1/+1
|/
* test: Change URL of testcaseTakeshi KOMIYA2022-05-301-1/+1
|
* Update testAdam Turner2022-05-281-4/+4
|
* Merge remote-tracking branch 'upstream/5.0.x' into lang-none-enAdam Turner2022-05-281-0/+20
|\
| * Merge pull request #10466 from tk0miya/10104_gettext_duplicated_locationsTakeshi KOMIYA2022-05-261-0/+20
| |\ | | | | | | Fix sphinx-doc#10104: gettext: Duplicated locations are output to pot file
| | * Fix #10104: gettext: Duplicated locations are output to pot fileTakeshi KOMIYA2022-05-231-0/+20
| | | | | | | | | | | | | | | | | | When 3rd party extension does not provide line number for each message, duplicated locations are output to pot file unexpectedly. This filters duplicated locations before generationg pot file.
* | | Update warning, revert my original warning patchAdam Turner2022-05-281-8/+10
| | |
* | | Add warningAdam Turner2022-05-281-0/+16
| | |
* | | Fix case where language isn't setAdam Turner2022-05-281-0/+14
| | |
* | | Add testAdam Turner2022-05-271-0/+14
|/ /
* | Add test cases for #8180Anselm Kruis2022-05-232-0/+66
|/ | | | | | The test checks, if ":meta private:" and ":meta public:" have an effect in attributes of a class. Currently the new test cases fail. The fix is in the next commit.
* Merge branch '5.0.x' into 9648_autodoc_typehints_description_and_stared_argsTakeshi KOMIYA2022-05-222-3/+2
|\