summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Drop code for supporting py35Takeshi KOMIYA2020-11-062-14/+7
* Merge branch '3.x'Takeshi KOMIYA2020-11-054-4/+26
|\
| * Merge branch '3.x' into 7613_class__signature__Takeshi KOMIYA2020-11-037-75/+115
| |\
| | * Fix #6914: Emit a detailed warning when failed to resolve :ref:Takeshi KOMIYA2020-11-033-3/+20
| * | Fix #7613: autodoc: autodoc does not respect __signature__ of the classTakeshi KOMIYA2020-11-011-1/+6
* | | Merge pull request #8345 from sphinx-doc/8342_warning_for_unknown_domainTakeshi KOMIYA2020-11-031-0/+3
|\ \ \
| * | | Fix #8342: Emit a warning if a unknown domain is given for directive or role8342_warning_for_unknown_domainTakeshi KOMIYA2020-10-281-0/+3
* | | | Merge branch '3.x'Takeshi KOMIYA2020-11-029-115/+158
|\ \ \ \ | | |_|/ | |/| |
| * | | Bump versionTakeshi KOMIYA2020-11-021-3/+3
| * | | Bump versionTakeshi KOMIYA2020-11-021-3/+3
| * | | Bump to 3.3.0 finalv3.3.0Takeshi KOMIYA2020-11-021-2/+2
| * | | Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-11-013-69/+92
| |\ \ \ | | |_|/ | |/| |
| | * | Merge pull request #8323 from TheTripleV/patch-13.2.xTakeshi KOMIYA2020-10-251-0/+1
| | |\ \
| | | * | Fix broken url not reporting errorVasista Vovveti2020-10-201-0/+1
| | * | | C, C++, improve warnings on duplicatesJakob Lykke Andersen2020-10-242-69/+91
| * | | | Merge branch '3.x' into 8183Takeshi KOMIYA2020-11-01114-387/+692
| |\ \ \ \
| | * \ \ \ Merge pull request #8351 from sphinx-doc/cleanup_napoleonTakeshi KOMIYA2020-11-011-23/+3
| | |\ \ \ \
| | | * | | | napoleon: simplify seealso transformationcleanup_napoleonTakeshi KOMIYA2020-10-301-4/+3
| | | * | | | napoleon: Remove unused functionTakeshi KOMIYA2020-10-301-19/+0
| | * | | | | Merge pull request #8050 from keewis/preprocess-other-sectionsTakeshi KOMIYA2020-10-301-2/+7
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-1818-43/+159
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-075-27/+39
| | | |\ \ \ \ \
| | | * | | | | | make sure the roles are stripped from invalid names, tooKeewis2020-08-061-0/+3
| | | * | | | | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-041-7/+32
| | | |\ \ \ \ \ \
| | | * | | | | | | apply the type preprocessor only after the check for prefer_typeKeewis2020-08-041-2/+4
| | * | | | | | | | 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
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloadsTakeshi KOMIYA2020-10-241-3/+7
| * | | | | | | | | | Don't remove substitution_reference nodes (fix #7953)Brecht Machiels2020-09-084-14/+27
* | | | | | | | | | | Merge pull request #8284 from tk0miya/7996_man_make_section_directory_by_defaultTakeshi KOMIYA2020-10-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Close #7996: manpage: Make a section directory on build manpage by defaultTakeshi KOMIYA2020-10-281-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-2810-19/+48
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | / / / / / / / | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |