summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* napoleon: simplify seealso transformationcleanup_napoleonTakeshi KOMIYA2020-10-301-4/+3
* napoleon: Remove unused functionTakeshi KOMIYA2020-10-301-19/+0
* Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-301-25/+43
|\
| * always use :obj: instead of searching the inventoryKeewis2020-08-071-34/+2
| * translate the functions before attempting to find a matching roleKeewis2020-08-061-0/+22
| * 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-041-1/+5
| * search the role for See Also items in the intersphinx inventoryKeewis2020-08-041-0/+24
* | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloadsTakeshi KOMIYA2020-10-289-16/+41
|\ \
| * \ Merge pull request #8304 from hoefling/masterTakeshi KOMIYA2020-10-281-0/+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-251-0/+15
| * | | 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-271-1/+3
| |\ \ \ \ \
| | * | | | | Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` optionTakeshi KOMIYA2020-10-261-1/+3
| * | | | | | Fix unnecessary load of images when parsing the document text for search func...Jan Vojt2020-10-271-4/+4
| |/ / / / /
| * | | | | Merge pull request #8216 from glikely/fix-oneside-latexTakeshi KOMIYA2020-10-261-6/+9
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge branch '3.x' into fix-oneside-latexJean-François B2020-10-2393-249/+415
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Fix 'oneside' latex outputGrant Likely2020-09-161-6/+9
| * | | | | Merge pull request #8338 from mgeier/autodoc-slots-strTakeshi KOMIYA2020-10-251-1/+4
| |\ \ \ \ \
| | * | | | | autodoc: check whether __slots__ is a strMatthias Geier2020-10-241-1/+4
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_linksTakeshi KOMIYA2020-10-251-1/+1
| |\ \ \ \ \
| | * | | | | Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors8321_linkcheck_tel_linksTakeshi KOMIYA2020-10-241-1/+1
| * | | | | | basic CSS: disable "user-select" on span.linenosMatthias Geier2020-10-241-0/+1
| | |/ / / / | |/| | | |
* | | | | | Fix #7785: autodoc_typehints=none does not effect to overloadsTakeshi KOMIYA2020-10-241-3/+7
|/ / / / /
* | | | | Merge pull request #8289 from graingert/allow-to-suppress-duplicated-tocTakeshi KOMIYA2020-10-241-1/+6
|\ \ \ \ \
| * | | | | Fix #8289: Allow to suppress "duplicated ToC entry found" warnings from epub ...Thomas Grainger2020-10-051-1/+6
* | | | | | Merge pull request #8307 from francoisfreitag/daemonTakeshi KOMIYA2020-10-241-2/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Linkcheck: Use Thread daemon argumentFrançois Freitag2020-10-111-2/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #8319 from felixonmars/patch-1Takeshi KOMIYA2020-10-241-1/+1
|\ \ \ \ \
| * | | | | Correct a typo in texinfo.pyFelix Yan2020-10-181-1/+1
| |/ / / /
* | | | | Merge branch '3.x' into 3.2.x_to_3.xTakeshi KOMIYA2020-10-24104-296/+530
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #8283 from tk0miya/7786_overloads_in_other_fileTakeshi KOMIYA2020-10-061-12/+18
| |\ \ \ \
| | * | | | Fix #7786: autodoc: can't detect overloaded methods defined in other fileTakeshi KOMIYA2020-10-051-12/+18
| | |/ / /
| * | | | Merge pull request #8281 from tk0miya/8073_update_directive_exampleTakeshi KOMIYA2020-10-061-4/+5
| |\ \ \ \
| | * | | | docs: Fix an example for add_directive()Takeshi KOMIYA2020-10-041-4/+5
| * | | | | Merge pull request #8280 from tk0miya/refactor_add_source_parserTakeshi KOMIYA2020-10-062-4/+5
| |\ \ \ \ \
| | * | | | | refactor: Change signature of app.add_source_parser()Takeshi KOMIYA2020-10-042-4/+5
| | |/ / / /
| * | | | | Merge pull request #8279 from tk0miya/8073_add_docs_for_override_flagTakeshi KOMIYA2020-10-061-2/+49
| |\ \ \ \ \
| | * | | | | docs: Add documentation for "override" flag of app APITakeshi KOMIYA2020-10-041-2/+49
| | |/ / / /
| * | | | | Fix #8255: py domain: number in defarg is changed to decimalTakeshi KOMIYA2020-10-051-12/+13
| * | | | | pycode: ast.unparse() construct number literals using source codeTakeshi KOMIYA2020-10-051-2/+9
| | |/ / / | |/| | |
| * | | | Merge branch '3.x' into 8200_typealias_break_type_annotationTakeshi KOMIYA2020-10-0410-22/+68
| |\ \ \ \
| | * \ \ \ Merge pull request #8273 from sphinx-doc/7996_man_make_section_directoryTakeshi KOMIYA2020-10-041-2/+8
| | |\ \ \ \
| | | * | | | Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directoryTakeshi KOMIYA2020-10-031-2/+8