Commit Graph

13998 Commits

Author SHA1 Message Date
Takeshi KOMIYA
562fc581d1 Migrate to py3 style type annotation: sphinx.roles 2019-12-25 02:26:32 +09:00
Takeshi KOMIYA
1734844e7c Migrate to py3 style type annotation: sphinx.jinja2glue 2019-12-25 02:26:32 +09:00
Takeshi KOMIYA
1124052f92 Migrate to py3 style type annotation: sphinx.highlighting 2019-12-25 02:26:20 +09:00
Takeshi KOMIYA
6dbb4ebab8
Merge pull request #6954 from tk0miya/refactor_type_annotation2
Migrate to py3 style type annotation: addnodes, cmdline, deprecation, errors, events and extensio
2019-12-25 02:23:59 +09:00
Takeshi KOMIYA
6bde6b2bae Migrate to py3 style type annotation: sphinx.registry 2019-12-25 02:13:16 +09:00
Takeshi KOMIYA
e8299c01c4
Merge pull request #6952 from tk0miya/refactor_type_annotation_io
Migrate to py3 style type annotation: sphinx.io and sphinx.parsers
2019-12-25 02:12:19 +09:00
Takeshi KOMIYA
337780c89f Migrate to py3 style type annotation: sphinx.application 2019-12-25 02:04:08 +09:00
Takeshi KOMIYA
29878876b2
Merge pull request #6953 from tk0miya/refactor_type_annotation_config
Migrate to py3 style type annotation: sphinx.config
2019-12-25 02:02:27 +09:00
Takeshi KOMIYA
49f36a67e8 Migrate to py3 style type annotation: sphinx.extension 2019-12-25 02:02:06 +09:00
Takeshi KOMIYA
0d67436c90 Migrate to py3 style type annotation: sphinx.events 2019-12-25 02:02:06 +09:00
Takeshi KOMIYA
0a1d9e2b49 Migrate to py3 style type annotation: sphinx.errors 2019-12-25 02:02:06 +09:00
Takeshi KOMIYA
4b8937ab29 Migrate to py3 style type annotation: sphinx.deprecation 2019-12-25 02:02:06 +09:00
Takeshi KOMIYA
e6094d0aca Migrate to py3 style type annotation: sphinx.deprecation 2019-12-25 02:01:59 +09:00
Takeshi KOMIYA
42a02b76e8 Migrate to py3 style type annotation: sphinx.cmdline 2019-12-25 02:01:50 +09:00
Takeshi KOMIYA
55fff64fbe Migrate to py3 style type annotation: sphinx.parsers 2019-12-25 01:57:08 +09:00
Takeshi KOMIYA
16d4ee2582 Migrate to py3 style type annotation: sphinx.io 2019-12-25 01:57:08 +09:00
Takeshi KOMIYA
7f5acbdf1f Migrate to py3 style type annotation: sphinx.config 2019-12-25 01:48:10 +09:00
Takeshi KOMIYA
6e88d66543
Merge pull request #6950 from tk0miya/refactor_type_annotation_locale
Migrate to py3 style type annotation: sphinx.locale
2019-12-25 01:27:21 +09:00
Takeshi KOMIYA
cbc9cb2cf5
Merge pull request #6949 from tk0miya/refactor_type_annotation_search
Migrate to py3 style type annotation: sphinx.search
2019-12-25 01:27:00 +09:00
Takeshi KOMIYA
0573b87c9f Migrate to py3 style type annotation: sphinx.locale 2019-12-25 01:15:49 +09:00
Takeshi KOMIYA
4ec7fdf24b Migrate to py3 style type annotation: sphinx.search 2019-12-25 01:09:55 +09:00
Takeshi KOMIYA
aca852f3dc
Merge pull request #6948 from tk0miya/refactor_indexdomain
Stop to use deprecated API: env.indexentries
2019-12-25 00:53:41 +09:00
Takeshi KOMIYA
fa98dc467a Stop to use deprecated API: env.indexentries 2019-12-25 00:41:34 +09:00
Takeshi KOMIYA
28ebe127a8 Merge branch '2.3.2' into 2.0 2019-12-22 22:58:53 +09:00
Takeshi KOMIYA
d09c28deee Bump version 2019-12-22 22:57:32 +09:00
Takeshi KOMIYA
131081de5a Bump to 2.3.1 final 2019-12-22 22:55:35 +09:00
Takeshi KOMIYA
43c089fd28 Fix flake8 violation 2019-12-22 18:45:38 +09:00
hidaruma
b43bd7d335 mv lines about copying logo into copying images 2019-12-22 18:20:11 +09:00
Takeshi KOMIYA
716607f831
Merge pull request #6838 from tk0miya/6837_nested_table
Close #6837: LaTeX: Support a nested table
2019-12-22 18:12:10 +09:00
Takeshi KOMIYA
72fa75cb9a Close #6837: LaTeX: Support a nested table 2019-12-22 18:00:58 +09:00
Takeshi KOMIYA
26cd3019c3
Merge pull request #6543 from tk0miya/refactor_indexentries
Proposal: Add IndexDomain for database of general indices
2019-12-22 17:27:38 +09:00
Takeshi KOMIYA
6d6fe9da0d Add IndexDomain 2019-12-22 17:20:35 +09:00
Takeshi KOMIYA
cf50ec3abe Update CHANGES for PR #6906 2019-12-22 15:58:40 +09:00
Takeshi KOMIYA
218c84cba5
Merge pull request #6906 from kpnr/patch-1
Update parser.py
2019-12-22 15:56:57 +09:00
Takeshi KOMIYA
e0abf8ca54
Merge pull request #6842 from anntzer/ternary
Replace `a and b or c` by the more legible `b if a or c`.
2019-12-22 15:47:25 +09:00
Takeshi KOMIYA
960ca85fea
Merge pull request #6941 from tk0miya/6936_autogen_raises_AttributeError
Fix #6936: sphinx-autogen: raises AttributeError
2019-12-22 13:22:26 +09:00
Takeshi KOMIYA
8a1994d940 Fix #6936: sphinx-autogen: raises AttributeError 2019-12-22 10:39:46 +09:00
Antony Lee
814513ba9f Replace a and b or c by the more legible b if a or c. 2019-12-21 11:50:18 +01:00
Takeshi KOMIYA
acdcf81599
Merge pull request #6934 from tk0miya/tests_with_docutils-0.16rc1
test: Testing with docutils-0.16rc1
2019-12-21 12:15:05 +09:00
Takeshi KOMIYA
6ed6f9bbcb Merge branch '2.3.1' into 2.0 2019-12-21 12:03:21 +09:00
Takeshi KOMIYA
0cc01a1606
Merge pull request #6935 from tk0miya/mypy-0.761
Fix mypy violations (for mypy-0.761) (T/O)
2019-12-21 12:00:14 +09:00
Takeshi KOMIYA
56940b0d76 Fix mypy violations (for mypy-0.761) 2019-12-21 11:52:59 +09:00
Takeshi KOMIYA
0e0930d712 test: Testing with docutils-0.16rc1 2019-12-21 11:38:31 +09:00
kpnr
c4e60b5b9c
restore sys.path with <finally> statement 2019-12-16 21:17:16 +03:00
hkm
1ca9dacbfe Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode section 2019-12-15 21:47:57 +03:00
hkm
264329079b Test suite updated - encoding not detected when getting sources from native loader 2019-12-15 20:50:27 +03:00
hkm
fa5cf6fcdc lost reference to source file name fixed. Test suit updated 2019-12-15 20:28:02 +03:00
Takeshi KOMIYA
de6184e43f
Merge pull request #6927 from tk0miya/6856_i18n_parser
Fix #6855: Non-RST translated text should be parsed by the appropriate parser
2019-12-16 01:58:57 +09:00
Takeshi KOMIYA
00c30679cf Deprecate sphinx.io.FiletypeNotFoundError and get_filetype() 2019-12-16 01:45:02 +09:00
James McKinney
2f768cf5a7 Fix #6855: Non-RST translated text should be parsed by the appropriate parser 2019-12-16 01:38:22 +09:00