Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update include_patterns implementation (#10680) | Adam Turner | 2022-07-23 | 1 | -8/+8 | |
| | | ||||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-17 | 16 | -23/+131 | |
|\ \ | |/ | ||||||
| * | Add `include_patterns` as the opposite of `exclude_patterns` (#10518) | Adam Turner | 2022-07-17 | 1 | -1/+93 | |
| | | ||||||
| * | Allow specifying multiple CSS files in themes (#10465) | Takeshi KOMIYA | 2022-07-17 | 6 | -0/+16 | |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | |||||
| * | Lint with `flake8-bugbear` (#10602) | danieleades | 2022-07-12 | 10 | -22/+22 | |
| | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-10 | 1 | -1/+22 | |
|\ \ | |/ | ||||||
| * | Make `-P` (pdb) work better with exceptions triggered from events | Jeremy Maitin-Shepard | 2022-07-04 | 1 | -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 master | Jean-François B | 2022-06-30 | 6 | -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) | danieleades | 2022-06-26 | 2 | -3/+3 | |
| | | ||||||
| * | py domain: Ignore aliases for resolving `:any:` cross-references (#10089) | Joachim Jablon | 2022-06-26 | 1 | -0/+3 | |
| | | | | | | | | Co-authored-by: Joachim Jablon <joachim.jablon@people-doc.com> | |||||
| * | Replace `napoleon.iterators` by simpler stack implementation (#9856) | Antony Lee | 2022-06-26 | 1 | -0/+9 | |
| | | ||||||
| * | Ensure ObjectDescription signature nodes include line numbers (#10249) | Jeremy Maitin-Shepard | 2022-06-23 | 1 | -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ška | 2022-06-19 | 1 | -0/+5 | |
| | | ||||||
| * | Fix usage of enable_search_shortcuts theme config value. | marxin | 2022-06-17 | 1 | -0/+20 | |
| | | | | | | | | The option value is not properly propagated to Java script. | |||||
* | | Remove more deprecated items in Sphinx 6.0 (#10562) | Adam Turner | 2022-06-26 | 1 | -21/+8 | |
| | | ||||||
* | | Merge branch '5.x' | Adam Turner | 2022-06-16 | 13 | -37/+131 | |
|\ \ | |/ | | | | | | | | | | | # Conflicts: # .github/workflows/builddoc.yml # .github/workflows/lint.yml # sphinx/registry.py | |||||
| * | Remove traces of Python 2 and 3.5 (#10560) | Adam Turner | 2022-06-16 | 1 | -16/+8 | |
| | | ||||||
| * | Show the repr of the value in some warnings (#10439) | Ezio Melotti | 2022-06-16 | 5 | -7/+7 | |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | |||||
| * | Allow emphasising placeholders in `option` directives (#10366) | Martin Liška | 2022-06-16 | 2 | -0/+31 | |
| | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | |||||
| * | logging: always show source locations as absolute paths (#10460) | Doug Hellmann | 2022-06-16 | 1 | -1/+17 | |
| | | ||||||
| * | Increase static typing strictness (#10530) | Adam Turner | 2022-06-16 | 4 | -8/+36 | |
| | | ||||||
| * | Merge pull request #10551 from AA-Turner/fix-extra-whitespace | Takeshi KOMIYA | 2022-06-17 | 2 | -5/+32 | |
| |\ | | | | | | | Remove extra space from the unparser | |||||
| | * | Special case `**` | Adam Turner | 2022-06-15 | 2 | -1/+10 | |
| | | | ||||||
| | * | Add higher level test | Adam Turner | 2022-06-15 | 1 | -0/+18 | |
| | | | ||||||
| | * | Remove extra space from the unparser | Adam Turner | 2022-06-14 | 1 | -4/+4 | |
| | | | ||||||
* | | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 2 | -43/+3 | |
| | | | ||||||
* | | | Drop python 3.6 support (#10468) | Takeshi KOMIYA | 2022-06-16 | 13 | -365/+169 | |
|/ / | ||||||
* | | Merge branch '5.0.x' into 5.x | Takeshi KOMIYA | 2022-06-17 | 4 | -0/+84 | |
|\ \ | ||||||
| * | | test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539) | Takeshi KOMIYA | 2022-06-14 | 4 | -0/+84 | |
| | | | ||||||
* | | | remove unnecessary list comprehension (C416) | Daniel Eades | 2022-06-03 | 1 | -9/+9 | |
| | | | ||||||
* | | | remove unnecessary list calls around 'sorted' (C413) | Daniel Eades | 2022-06-03 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch '5.0.x' into 5.x | Takeshi KOMIYA | 2022-06-03 | 5 | -0/+24 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #10502 from AA-Turner/ifconfig-fix | Takeshi KOMIYA | 2022-06-03 | 2 | -0/+11 | |
| |\ \ | | | | | | | | | `ifconfig`: Add a meta node to fix iteration | |||||
| | * | | Fix fake link in test | Adam Turner | 2022-05-31 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add a test | Adam Turner | 2022-05-31 | 2 | -0/+11 | |
| | |/ | ||||||
| * | | Review comments | Adam Turner | 2022-06-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix test | Adam Turner | 2022-06-01 | 2 | -2/+3 | |
| | | | ||||||
| * | | Add a test | Adam Turner | 2022-06-01 | 3 | -0/+12 | |
| |/ | ||||||
* | | Spelling (language) | Adam Turner | 2022-05-30 | 1 | -1/+1 | |
|/ | ||||||
* | test: Change URL of testcase | Takeshi KOMIYA | 2022-05-30 | 1 | -1/+1 | |
| | ||||||
* | Update test | Adam Turner | 2022-05-28 | 1 | -4/+4 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/5.0.x' into lang-none-en | Adam Turner | 2022-05-28 | 1 | -0/+20 | |
|\ | ||||||
| * | Merge pull request #10466 from tk0miya/10104_gettext_duplicated_locations | Takeshi KOMIYA | 2022-05-26 | 1 | -0/+20 | |
| |\ | | | | | | | Fix sphinx-doc#10104: gettext: Duplicated locations are output to pot file | |||||
| | * | Fix #10104: gettext: Duplicated locations are output to pot file | Takeshi KOMIYA | 2022-05-23 | 1 | -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 patch | Adam Turner | 2022-05-28 | 1 | -8/+10 | |
| | | | ||||||
* | | | Add warning | Adam Turner | 2022-05-28 | 1 | -0/+16 | |
| | | | ||||||
* | | | Fix case where language isn't set | Adam Turner | 2022-05-28 | 1 | -0/+14 | |
| | | | ||||||
* | | | Add test | Adam Turner | 2022-05-27 | 1 | -0/+14 | |
|/ / | ||||||
* | | Add test cases for #8180 | Anselm Kruis | 2022-05-23 | 2 | -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_args | Takeshi KOMIYA | 2022-05-22 | 2 | -3/+2 | |
|\ |