summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.1.2 finalv3.1.2Takeshi KOMIYA2020-07-052-16/+4
* Merge pull request #7878 from mgeier/float-clearingTakeshi KOMIYA2020-07-052-4/+22
|\
| * Update CHANGES for PR #7878Matthias Geier2020-07-051-0/+1
| * 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
|/
* Merge pull request #7916 from tk0miya/7650_signatures_for_decoratorTakeshi KOMIYA2020-07-054-14/+11
|\
| * autodoc: the signature of base function will be shown for decorated functionsTakeshi KOMIYA2020-07-054-14/+11
|/
* Update CHANGES for PR #7852Takeshi KOMIYA2020-07-051-0/+1
* 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
* | Merge pull request #7914 from tk0miya/7812_autodoc_name_conflictsTakeshi KOMIYA2020-07-046-52/+56
|\ \
| * | Fix #7812: autodoc: crashed when given name is conflictedTakeshi KOMIYA2020-07-046-52/+56
* | | Merge pull request #7915 from tk0miya/verbose_testsTakeshi KOMIYA2020-07-043-3/+3
|\ \ \ | |/ / |/| |
| * | CI: Do testing more verboseTakeshi KOMIYA2020-07-043-3/+3
|/ /
* | Merge pull request #7881 from tk0miya/7812_broken_stub_filesTakeshi KOMIYA2020-07-043-18/+12
|\ \
| * \ Merge branch '3.1.x' into 7812_broken_stub_filesTakeshi KOMIYA2020-07-044-6/+24
| |\ \ | |/ / |/| |
* | | Merge pull request #7872 from tk0miya/7806_revert_viewcodeTakeshi KOMIYA2020-06-292-4/+3
|\ \ \
| * | | Fix #7806: viewcode: Failed to resolve viewcode references on 3rd party buildersTakeshi KOMIYA2020-06-261-0/+1
| * | | Revert "viewcode: Fix viewcode raises NoUri error on resolving phase except o...Takeshi KOMIYA2020-06-261-4/+2
* | | | Merge pull request #7885 from tk0miya/builddoc_on_ghaTakeshi KOMIYA2020-06-292-2/+21
|\ \ \ \ | |/ / / |/| | |
| * | | CI: Build document on GitHub ActionsTakeshi KOMIYA2020-06-292-2/+21
|/ / /
| * | Fix #7812: autosummary: generates broken stub files (again)Takeshi KOMIYA2020-06-283-18/+12
|/ /
* | Merge pull request #7859 from tk0miya/7850_KeyError_for_autodoc_typehints_des...Takeshi KOMIYA2020-06-263-5/+20
|\ \
| * | Fix #7850: autodoc: KeyError is raised for invalid mark upTakeshi KOMIYA2020-06-263-5/+20
|/ /
* | Merge pull request #7858 from tk0miya/7856_autoclass_crashed_for_non_classobjTakeshi KOMIYA2020-06-262-1/+8
|\ \
| * | Fix #7856: autodoc: AttributeError is raised for non-class objectTakeshi KOMIYA2020-06-262-1/+8
|/ /
* | Merge pull request #7862 from tk0miya/7844_relative_module_nameTakeshi KOMIYA2020-06-264-23/+82
|\ \
| * | Fix #7844: autodoc: Failed to detect module when relative module name givenTakeshi KOMIYA2020-06-224-23/+82
| |/
* | Merge pull request #7834 from tk0miya/twine_check_on_ciTakeshi KOMIYA2020-06-223-6/+12
|\ \ | |/ |/|
| * Do "twine check" on CI processTakeshi KOMIYA2020-06-143-6/+12
|/
* github actions: Merge workflows for linting to lint.ymlTakeshi KOMIYA2020-06-143-34/+6
* github actions: Rename flake8.yml to lint.ymlTakeshi KOMIYA2020-06-141-0/+0
* Merge pull request #7833 from tk0miya/run_linttools_on_ghaTakeshi KOMIYA2020-06-144-6/+50
|\
| * Run lint tools on GH ActionsTakeshi KOMIYA2020-06-144-6/+50
|/
* Bump versionTakeshi KOMIYA2020-06-142-3/+24
* Bump to 3.1.1 finalv3.1.1Takeshi KOMIYA2020-06-142-13/+4
* Merge pull request #7831 from tk0miya/7807_contextmanagerTakeshi KOMIYA2020-06-145-2/+44
|\
| * Merge branch '3.1.x' into 7807_contextmanagerTakeshi KOMIYA2020-06-145-10/+41
| |\ | |/ |/|
* | Merge pull request #7829 from tk0miya/7805_retval_of_descriptorsTakeshi KOMIYA2020-06-142-0/+12
|\ \
| * | Fix #7805: autodoc: an object which descriptors returns is documentedTakeshi KOMIYA2020-06-142-0/+12
|/ /
* | Merge pull request #7827 from tk0miya/7808_napoleon_nitpicky_warningTakeshi KOMIYA2020-06-144-8/+18
|\ \
| * | Update CHANGESTakeshi KOMIYA2020-06-131-0/+3
| * | Revert "ext.napoleon: Emit type annotations at the start of `.. attribute::`"Takeshi KOMIYA2020-06-133-8/+15
* | | Merge pull request #7823 from tk0miya/7821_overload_builtin_functionTakeshi KOMIYA2020-06-142-2/+11
|\ \ \ | |/ / |/| |
| * | Merge branch '3.1.x' into 7821_overload_builtin_functionTakeshi KOMIYA2020-06-132-5/+6
| |\ \ | |/ / |/| |
| * | Fix #7821: autodoc: TypeError is raised for overloaded C-ext functionTakeshi KOMIYA2020-06-122-2/+11
| | * Fix #7807: autodoc: wrong signature is shown for the function using contextma...Takeshi KOMIYA2020-06-144-2/+38
| | * Fix autodoc: Show detailed warning when type_comment is mismatched (refs: #7807)Takeshi KOMIYA2020-06-132-0/+6
| |/ |/|