Commit Graph

14249 Commits

Author SHA1 Message Date
Takeshi KOMIYA
8dc3315ce5 Deprecate sphinx.roles:Index and make a copy to sphinx.domains.index 2019-12-29 19:12:58 +09:00
Takeshi KOMIYA
4f83793fd0 Move sphinx.directives.other:Index to sphinx.domains.index 2019-12-29 18:21:26 +09:00
Takeshi KOMIYA
9656b6d4dd
Merge pull request #6967 from tk0miya/6966_graphviz_class
Close #6966: graphviz: Support ``:class:`` option
2019-12-29 00:25:05 +09:00
Takeshi KOMIYA
cb971ab0b9
Merge pull request #6968 from tk0miya/reorder_deprecated_list
doc: Sort deprecated list alphabetically
2019-12-29 00:23:48 +09:00
Takeshi KOMIYA
ff9e5e6dbd doc: Sort deprecated list alphabetically 2019-12-28 19:37:43 +09:00
Takeshi KOMIYA
3ddbd73f49 refactor: latex: Deprecate settings.* attributes based on latex_documents 2019-12-27 22:46:16 +09:00
Takeshi KOMIYA
fe11e2bce4 refactor: latex: Move constants to sphinx.builders.latex.constants 2019-12-27 22:44:48 +09:00
Takeshi KOMIYA
d71d9482ed refactor: latex: Simplify condition for math_numfig 2019-12-27 22:44:48 +09:00
Takeshi KOMIYA
b0f5cf3b75 refactor: latex: Use join() to generate sphinxpkgoptions 2019-12-27 22:44:48 +09:00
Takeshi KOMIYA
18e25d680d Close #6966: graphviz: Support `:class:` option 2019-12-27 22:38:10 +09:00
Takeshi KOMIYA
858d5ffc5a
Merge pull request #6928 from tk0miya/deprecate_detect_encoding
Deprecate sphinx.util:detect_encoding()
2019-12-27 22:24:42 +09:00
Takeshi KOMIYA
c8074b4a5d Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encoding 2019-12-27 22:08:32 +09:00
Takeshi KOMIYA
402d0114b1
Merge pull request #6965 from tk0miya/deprecate_get_module_source
Deprecate sphinx.util:get_module_source()
2019-12-27 22:05:00 +09:00
Takeshi KOMIYA
7581ee1084 Deprecate sphinx.util:get_module_source() 2019-12-27 01:57:39 +09:00
Takeshi KOMIYA
4dd905605e Fix flake8 violations 2019-12-27 01:37:13 +09:00
Takeshi KOMIYA
df31bc3ac8 refactor: pycode: do not call endswith twice 2019-12-27 01:29:43 +09:00
Takeshi KOMIYA
69d67e7050 Fix flake8 violations 2019-12-27 01:28:16 +09:00
Takeshi KOMIYA
8ca1bf9aa6 Update CHANGES for PR #6907 2019-12-27 01:26:50 +09:00
Takeshi KOMIYA
b6244736c4
Merge pull request #6907 from kpnr/patch-2
Non-ASCII & non utf-8 charset corruption fix
2019-12-27 01:25:50 +09:00
Takeshi KOMIYA
89e2daac2b
Merge pull request #6960 from tk0miya/refactor_indexentries2
Stop to use deprecated API: env.indexentries
2019-12-26 20:12:39 +09:00
hkm
0a982d5ebd Old get_module_source API restored, new version moved to ModuleAnalyzer class, tests updated 2019-12-25 22:29:20 +03:00
Takeshi KOMIYA
62ca08b656
Merge pull request #6962 from sphinx-doc/6961_warning_shown_twice
Fix #6961: latex: warning for babel shown twice
2019-12-26 01:09:15 +09:00
Takeshi KOMIYA
0fa399c287 Fix #6961: latex: warning for babel shown twice 2019-12-26 00:56:16 +09:00
Takeshi KOMIYA
68d6675eb4
Merge pull request #6959 from tk0miya/refactor_type_annotation_cpp
Migrate to py3 style type annotation: sphinx.domains.cpp
2019-12-25 23:42:02 +09:00
Takeshi KOMIYA
c171702ee2 Stop to use deprecated API: env.indexentries 2019-12-25 23:41:54 +09:00
Takeshi KOMIYA
83bf8451da Migrate to py3 style type annotation: sphinx.domains.cpp 2019-12-25 23:30:45 +09:00
Takeshi KOMIYA
1fc4e8c251 Merge branch '2.0' 2019-12-25 22:44:12 +09:00
Takeshi KOMIYA
de9ee3e70a doc: Fix sphinx.ext.duration will be added since 2.4.0 2019-12-25 22:43:56 +09:00
Takeshi KOMIYA
3bf39be471 Fix flake8 violations 2019-12-25 11:46:50 +09:00
Takeshi KOMIYA
d717f5ae31 Merge branch '2.0' 2019-12-25 11:41:54 +09:00
Takeshi KOMIYA
869ba4f679
Merge pull request #6957 from tk0miya/refactor_type_annotation4
Migrate to py3 style type annotation: util, transforms and versioning
2019-12-25 10:45:00 +09:00
Takeshi KOMIYA
ea68fd5407 Migrate to py3 style type annotation: sphinx.versioning 2019-12-25 10:06:53 +09:00
Takeshi KOMIYA
12a61edd46 Migrate to py3 style type annotation: sphinx.transforms 2019-12-25 09:56:50 +09:00
Takeshi KOMIYA
723e81c663 Migrate to py3 style type annotation: sphinx.util 2019-12-25 09:56:50 +09:00
Takeshi KOMIYA
0cdd841515
Merge pull request #6956 from tk0miya/refactor_type_annotation3
Migrate to py3 style type annotation: highlighting, jinja2glue, roles and theming
2019-12-25 09:55:50 +09:00
Takeshi KOMIYA
6f689a39c0
Merge pull request #6955 from tk0miya/refactor_type_annotation_registry
Migrate to py3 style type annotation: sphinx.registry
2019-12-25 09:55:39 +09:00
Takeshi KOMIYA
bbe81b71d9
Merge pull request #6951 from tk0miya/refactor_type_annotation_app
Migrate to py3 style type annotation: sphinx.application
2019-12-25 09:55:26 +09:00
Takeshi KOMIYA
fb09f3463b Migrate to py3 style type annotation: sphinx.theming 2019-12-25 02:26:32 +09:00
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