summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.1.2 finalv3.1.2Takeshi KOMIYA2020-07-051-2/+2
* basic CSS: apply "clearfix" to admonitions etc.Matthias Geier2020-07-051-0/+15
* basic CSS: remove overflow-x from admonition/topic, allow more "floating"Matthias Geier2020-07-051-4/+6
* autodoc: the signature of base function will be shown for decorated functionsTakeshi KOMIYA2020-07-051-11/+3
* Merge pull request #7852 from mgeier/basic-css-simple-listsTakeshi KOMIYA2020-07-051-15/+18
|\
| * basic CSS: better handling of list margins, including "simple" listsMatthias Geier2020-06-201-18/+15
| * FIXUP: remove "compact" classMatthias Geier2020-06-191-3/+1
| * basic CSS: Take "simple" and "compact" lists into accountMatthias Geier2020-06-181-0/+8
* | Fix #7812: autodoc: crashed when given name is conflictedTakeshi KOMIYA2020-07-041-40/+12
* | Merge branch '3.1.x' into 7812_broken_stub_filesTakeshi KOMIYA2020-07-041-4/+2
|\ \
| * | Revert "viewcode: Fix viewcode raises NoUri error on resolving phase except o...Takeshi KOMIYA2020-06-261-4/+2
* | | Fix #7812: autosummary: generates broken stub files (again)Takeshi KOMIYA2020-06-282-18/+10
|/ /
* | Fix #7850: autodoc: KeyError is raised for invalid mark upTakeshi KOMIYA2020-06-261-5/+10
* | Fix #7856: autodoc: AttributeError is raised for non-class objectTakeshi KOMIYA2020-06-261-1/+6
* | Fix #7844: autodoc: Failed to detect module when relative module name givenTakeshi KOMIYA2020-06-222-18/+37
|/
* Bump versionTakeshi KOMIYA2020-06-141-3/+3
* Bump to 3.1.1 finalv3.1.1Takeshi KOMIYA2020-06-141-2/+2
* Merge branch '3.1.x' into 7807_contextmanagerTakeshi KOMIYA2020-06-143-5/+26
|\
| * Fix #7805: autodoc: an object which descriptors returns is documentedTakeshi KOMIYA2020-06-141-0/+11
| * Merge pull request #7827 from tk0miya/7808_napoleon_nitpicky_warningTakeshi KOMIYA2020-06-142-3/+5
| |\
| | * Revert "ext.napoleon: Emit type annotations at the start of `.. attribute::`"Takeshi KOMIYA2020-06-132-3/+5
| * | Merge branch '3.1.x' into 7821_overload_builtin_functionTakeshi KOMIYA2020-06-131-5/+5
| |\ \ | | |/
| * | Fix #7821: autodoc: TypeError is raised for overloaded C-ext functionTakeshi KOMIYA2020-06-121-2/+10
* | | Fix #7807: autodoc: wrong signature is shown for the function using contextma...Takeshi KOMIYA2020-06-141-1/+16
* | | Fix autodoc: Show detailed warning when type_comment is mismatched (refs: #7807)Takeshi KOMIYA2020-06-131-0/+3
| |/ |/|
* | Merge branch '3.1.x' into 7802_EOFError_on_parallel_buildTakeshi KOMIYA2020-06-123-4/+21
|\ \ | |/
| * Merge branch '3.1.x' into 7812_broken_stubs_for_same_qualname_entriesTakeshi KOMIYA2020-06-123-4/+7
| |\
| | * Merge branch '3.1.x' into 7808_complex_typehints_for_pydataTakeshi KOMIYA2020-06-112-2/+3
| | |\
| | * | Fix #7808: autodoc: Warnings raised on variable and attribute type annotationsTakeshi KOMIYA2020-06-101-2/+4
| * | | Fix #7812: autosummary: generates broken stub filesTakeshi KOMIYA2020-06-112-2/+17
| |/ /
* | | Fix #7802: autodoc: EOFError is raised on parallel buildTakeshi KOMIYA2020-06-111-5/+5
| |/ |/|
* | Merge pull request #7804 from tk0miya/7803_ImportErrorTakeshi KOMIYA2020-06-111-1/+1
|\ \
| * | Fix #7803: Fix typo in import-block for type annotationTakeshi KOMIYA2020-06-091-1/+1
| |/
* | FIX: Fix circular import problemEric Larson2020-06-091-1/+2
|/
* Bump versionTakeshi KOMIYA2020-06-081-3/+3
* Bump to 3.1.0 finalv3.1.0Takeshi KOMIYA2020-06-081-2/+2
* Merge pull request #7797 from tk0miya/7791_TypeError_for_singledispatchfunctionTakeshi KOMIYA2020-06-081-2/+17
|\
| * Fix #7791: autodoc: TypeError is raised on documenting singledispatch functionTakeshi KOMIYA2020-06-071-2/+17
* | Merge pull request #7657 from mgeier/css-marginsTakeshi KOMIYA2020-06-081-19/+48
|\ \
| * | basic CSS: Add hlist marginMatthias Geier2020-05-121-0/+4
| * | basic CSS: move code block margin to outer <div>Matthias Geier2020-05-121-6/+6
| * | basic CSS: ul/ol marginsMatthias Geier2020-05-121-2/+18
| * | basic CSS: remove margin-bottom in last element of <dl>Matthias Geier2020-05-121-0/+5
| * | basic CSS: Remove margin-bottom from last child in sidebar/topic/admonitionMatthias Geier2020-05-121-4/+8
| * | basic CSS: consistent 7px padding on topic and sidebarMatthias Geier2020-05-121-2/+2
| * | basic CSS: remove first/last-child margin not only for <p>Matthias Geier2020-05-121-7/+7
* | | Merge pull request #7788 from tk0miya/7722_support_typevarTakeshi KOMIYA2020-06-071-1/+44
|\ \ \
| * | | autodoc: Support TypeVar (refs: #7722)Takeshi KOMIYA2020-06-061-1/+44
| | |/ | |/|
* | | Merge pull request #7794 from tk0miya/7792_setuptools_verbosityTakeshi KOMIYA2020-06-071-1/+2
|\ \ \
| * | | Close #7792: setuptools: Support ``--verbosity`` optionTakeshi KOMIYA2020-06-061-1/+2
| |/ /