Commit Graph

13412 Commits

Author SHA1 Message Date
Takeshi KOMIYA
f076afd920 Migrate to py3 style type annotation: sphinx.environment.collectors.dependencies 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA
17c719c8de Migrate to py3 style type annotation: sphinx.environment.collectors.asset 2019-07-06 12:42:25 +09:00
Takeshi KOMIYA
0cad96233b Migrate to py3 style type annotation: sphinx.environment.collectors 2019-07-06 12:42:25 +09:00
Takeshi KOMIYA
39ec5e0deb Migrate to py3 style type annotation: sphinx.environment 2019-07-06 12:28:22 +09:00
Takeshi KOMIYA
847a642b41
Merge pull request #6541 from tk0miya/refactor_type_annotation_ext2
Migrate to py3 style type annotation: sphinx.ext (Part 2)
2019-07-06 12:23:27 +09:00
Takeshi KOMIYA
7806a92e3d Migrate to py3 style type annotation: sphinx.ext.autosectionlabel 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA
c68664ae70 Migrate to py3 style type annotation: sphinx.ext.viewcode 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA
3891956324 Migrate to py3 style type annotation: sphinx.ext.todo 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA
6a9b6d20dc Migrate to py3 style type annotation: sphinx.ext.jsmath 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA
31f93f38dc Migrate to py3 style type annotation: sphinx.ext.ifconfig 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA
dcff6d7cbc Migrate to py3 style type annotation: sphinx.ext.doctest 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA
f82d6c429b Migrate to py3 style type annotation: sphinx.ext.autosummary 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA
e3eb0cc95d Migrate to py3 style type annotation: sphinx.ext.autosummary.generate 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA
f0579fcd4a Migrate to py3 style type annotation: sphinx.ext.napoleon.iterators 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA
0a98664866 Migrate to py3 style type annotation: sphinx.ext.napoleon.docstring 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA
c270efccd7 Migrate to py3 style type annotation: sphinx.ext.napoleon 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA
dd9d02007c Migrate to py3 style type annotation: sphinx.ext.inheritance_diagram 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA
3a74ef89b3 Migrate to py3 style type annotation: sphinx.ext.imgmath 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA
e25d77e999
Merge pull request #6534 from tk0miya/refactor_type_annotation_ext
Migrate to py3 style type annotation: sphinx.ext (Part 1)
2019-07-01 01:14:03 +09:00
Takeshi KOMIYA
0832291883 Migrate to py3 style type annotation: sphinx.ext.coverage 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA
eb07a0fee1 Migrate to py3 style type annotation: sphinx.ext.linkcode 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA
4ba8518117 Migrate to py3 style type annotation: sphinx.ext.githubpages 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA
d57e338510 Migrate to py3 style type annotation: sphinx.ext.intersphinx 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA
8c946570dc Migrate to py3 style type annotation: sphinx.ext.graphviz 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA
e67f5db296 Migrate to py3 style type annotation: sphinx.ext.autodoc.mock 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA
d057c5e6d7 Migrate to py3 style type annotation: sphinx.ext.autodoc.directive 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA
728bf8c9d8 Migrate to py3 style type annotation: sphinx.ext.autodoc.importer 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA
22fd569f9b Migrate to py3 style type annotation: sphinx.ext.autodoc 2019-07-01 01:02:03 +09:00
Takeshi KOMIYA
ad81d788f9 Migrate to py3 style type annotation: sphinx.ext.mathjax 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA
c0b267b5a6 Migrate to py3 style type annotation: sphinx.ext.mathbase 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA
30ddf70742 Migrate to py3 style type annotation: sphinx.ext.imgconverter 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA
462902aea6 Migrate to py3 style type annotation: sphinx.ext.extlinks 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA
0c721434a0 Migrate to py3 style type annotation: sphinx.ext.apidoc 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA
95723aa6f6 Fix flake8 violations 2019-07-01 00:28:30 +09:00
Takeshi KOMIYA
b5f7d08ec7
Merge pull request #6532 from tk0miya/6531_failed_loading_pickled_env
Fix #6531: Failed to load last environment object when extension added
2019-07-01 00:26:14 +09:00
Takeshi KOMIYA
cb7e2a9dea
Merge pull request #6537 from tk0miya/refactor_domain
refactor: Add data accessors to CDomain, ChangesetDomain and JavaScriptDomain
2019-06-30 15:34:40 +09:00
Takeshi KOMIYA
d615eff08e Fix #6531: Failed to load last environment object when extension added 2019-06-30 15:21:13 +09:00
Takeshi KOMIYA
05949f8347
Merge pull request #6535 from tk0miya/refactor_type_annotation_cmd
Migrate to py3 style type annotation: sphinx.cmd
2019-06-30 15:17:19 +09:00
Takeshi KOMIYA
27be7c2d0d
Merge pull request #6538 from tk0miya/progress_message3
html: refactor with progress_message()
2019-06-30 15:15:25 +09:00
jfbu
e028a6e34c Update CHANGES for PR #6533 2019-06-29 19:45:37 +02:00
Jean-François B
3eeec09dd5
Merge pull request #6533 from jfbu/latex_sphinxsetlistlabels
LaTeX: refactor visit_enumerated_list() to use \sphinxsetlistlabels
2019-06-29 19:41:01 +02:00
Takeshi KOMIYA
ebac9b22d1 refactor: Add data accessors to JavaScriptDomain 2019-06-30 02:37:30 +09:00
Takeshi KOMIYA
4655489a5b refactor: Add data accessors to ChangesetDomain 2019-06-30 02:37:29 +09:00
Takeshi KOMIYA
e42d546685 refactor: Add data accessors to CDomain 2019-06-30 02:37:29 +09:00
Takeshi KOMIYA
231bde7461 html: refactor with progress_message() 2019-06-30 02:34:25 +09:00
jfbu
65739a46ad LaTeX: refactor visit_enumerated_list() to use \sphinxsetlistlabels
Fixes: #6511
2019-06-29 19:27:40 +02:00
Takeshi KOMIYA
a2c052475f
Merge pull request #6536 from tk0miya/6475_overridable_add_autodocumenter
Close #6475: Add override argument to app.add_autodocumenter()
2019-06-30 01:50:00 +09:00
Takeshi KOMIYA
0ff514743f Close #6475: Add override argument to app.add_autodocumenter() 2019-06-30 01:41:15 +09:00
Takeshi KOMIYA
9148b6e653 Migrate to py3 style type annotation: sphinx.cmd.make_mode 2019-06-30 01:27:43 +09:00
Takeshi KOMIYA
5cc5c53435 Migrate to py3 style type annotation: sphinx.cmd.quickstart 2019-06-30 01:27:43 +09:00