Commit Graph

15393 Commits

Author SHA1 Message Date
Takeshi KOMIYA
236b089ad1
Merge pull request #7919 from tk0miya/use_html5lib_from_pypi
test: Use released html5lib package
2020-07-05 23:28:49 +09:00
Takeshi KOMIYA
3d737ef2b7 test: Use released html5lib package
Recently, html5lib-1.1 was released. So it is no longer to install
it from repository.
2020-07-05 19:59:14 +09:00
Takeshi KOMIYA
faae257a9d Bump version 2020-07-05 19:45:31 +09:00
Takeshi KOMIYA
1cb5fa2f6a Bump to 3.1.2 final 2020-07-05 19:43:41 +09:00
Takeshi KOMIYA
d83d5924eb
Merge pull request #7878 from mgeier/float-clearing
basic CSS: allow more "floating"
2020-07-05 19:38:32 +09:00
Matthias Geier
c40cb79461 Update CHANGES for PR #7878 2020-07-05 10:43:36 +02:00
Matthias Geier
3098aba343 basic CSS: apply "clearfix" to admonitions etc. 2020-07-05 10:32:39 +02:00
Matthias Geier
045fc68078 basic CSS: remove overflow-x from admonition/topic, allow more "floating" 2020-07-05 10:32:39 +02:00
Takeshi KOMIYA
3e64373514
Merge pull request #7916 from tk0miya/7650_signatures_for_decorator
autodoc: the signature of base function will be shown for decorated functions
2020-07-05 12:13:43 +09:00
Takeshi KOMIYA
9b74e6cd67 autodoc: the signature of base function will be shown for decorated functions 2020-07-05 03:08:27 +09:00
Takeshi KOMIYA
cc4534d12f Update CHANGES for PR #7852 2020-07-05 02:12:17 +09:00
Takeshi KOMIYA
2cc6264f2d
Merge pull request #7852 from mgeier/basic-css-simple-lists
basic CSS: Take "simple" lists into account, resuscitating the "html_compact_lists" config option
2020-07-05 02:11:11 +09:00
Takeshi KOMIYA
f743df6c20
Merge pull request #7914 from tk0miya/7812_autodoc_name_conflicts
Fix #7812: autodoc: crashed when given name is conflicted
2020-07-04 23:42:09 +09:00
Takeshi KOMIYA
ec5647b4cd
Merge pull request #7915 from tk0miya/verbose_tests
CI: Do testing more verbose
2020-07-04 23:38:17 +09:00
Takeshi KOMIYA
659846b805 Fix #7812: autodoc: crashed when given name is conflicted
Note: this partially reverts #7594 to avoid errors.
2020-07-04 20:48:02 +09:00
Takeshi KOMIYA
df6333a250 CI: Do testing more verbose 2020-07-04 20:46:01 +09:00
Takeshi KOMIYA
5afc77ee27
Merge pull request #7881 from tk0miya/7812_broken_stub_files
Fix #7812: autosummary: generates broken stub files (again)
2020-07-04 20:18:12 +09:00
Takeshi KOMIYA
9771662cd3
Merge branch '3.1.x' into 7812_broken_stub_files 2020-07-04 19:34:55 +09:00
Takeshi KOMIYA
af32ec782e
Merge pull request #7872 from tk0miya/7806_revert_viewcode
Fix #7806: viewcode: Failed to resolve viewcode references on 3rd party builders
2020-06-29 02:23:11 +09:00
Takeshi KOMIYA
f27a3bfac3
Merge pull request #7885 from tk0miya/builddoc_on_gha
CI: Build document on GitHub Actions
2020-06-29 02:22:07 +09:00
Takeshi KOMIYA
67cb8e81b2 CI: Build document on GitHub Actions 2020-06-29 02:12:46 +09:00
Takeshi KOMIYA
25e8171a0a Fix #7812: autosummary: generates broken stub files (again) 2020-06-28 17:21:26 +09:00
Takeshi KOMIYA
d50c7ff319 Fix #7806: viewcode: Failed to resolve viewcode references on 3rd party builders 2020-06-26 23:33:04 +09:00
Takeshi KOMIYA
358611970d Revert "viewcode: Fix viewcode raises NoUri error on resolving phase except on HTML builders"
This reverts commit c2ef1ad7e5.

The error was completely resolved by #7683. So this is no longer needed.
2020-06-26 23:31:00 +09:00
Takeshi KOMIYA
bfde3f3714
Merge pull request #7859 from tk0miya/7850_KeyError_for_autodoc_typehints_description
Fix #7850: autodoc: KeyError is raised for invalid mark up
2020-06-26 20:59:57 +09:00
Takeshi KOMIYA
4e739b85ee Fix #7850: autodoc: KeyError is raised for invalid mark up 2020-06-26 20:49:22 +09:00
Takeshi KOMIYA
da395b4132
Merge pull request #7858 from tk0miya/7856_autoclass_crashed_for_non_classobj
Fix #7856: autodoc: AttributeError is raised for non-class object
2020-06-26 20:45:01 +09:00
Takeshi KOMIYA
0be08012cd Fix #7856: autodoc: AttributeError is raised for non-class object 2020-06-26 02:16:37 +09:00
Takeshi KOMIYA
3ad8547c7c
Merge pull request #7862 from tk0miya/7844_relative_module_name
Fix #7844: autodoc: Failed to detect module when relative module name given
2020-06-26 02:07:56 +09:00
Takeshi KOMIYA
0552c75785
Merge pull request #7834 from tk0miya/twine_check_on_ci
Do "twine check" on CI process
2020-06-22 02:13:55 +09:00
Takeshi KOMIYA
e860903cd8 Fix #7844: autodoc: Failed to detect module when relative module name given 2020-06-22 01:53:09 +09:00
Matthias Geier
82768d8cff basic CSS: better handling of list margins, including "simple" lists
Fixes #7838.
2020-06-20 20:35:50 +02:00
Matthias Geier
0051992ba5 FIXUP: remove "compact" class 2020-06-19 22:36:23 +02:00
Matthias Geier
5845a0ab87 basic CSS: Take "simple" and "compact" lists into account
See #7838.
2020-06-18 23:37:51 +02:00
Takeshi KOMIYA
7167b689b9 Do "twine check" on CI process 2020-06-14 16:06:25 +09:00
Takeshi KOMIYA
0e271f28a4 github actions: Merge workflows for linting to lint.yml 2020-06-14 15:42:05 +09:00
Takeshi KOMIYA
b0490ce812 github actions: Rename flake8.yml to lint.yml 2020-06-14 15:33:22 +09:00
Takeshi KOMIYA
fed4647463
Merge pull request #7833 from tk0miya/run_linttools_on_gha
Run lint tools on GH Actions
2020-06-14 13:44:27 +09:00
Takeshi KOMIYA
f0cc20a065 Run lint tools on GH Actions 2020-06-14 13:32:39 +09:00
Takeshi KOMIYA
5599fae11a Bump version 2020-06-14 12:55:01 +09:00
Takeshi KOMIYA
e7c2949a87 Bump to 3.1.1 final 2020-06-14 12:53:48 +09:00
Takeshi KOMIYA
d2cec67670
Merge pull request #7831 from tk0miya/7807_contextmanager
Fix #7807: autodoc: wrong signature is shown for the function using contextmanager
2020-06-14 12:42:32 +09:00
Takeshi KOMIYA
941e340510
Merge branch '3.1.x' into 7807_contextmanager 2020-06-14 12:32:20 +09:00
Takeshi KOMIYA
b56772102e
Merge pull request #7829 from tk0miya/7805_retval_of_descriptors
Fix #7805: autodoc: an object which descriptors returns is documented
2020-06-14 12:31:40 +09:00
Takeshi KOMIYA
6c3db6d65a Fix #7805: autodoc: an object which descriptors returns is documented 2020-06-14 12:22:57 +09:00
Takeshi KOMIYA
02acad66f0
Merge pull request #7827 from tk0miya/7808_napoleon_nitpicky_warning
Revert "ext.napoleon: Emit type annotations at the start of `.. attribute::`"
2020-06-14 11:48:44 +09:00
Takeshi KOMIYA
6eb43ba138
Merge pull request #7823 from tk0miya/7821_overload_builtin_function
Fix #7821: autodoc: TypeError is raised for overloaded C-ext function
2020-06-14 11:46:58 +09:00
Takeshi KOMIYA
d77622ba79 Fix #7807: autodoc: wrong signature is shown for the function using contextmanager 2020-06-14 01:31:18 +09:00
Takeshi KOMIYA
b3affa6949 Fix autodoc: Show detailed warning when type_comment is mismatched (refs: #7807) 2020-06-13 23:53:30 +09:00
Takeshi KOMIYA
e983189c94 Update CHANGES 2020-06-13 16:38:19 +09:00