summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | make sure the roles are stripped from invalid names, tooKeewis2020-08-062-1/+22
| * | | | | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-042-9/+68
| |\ \ \ \ \ \
| * | | | | | | expect the normal raises and yields to be preprocessed, tooKeewis2020-08-041-4/+4
| * | | | | | | move the GoogleDocstring test to the appropriate test classKeewis2020-08-041-16/+16
| * | | | | | | move the return types and yield types tests to above the raises testKeewis2020-08-041-36/+45
| * | | | | | | move the translations to a named variableKeewis2020-08-041-6/+5
| * | | | | | | add test for the raises, yields and returns sectionsKeewis2020-08-041-1/+52
| * | | | | | | apply the type preprocessor only after the check for prefer_typeKeewis2020-08-041-2/+4
* | | | | | | | Update CHANGES for PR #8051Takeshi KOMIYA2020-10-301-0/+1
* | | | | | | | Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-302-27/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | always use :obj: instead of searching the inventoryKeewis2020-08-072-62/+5
| * | | | | | | | translate the functions before attempting to find a matching roleKeewis2020-08-062-0/+54
| * | | | | | | | ignore the mypy error on possibly failing attribute lookupKeewis2020-08-061-1/+1
| * | | | | | | | fix the tests by falling back to a empty dict on AttributeErrorKeewis2020-08-042-1/+27
| * | | | | | | | search the role for See Also items in the intersphinx inventoryKeewis2020-08-041-0/+24
| |/ / / / / / /
* | | | | | | | Merge pull request #8282 from tk0miya/7785_autodoc_typehints_none_for_overloadsTakeshi KOMIYA2020-10-283-3/+56
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloadsTakeshi KOMIYA2020-10-2817-20/+80
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Update CHANGES for PR #8304Takeshi KOMIYA2020-10-281-0/+1
* | | | | | | | | Merge pull request #8304 from hoefling/masterTakeshi KOMIYA2020-10-282-2/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | change markers list name to DEFAULT_ENABLED_MARKERSoleg.hoefling2020-10-251-2/+2
| * | | | | | | | | rename public markers to default markersoleg.hoefling2020-10-251-2/+2
| * | | | | | | | | more meaningful name for the public markers listoleg.hoefling2020-10-251-2/+2
| * | | | | | | | | move registration of public markers to sphinx.testing.fixturesoleg.hoefling2020-10-252-2/+15
* | | | | | | | | | Update CHANGES for PR #8316Takeshi KOMIYA2020-10-281-0/+1
* | | | | | | | | | Update CHANGES for PR #8333Takeshi KOMIYA2020-10-281-0/+1
* | | | | | | | | | Merge pull request #8316 from foster999/patch-1Takeshi KOMIYA2020-10-281-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Prevent arrow key changing page on buttonsDavid Foster2020-10-141-2/+3
* | | | | | | | | | | Merge pull request #8333 from mgeier/theme-css-after-pygmentsTakeshi KOMIYA2020-10-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Override Pygments CSS with theme CSSMatthias Geier2020-10-241-1/+1
* | | | | | | | | | | | Merge pull request #8340 from tk0miya/8298_quickstart_no-sep_optionTakeshi KOMIYA2020-10-273-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` optionTakeshi KOMIYA2020-10-263-1/+8
* | | | | | | | | | | | | Update CHANGES for PR #8343Takeshi KOMIYA2020-10-271-0/+1
* | | | | | | | | | | | | Merge pull request #8343 from janvojt/bug/unnecessary-load-of-images-in-searchTakeshi KOMIYA2020-10-271-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix unnecessary load of images when parsing the document text for search func...Jan Vojt2020-10-271-4/+4
|/ / / / / / / / / / / /
* | | | | | | | | | | | Update CHANGES for PR #8216Takeshi KOMIYA2020-10-261-0/+1
* | | | | | | | | | | | Merge pull request #8216 from glikely/fix-oneside-latexTakeshi KOMIYA2020-10-262-6/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge branch '3.x' into fix-oneside-latexJean-François B2020-10-23127-296/+784
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Fix 'oneside' latex outputGrant Likely2020-09-162-6/+10
* | | | | | | | | | | | Update CHANGES for PR #8338Takeshi KOMIYA2020-10-251-0/+1
* | | | | | | | | | | | Merge pull request #8338 from mgeier/autodoc-slots-strTakeshi KOMIYA2020-10-253-1/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | autodoc: Add test for single-string __slots__Matthias Geier2020-10-252-0/+12
| * | | | | | | | | | | | autodoc: check whether __slots__ is a strMatthias Geier2020-10-241-1/+4
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Update CHANGES for PR #8323Takeshi KOMIYA2020-10-251-0/+2
* | | | | | | | | | | | Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_linksTakeshi KOMIYA2020-10-252-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors8321_linkcheck_tel_linksTakeshi KOMIYA2020-10-242-1/+2
* | | | | | | | | | | | | Merge pull request #8334 from mgeier/doc-faviconTakeshi KOMIYA2020-10-252-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | DOC: Add faviconMatthias Geier2020-10-242-0/+9
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #8320 from mgeier/linenos-user-selectTakeshi KOMIYA2020-10-252-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add CHANGES for #8320Matthias Geier2020-10-241-0/+1
| * | | | | | | | | | | | | basic CSS: disable "user-select" on span.linenosMatthias Geier2020-10-241-0/+1
| |/ / / / / / / / / / / /