Commit Graph

14066 Commits

Author SHA1 Message Date
Takeshi KOMIYA
5ba69ad837 Fix #7225: release package contains .mypy_cache directory 2020-03-28 21:53:46 +09:00
Takeshi KOMIYA
c4b7189978
Merge pull request #7344 from tk0miya/7343_debug_log
Fix #7343: Sphinx builds has been slower since 2.4.0 on debug mode
2020-03-21 20:59:29 +09:00
Takeshi KOMIYA
23ffd8e01c Fix #7343: Sphinx builds has been slower since 2.4.0 on debug mode
For now, the debug log from SphinxTranslator does not help developers.
So this disable the log outputs.  Let's reconsider if we'll need it.
2020-03-20 22:25:22 +09:00
Takeshi KOMIYA
e3abdd9166
Merge pull request #7300 from tk0miya/mypy-0.770
Fix mypy violations (with mypy-0.770)
2020-03-12 01:35:27 +09:00
Takeshi KOMIYA
99476f37e7 Fix mypy violations (with mypy-0.770) 2020-03-12 01:25:18 +09:00
Takeshi KOMIYA
4a1bf03233
Merge pull request #7288 from tk0miya/disable_codecov
test: Disable codecov
2020-03-10 01:13:45 +09:00
Takeshi KOMIYA
1dba84096d test: Disable codecov
To avoid the error of codecov on CI, this disables it temporarily.
2020-03-10 01:01:54 +09:00
Takeshi KOMIYA
8bfc7f0eda
Merge pull request #7286 from blueyed/ci-codecov
Improve codecov integration
2020-03-09 23:48:49 +09:00
Daniel Hahler
f09adc0af8 Enable patch status check for Codecov 2020-03-09 12:21:37 +01:00
Daniel Hahler
fbe48aa339 Disable comments from Codecov on CI
Fixes https://github.com/sphinx-doc/sphinx/issues/7279.
2020-03-09 12:20:45 +01:00
Takeshi KOMIYA
6ba6f0eeb6
Merge pull request #7274 from tk0miya/7266_update_deprecation_message
Fix #7266: Update deprecation messages for PyClassmember and PyModulelevel
2020-03-08 11:21:20 +09:00
Takeshi KOMIYA
cfb9f8387b Fix #7266: Update deprecation messages for PyClassmember and PyModulelevel 2020-03-07 22:56:37 +09:00
Takeshi KOMIYA
5ab6d9e321
Merge pull request #7263 from blueyed/backport-6648
[2.4.x] Specify the target Python version in the mypy configuration
2020-03-07 09:55:32 +09:00
Jon Dufresne
354259ce0b [2.4.x] Specify the target Python version in the mypy configuration
Currently targets Python 3.5.

This caught a bug. The subprocess.run() function only started taking the
'encoding' keyword argument starting with Python 3.6.

(cherry picked from commit acb2eadc8e)

Conflicts:
	setup.cfg
2020-03-06 22:05:21 +01:00
Takeshi KOMIYA
4905ebea0f Bump version 2020-03-05 23:06:53 +09:00
Takeshi KOMIYA
72ad5f2a98 Bump to 2.4.4 final 2020-03-05 23:02:46 +09:00
Takeshi KOMIYA
a4dfb27e08 gitignore: Add docker/ 2020-03-05 23:02:07 +09:00
Takeshi KOMIYA
6e974cd75d Add a procedure to update docker image 2020-03-05 23:01:57 +09:00
Takeshi KOMIYA
bd38b98580
Merge pull request #7253 from sphinx-doc/unpin_coverage
Unpin coverage package
2020-03-05 22:55:05 +09:00
Takeshi KOMIYA
3e7b18e971 Unpin coverage package
coverage-5.0 expects to set "parallel = True" on config file.
refs: https://github.com/nedbat/coveragepy/issues/716#issuecomment-429491441
2020-03-05 22:38:47 +09:00
Takeshi KOMIYA
5372b9d2c0
Merge pull request #7252 from tk0miya/fix_typo
Fix typo
2020-03-05 22:08:06 +09:00
Takeshi KOMIYA
523b653cd9 Fix typo 2020-03-05 20:51:43 +09:00
Takeshi KOMIYA
42777588ed
Merge pull request #7224 from tk0miya/7223_slow_builds
Fix #7223: Sphinx builds has been slower since 2.4.0
2020-03-01 01:55:37 +09:00
Takeshi KOMIYA
f965829cd0 refactor: Do not evaluate debug message on calling 2020-02-29 23:20:34 +09:00
Takeshi KOMIYA
5330172d54 Fix #7223: Sphinx builds has been slower since 2.4.0 2020-02-29 12:24:34 +09:00
Jean-François B
942dbc6be6
Merge pull request #7205 from jfbu/latex_7197
LaTeX, fix \sphinxhref + \includegraphics problem with platex
2020-02-26 09:16:33 +01:00
Takeshi KOMIYA
ffd980a1b7 Merge branch 'clean_dists_on_make_clean' into 2.4.x 2020-02-23 18:59:00 +09:00
Takeshi KOMIYA
2bac500eaa Merge branch 'update_release_checklist' into 2.4.x 2020-02-23 18:58:27 +09:00
jfbu
6eac7901c9 LaTeX, fix \sphinxhref + \includegraphics problem with platex
Upstream issue: https://github.com/latex3/latex2e/issues/286

Fixes #7197
2020-02-23 08:57:53 +01:00
Takeshi KOMIYA
5572eb7b9e Makefile: clean dists directory on "make clean" 2020-02-23 16:36:38 +09:00
Takeshi KOMIYA
2ecf5f4651 release-checklist: An update of doc-translations is no longer needed 2020-02-23 16:33:31 +09:00
Takeshi KOMIYA
5f1c0b5430
Merge pull request #7202 from tk0miya/bump_version
utils/bump_version: Remove empty sections from CHANGES automatically
2020-02-23 16:32:13 +09:00
Takeshi KOMIYA
d98b2f05a3 utils/bump_version: Remove empty sections from CHANGES automatically 2020-02-23 15:57:51 +09:00
Takeshi KOMIYA
583667701e Bump version 2020-02-22 23:18:42 +09:00
Takeshi KOMIYA
87fd65fd31 Bump to 2.4.3 final 2020-02-22 23:17:23 +09:00
Takeshi KOMIYA
51ac09d7b4
Merge pull request #7196 from tk0miya/7195_todo_incorrect_doctree_resolved
Fix #7195: todo: emit doctree-resolved event with non-document node incorrectly
2020-02-22 17:49:12 +09:00
Takeshi KOMIYA
29db44a354 Fix #7195: todo: emit doctree-resolved event with non-document node incorrectly 2020-02-22 17:32:41 +09:00
Takeshi KOMIYA
723c4491c7
Merge pull request #7194 from tk0miya/search_show_warning
html search: show warning if [role=main] element not found
2020-02-22 14:16:02 +09:00
Takeshi KOMIYA
73fd75f117 html search: show warning if [role=main] element not found 2020-02-22 13:57:41 +09:00
Takeshi KOMIYA
792b578d46 Update CHANGES 2020-02-22 13:53:54 +09:00
Takeshi KOMIYA
31a4bfbf0d
Merge pull request #7192 from vsalvino/searchfix
Fix search in dirhtml output
2020-02-22 13:52:32 +09:00
Takeshi KOMIYA
6d90239393
Merge branch '2.4.x' into searchfix 2020-02-22 13:28:44 +09:00
Takeshi KOMIYA
41603351da
Merge pull request #7187 from tk0miya/7183_attr_ref_over_intersphinx
Fix #7183: intersphinx: ``:attr:`` reference to property is broken
2020-02-22 13:24:35 +09:00
Takeshi KOMIYA
53e93c9c90
Merge branch '2.4.x' into 7183_attr_ref_over_intersphinx 2020-02-22 13:10:47 +09:00
Takeshi KOMIYA
404b507dec
Merge pull request #7190 from tk0miya/7189_async_classmethod
Fix #7189: autodoc: classmethod coroutines are not detected
2020-02-22 12:47:35 +09:00
Vince Salvino
9fdc18d8de Adding documentation 2020-02-21 18:41:46 -05:00
Vince Salvino
2cec6b084b Fix search in dirhtml output 2020-02-21 17:21:03 -05:00
Takeshi KOMIYA
2db006a0af Fix #7183: intersphinx: `:attr:` reference to property is broken 2020-02-22 01:28:13 +09:00
Takeshi KOMIYA
2fec37219f Fix #7189: autodoc: classmethod coroutines are not detected 2020-02-22 00:49:45 +09:00
Takeshi KOMIYA
130a0a7f38 Update CHANGES for PR #7185 2020-02-20 23:22:28 +09:00