Commit Graph

13901 Commits

Author SHA1 Message Date
Takeshi KOMIYA
8e1cbd24c6
Merge pull request #6992 from tk0miya/stringify_type_hints
Add sphinx.util.typing:stringify() to represent annotations as string
2020-01-07 01:34:24 +09:00
Takeshi KOMIYA
05daa3c7ce Add sphinx.util.typing:stringify() to represent annotations as string 2020-01-05 01:13:27 +09:00
Takeshi KOMIYA
2f7823e1a6
Merge pull request #6985 from tk0miya/6696_scale_not_working_for_SVG
Fix #6696: html: scale option of image/figure directive not working for SVG
2020-01-04 22:36:42 +09:00
Takeshi KOMIYA
5541561490
Merge pull request #6987 from tk0miya/6986_apidoc_wrong_modname_inside_module
Fix #6986: apidoc: misdetects module name for .so file inside module
2020-01-04 22:35:28 +09:00
Takeshi KOMIYA
e339c39e88 Fix #6986: apidoc: misdetects module name for .so file inside module 2020-01-03 09:44:01 +09:00
Takeshi KOMIYA
9cc25367b8 Fix #6696: html: scale option of image/figure directive not working for SVG
Note: imagesize-1.2.0 or above is required
2020-01-03 00:20:05 +09:00
Takeshi KOMIYA
577b80cb8e
Merge pull request #6977 from tk0miya/refactor_glossary2
Fix #6559: Wrong node-ids are generated in glossary directive
2020-01-02 22:16:21 +09:00
Takeshi KOMIYA
1c5a5bbbe5 Add sphinx.util.nodes:make_id() to generate better node_id 2020-01-02 22:03:39 +09:00
Takeshi KOMIYA
7123f4038a Fix #6559: Wrong node-ids are generated in glossary directive 2020-01-02 22:03:39 +09:00
Takeshi KOMIYA
efe18663b2
Merge pull request #6980 from tk0miya/6583_improve_NoUri
Be precise about which document is missing.
2020-01-01 21:53:41 +09:00
Takeshi KOMIYA
ef257f40fd Be precise about which document missing (cpp, post_transform) 2020-01-01 17:58:57 +09:00
Takeshi KOMIYA
6c29dfc639 Add "typ" to NoUri 2020-01-01 17:58:57 +09:00
Julien Palard
9f4c7a1101 More NoUri details. 2020-01-01 17:53:45 +09:00
Julien Palard
11558aba8b Be precise about which document is missing. 2020-01-01 17:53:45 +09:00
Takeshi KOMIYA
2e8dea1a3d
Merge pull request #6978 from tk0miya/update_copyright2
A happy new year!
2020-01-01 14:38:35 +09:00
Takeshi KOMIYA
eaf495c3c4 A happy new year! 2020-01-01 14:27:43 +09:00
Takeshi KOMIYA
2f36d792f3 Update CHANGES for PR #5230 2020-01-01 12:59:20 +09:00
Takeshi KOMIYA
c5b653433d
Merge pull request #6976 from tk0miya/update_copyright
A happy new year!
2020-01-01 11:28:58 +09:00
Takeshi KOMIYA
fc523c3ccf A happy new year! 2020-01-01 11:15:42 +09:00
Takeshi KOMIYA
0355d57fc1
Merge pull request #6972 from tk0miya/refactor_type_annotation2
mypy: Enable disallow_incomplete_defs flag for type checking
2019-12-30 17:33:52 +09:00
Takeshi KOMIYA
ab184ac20d mypy: Enable disallow_incomplete_defs flag for type checking 2019-12-30 17:22:56 +09:00
Takeshi KOMIYA
7a4bbf372a
Merge pull request #6971 from tk0miya/refactor_index_domain
Move index directive and role to sphinx.domains.index
2019-12-29 21:25:33 +09:00
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
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
de9ee3e70a doc: Fix sphinx.ext.duration will be added since 2.4.0 2019-12-25 22:43:56 +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