Takeshi KOMIYA
|
bfd35c6ce1
|
Add role manipulator directives to sphinx.util.docutils
|
2018-12-01 19:50:12 +09:00 |
|
Takeshi KOMIYA
|
d6eacf3198
|
Fix annotations for Directives (Replace N_co with nodes.Node)
|
2018-12-01 19:49:14 +09:00 |
|
Takeshi KOMIYA
|
e294b8e036
|
Add role manipulator functions to sphinx.util.docutils
|
2018-12-01 18:46:22 +09:00 |
|
Takeshi KOMIYA
|
48bc80209d
|
Merge pull request #5694 from sphinx-doc/fix_typehints_for_i18n
Fix annotations for i18n
|
2018-12-01 17:01:52 +09:00 |
|
Takeshi KOMIYA
|
495483d28d
|
Fix annotations for i18n
|
2018-12-01 16:48:05 +09:00 |
|
Takeshi KOMIYA
|
720afb5ba0
|
Merge pull request #5692 from tk0miya/fix_typehints_for_minors
Fix annotations (in some modules)
|
2018-12-01 13:02:02 +09:00 |
|
Takeshi KOMIYA
|
fcc53447a3
|
Fix annotations (in some modules)
|
2018-12-01 12:29:49 +09:00 |
|
Takeshi KOMIYA
|
1ed4888589
|
Merge pull request #5691 from tk0miya/fix_typehints_for_ext
Fix annotations for extensions
|
2018-12-01 01:40:23 +09:00 |
|
Takeshi KOMIYA
|
d4a199a91d
|
Fix annotations for extensions
|
2018-12-01 00:50:20 +09:00 |
|
Takeshi KOMIYA
|
6f8b3d88d1
|
Merge pull request #5690 from tk0miya/refactor_search
Refactor sphinx.search
|
2018-11-30 23:06:15 +09:00 |
|
Takeshi KOMIYA
|
adce1d6928
|
Merge pull request #5689 from tk0miya/refactor_metadata
Refactor metadata collector
|
2018-11-30 22:05:15 +09:00 |
|
Takeshi KOMIYA
|
f7317651a1
|
Refactor sphinx.search
|
2018-11-30 18:03:20 +09:00 |
|
Takeshi KOMIYA
|
8608102da6
|
Refactor metadata handling
|
2018-11-30 17:56:19 +09:00 |
|
Takeshi KOMIYA
|
3528a68d2a
|
Merge pull request #5687 from tk0miya/fix_typehints_for_util
Fix annotations for util
|
2018-11-30 17:52:03 +09:00 |
|
Takeshi KOMIYA
|
a0bb4c8c8f
|
Fix annotations for util
|
2018-11-30 02:21:54 +09:00 |
|
Takeshi KOMIYA
|
69065682f4
|
Merge pull request #5684 from tk0miya/fix_typehints_for_domains
Fix annotations for domains
|
2018-11-30 01:26:02 +09:00 |
|
Takeshi KOMIYA
|
02f767d68e
|
Fix annotations for domains
|
2018-11-30 00:54:48 +09:00 |
|
Takeshi KOMIYA
|
95d9a9c28c
|
Merge pull request #5686 from tk0miya/fix_typehints_for_writers2
Fix annotations for writers
|
2018-11-30 00:35:30 +09:00 |
|
Takeshi KOMIYA
|
addb5e3230
|
Merge pull request #5685 from tk0miya/fix_typehints_minor
Fix annotations for minor methods and functions
|
2018-11-30 00:25:42 +09:00 |
|
Takeshi KOMIYA
|
488d3263f3
|
Fix annotations for writers
|
2018-11-30 00:18:47 +09:00 |
|
Takeshi KOMIYA
|
abc4b41220
|
Fix annotations for minor methods and functions
|
2018-11-30 00:03:13 +09:00 |
|
Takeshi KOMIYA
|
d8b8ef559e
|
Merge pull request #5680 from tk0miya/fix_typehints_for_builders
Fix annotations for builders
|
2018-11-29 23:44:57 +09:00 |
|
Takeshi KOMIYA
|
674dfe0157
|
Merge pull request #5682 from tk0miya/fix_typehints_for_directives
Fix annotations for directives
|
2018-11-29 23:29:36 +09:00 |
|
Takeshi KOMIYA
|
6e74ba42e5
|
Merge pull request #5681 from tk0miya/fix_typehints_for_transforms
Fix annotations for transforms
|
2018-11-29 23:28:13 +09:00 |
|
Takeshi KOMIYA
|
8201687c5b
|
Fix annotations for builders
|
2018-11-29 23:26:27 +09:00 |
|
Takeshi KOMIYA
|
5ebb1e09fe
|
Fix annotations for directives
|
2018-11-29 22:22:16 +09:00 |
|
Takeshi KOMIYA
|
a63567a5b7
|
Fix annotations for transforms
|
2018-11-29 22:20:27 +09:00 |
|
Takeshi KOMIYA
|
1b28e5724f
|
Merge pull request #5675 from tk0miya/refactor_super
refactor: Use super() to call methods of superclass
|
2018-11-28 15:37:51 +09:00 |
|
Takeshi KOMIYA
|
ae0af8c8a5
|
Merge pull request #5676 from tk0miya/fix_typehints_for_ext
Fix annotaions for extensions
|
2018-11-28 15:32:23 +09:00 |
|
Takeshi KOMIYA
|
337a5c484a
|
Fix annotaions for extensions
|
2018-11-28 15:23:26 +09:00 |
|
Takeshi KOMIYA
|
83e4107a30
|
Fix Makefile (remove debug code...)
|
2018-11-28 02:02:53 +09:00 |
|
Takeshi KOMIYA
|
31c4d06a22
|
refactor: Use super() to call methods of superclass
|
2018-11-28 01:58:32 +09:00 |
|
Takeshi KOMIYA
|
c76885631d
|
Merge pull request #5668 from tk0miya/5648_NodeMatcher_matches_to_Text_attr
Fix #5648: NodeMatcher matches Text node on attribute match
|
2018-11-28 01:55:19 +09:00 |
|
Takeshi KOMIYA
|
2233875f72
|
Merge pull request #5669 from tk0miya/5659_linkcheck_crashes_with_multibyte_URL
Fix #5659: linkcheck: crashes for a hyperlink containing multibyte character
|
2018-11-28 01:54:42 +09:00 |
|
Takeshi KOMIYA
|
1e50946364
|
Merge pull request #5671 from tk0miya/refactor_Reader
Fix SphinxBaseReader.get_transform() refers an attribute of subclasses
|
2018-11-28 01:54:01 +09:00 |
|
Takeshi KOMIYA
|
acce5ef2db
|
Merge pull request #5674 from tk0miya/fix_typehints_for_writers2
Fix annotations for writers
|
2018-11-28 01:32:35 +09:00 |
|
Takeshi KOMIYA
|
670c8a6173
|
Fix annotations for writers
|
2018-11-28 00:54:53 +09:00 |
|
Takeshi KOMIYA
|
94c6a5fa2b
|
Merge pull request #5673 from tk0miya/fix_typehints_for_directives.patches
Fix annotations of directives.patches
|
2018-11-27 22:11:03 +09:00 |
|
Takeshi KOMIYA
|
99a282324f
|
Fix annotations of directives.patches
|
2018-11-27 21:56:53 +09:00 |
|
Takeshi KOMIYA
|
569b063b52
|
Merge pull request #5672 from tk0miya/fix_typehints2
Fix typehints: sphinx.ext.autodoc
|
2018-11-27 20:52:22 +09:00 |
|
Takeshi KOMIYA
|
1650387482
|
Fix typehints: sphinx.ext.autodoc
|
2018-11-27 20:42:28 +09:00 |
|
Takeshi KOMIYA
|
60a01f2b09
|
Merge pull request #5665 from tk0miya/fix_typehints
Add sphinx.util.typing:unicode to help mypy-3 migration
|
2018-11-26 00:34:52 +09:00 |
|
Takeshi KOMIYA
|
5007d3d68f
|
Fix SphinxBaseReader.get_transform() refers an attribute of subclasses
|
2018-11-25 12:29:54 +09:00 |
|
Takeshi KOMIYA
|
3808405b50
|
Fix #5659: linkcheck: crashes for a hyperlink containing multibyte character
|
2018-11-25 01:37:32 +09:00 |
|
Takeshi KOMIYA
|
722c92250c
|
Fix #5648: NodeMatcher matches Text node on attribute match
|
2018-11-25 01:16:17 +09:00 |
|
Takeshi KOMIYA
|
3c99d00605
|
Add sphinx.util.typing:unicode to help mypy-3 migration
|
2018-11-24 23:19:51 +09:00 |
|
Takeshi KOMIYA
|
9c2fd94204
|
Merge pull request #5667 from tk0miya/fix_typehints_for_domains
Fix typehints for domains
|
2018-11-24 22:52:53 +09:00 |
|
Takeshi KOMIYA
|
f786a890f5
|
Fix annotations for Domain.resolve_xref()
|
2018-11-24 22:36:57 +09:00 |
|
Takeshi KOMIYA
|
95dffb2af6
|
Merge pull request #5666 from tk0miya/fix_typehints_for_add_node
Fix annotations for app.add_nodes() and related functions
|
2018-11-24 22:22:54 +09:00 |
|
Takeshi KOMIYA
|
148a4a1d7f
|
Fix annotations for Domain.process_doc()
|
2018-11-24 22:07:00 +09:00 |
|