Takeshi KOMIYA
a3c9edfbe6
Migrate to py3 style type annotation: sphinx.util.osutil
2019-06-05 01:29:54 +09:00
jfbu
bf0ad9e80c
LaTeX: prevent pagebrak separating note from section title
...
Fixes : #6442
2019-06-04 13:57:24 +02:00
Dmitry Shachnev
9df6e40145
Test that downloads with the same filename are still handled correctly
2019-06-03 20:00:14 +03:00
Dmitry Shachnev
6fc8873087
Make generated download links reproducible
...
Without this change the hexdigest generated in DownloadFiles.add_file()
depends on source_dir, while just the path fragment relative to it is
sufficient.
2019-06-03 19:37:21 +03:00
Takeshi KOMIYA
df5dfe8f43
Merge pull request #6427 from tk0miya/5502_linkcheck_503_handling
...
Fix #5502 : linkcheck: Consider HTTP 503 response as not an error
2019-06-04 01:03:35 +09:00
Takeshi KOMIYA
ff43a0edb0
Merge pull request #6441 from tk0miya/refactor_test_autodoc
...
Refactor test_autodoc
2019-06-04 01:03:06 +09:00
Takeshi KOMIYA
17e26bf29f
Migrate to py3 style type annotation: sphinx.util.requests
2019-06-04 00:59:54 +09:00
Takeshi KOMIYA
81e2e1d971
test: Update testcase for autoclass_content and autodoc_docstring_signature
2019-06-03 23:20:33 +09:00
Takeshi KOMIYA
f7851b62e0
test: Update testcase for autoclass_content
2019-06-03 23:20:33 +09:00
Takeshi KOMIYA
f4114bb794
test: Update testcase for autodoc_inherit_docstrings
2019-06-03 22:34:35 +09:00
Takeshi KOMIYA
42e9fd896e
test: Move class inheritance samples into target.inheritance module
2019-06-03 22:34:33 +09:00
Takeshi KOMIYA
e731d746fd
Fix #5502 : linkcheck: Consider HTTP 503 response as not an error
2019-06-03 22:30:11 +09:00
Takeshi KOMIYA
806fa22f34
Merge pull request #6426 from tk0miya/1125_mac_scrollbar
...
Fix #1125 : html theme: scrollbar is hard to see on classic theme and macOS
2019-06-03 22:26:17 +09:00
Takeshi KOMIYA
127d4db0d4
Merge pull request #6431 from tk0miya/refactor_type_annotation3
...
Migrate to py3 style type annotation: sphinx.util (part2)
2019-06-03 22:21:01 +09:00
Takeshi KOMIYA
92d067e280
Merge branch '2.0' into 1125_mac_scrollbar
2019-06-03 22:17:24 +09:00
Takeshi KOMIYA
9ba216223a
Migrate to py3 style type annotation: sphinx.util.pycompat
2019-06-03 22:12:07 +09:00
Takeshi KOMIYA
5115fb0172
Migrate to py3 style type annotation: sphinx.util.png
2019-06-03 22:12:07 +09:00
Takeshi KOMIYA
b5276b3965
Migrate to py3 style type annotation: sphinx.util.matching
2019-06-03 22:12:07 +09:00
Takeshi KOMIYA
2900179436
Migrate to py3 style type annotation: sphinx.util.docfields
2019-06-03 22:12:07 +09:00
Takeshi KOMIYA
086eac3914
Migrate to py3 style type annotation: sphinx.util.docutils
2019-06-03 22:12:07 +09:00
Takeshi KOMIYA
dd4741c352
Migrate to py3 style type annotation: sphinx.util.texescape
2019-06-03 22:12:07 +09:00
Takeshi KOMIYA
39c7ee955b
Migrate to py3 style type annotation: sphinx.util.tags
2019-06-03 22:12:07 +09:00
Takeshi KOMIYA
f3e45e485e
Migrate to py3 style type annotation: sphinx.util.compat
2019-06-03 12:29:32 +09:00
Takeshi KOMIYA
24f8a3caf0
Migrate to py3 style type annotation: sphinx.util.console
2019-06-03 12:29:32 +09:00
Takeshi KOMIYA
47d9035bca
Migrate to py3 style type annotation: sphinx.util.logging
2019-06-03 12:29:32 +09:00
Takeshi KOMIYA
d59e362f5f
Migrate to py3 style type annotation: sphinx.util.jsonimpl
2019-06-03 12:29:32 +09:00
Takeshi KOMIYA
d9469c08ed
Migrate to py3 style type annotation: sphinx.util.jsdump
2019-06-03 12:29:32 +09:00
Takeshi KOMIYA
20f2845e21
Migrate to py3 style type annotation: sphinx.util.inventory
2019-06-03 12:29:32 +09:00
Takeshi KOMIYA
670c5311a1
Merge pull request #6432 from tk0miya/missing_location_on_duplicated_warning
...
Fix py domain: duplicated warning does not point the location of source code
2019-06-03 01:54:05 +09:00
Takeshi KOMIYA
4d1e40785f
Merge pull request #6434 from tk0miya/refactor_test_autodoc
...
Refactor test_autodoc
2019-06-03 01:53:40 +09:00
Takeshi KOMIYA
c8554e7673
test: Move testcases for autodoc events to test_ext_autodoc_events
2019-06-03 01:32:36 +09:00
Takeshi KOMIYA
7de8c63407
test: Move testcases for autodoc configurations to test_ext_autodoc_configs
2019-06-03 01:28:56 +09:00
Takeshi KOMIYA
8da90bbe24
test: Update testcase for autodoc-process-docstring
2019-06-03 01:16:20 +09:00
Takeshi KOMIYA
e274ae87a5
test: Update testcase for cut_lines()
2019-06-03 01:16:20 +09:00
Takeshi KOMIYA
3f617a4a9b
test: Update testcase for between()
2019-06-03 01:16:20 +09:00
Takeshi KOMIYA
6cbee7de3c
test: Move descriptor example to independent file
2019-06-03 00:38:01 +09:00
Takeshi KOMIYA
8fd817d174
refactor: todo: Add TodoListProcessor to expand todolist nodes
2019-06-03 00:17:29 +09:00
Takeshi KOMIYA
9abb4820b1
refactor: todo: Add TodoDomain to collect todo nodes
2019-06-02 23:41:39 +09:00
Takeshi KOMIYA
0441ab0350
refactor: todo: Skip over todo_node on writing handlers (not removal)
2019-06-02 22:54:49 +09:00
Takeshi KOMIYA
84df4c6c2d
Fix py domain: duplicated warning does not point the location of source code
2019-06-02 22:50:59 +09:00
Takeshi KOMIYA
ef4ad32025
Merge pull request #6425 from tk0miya/refactor_type_annotation2
...
Migrate to py3 style type annotation: sphinx.util
2019-06-02 21:44:16 +09:00
Takeshi KOMIYA
ce2f9c2b94
Close #5124 : graphviz: :graphviz_dot: option is renamed to :layout:
2019-06-02 21:33:34 +09:00
Takeshi KOMIYA
ab43f821d2
Fix #1125 : html theme: scrollbar is hard to see on classic theme and macOS
2019-06-02 21:25:02 +09:00
Takeshi KOMIYA
bcc0ffbd18
Bump version
2019-06-02 21:16:14 +09:00
Takeshi KOMIYA
3360f2461c
Bump version
2019-06-02 21:14:52 +09:00
Takeshi KOMIYA
653b0e0000
Bump to 2.1.0 final
2019-06-02 21:10:40 +09:00
Takeshi KOMIYA
290ead8ce7
Merge changes entry for 2.0.2 to 2.1.0
2019-06-02 20:33:42 +09:00
Takeshi KOMIYA
84da50cd88
Merge pull request #6428 from tk0miya/improve_docs
...
docs: Use directive:option in extensions/graphviz
2019-06-02 18:39:04 +09:00
Takeshi KOMIYA
1fc0985df7
Migrate to py3 style type annotation: sphinx.util.inspect
2019-06-02 18:27:31 +09:00
Takeshi KOMIYA
1303ea7cdf
docs: Use directive:option in extensions/graphviz
2019-06-02 18:18:55 +09:00