summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* napoleon: simplify seealso transformationcleanup_napoleonTakeshi KOMIYA2020-10-301-4/+3
* napoleon: Remove unused functionTakeshi KOMIYA2020-10-301-19/+0
* 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
| |/ / / / / /
* | | | | | | Merge pull request #8335 from jdufresne/typoTakeshi KOMIYA2020-10-251-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix docs type: "the builder builders" → "builders"Jon Dufresne2020-10-241-2/+2
|/ / / / / /
| | | | * | Fix #7785: autodoc_typehints=none does not effect to overloadsTakeshi KOMIYA2020-10-243-3/+56
| |_|_|/ / |/| | | |
* | | | | Merge pull request #8289 from graingert/allow-to-suppress-duplicated-tocTakeshi KOMIYA2020-10-243-1/+13
|\ \ \ \ \
| * | | | | wrap CHANGES at 85 colsThomas Grainger2020-10-051-2/+2
| * | | | | Apply suggestions from code reviewThomas Grainger2020-10-052-2/+1