Commit Graph

13530 Commits

Author SHA1 Message Date
Takeshi KOMIYA
a498960de9 Merge branch '2.0' 2019-07-13 11:17:35 +09:00
Takeshi KOMIYA
9a552a9cd7 Fix mypy violations (for mypy-0.720) 2019-07-13 11:17:03 +09:00
Takeshi KOMIYA
1d2d295a93 Merge branch '2.1.3' into 2.0 2019-07-13 11:14:44 +09:00
Takeshi KOMIYA
68973e803a
Merge pull request #6575 from tk0miya/mypy-0.720
Fix mypy violations (for mypy-0.720)
2019-07-13 11:14:17 +09:00
Takeshi KOMIYA
fd74594f53 Fix mypy violations (for mypy-0.720) 2019-07-13 10:55:13 +09:00
Takeshi KOMIYA
199ebaa94b
Merge pull request #6572 from YuriPetrov/master
Add "yuripetrov.ru/edu/python" to sphinx/EXAMPLES
2019-07-12 10:06:41 +09:00
Yuri Petrov
c64e4e3868
Add "yuripetrov.ru/edu/python" to Examples page 2019-07-10 23:57:39 +03:00
Timotheus Kampik
0662a3ecd6
#6503 document meta directive (#6562)
#6503 document meta directive

The `meta` directive has partly Sphinx-specific behavior
and hence needs to be documented
2019-07-08 22:48:41 +02:00
Takeshi KOMIYA
5d89c30dab Update CHANGES for PR #6547 2019-07-09 00:32:01 +09:00
Takeshi KOMIYA
632223b860
Merge pull request #6547 from ngoldbaum/issue-6545
Fix #6545. Strip doctests for doctest_block nodes.
2019-07-09 00:14:49 +09:00
Nathan Goldbaum
a570ea6c03 Fix #6545. Strip doctests for doctest_node blocks. 2019-07-07 19:28:45 -04:00
Takeshi KOMIYA
1c152d249c Merge branch '2.0' 2019-07-07 18:50:58 +09:00
Takeshi KOMIYA
ef2f1057cd
Merge pull request #6553 from tk0miya/6549_escaped_errmsg
Fix #6549: sphinx-build: Escaped characters in error messages
2019-07-07 18:46:54 +09:00
Takeshi KOMIYA
33991a0d43
Merge branch '2.0' into 6549_escaped_errmsg 2019-07-07 17:25:38 +09:00
Takeshi KOMIYA
96fa46e7b3
Merge pull request #6557 from tk0miya/update_faq
docs: Update FAQ for github pages
2019-07-07 17:24:45 +09:00
Takeshi KOMIYA
8782e50eae
Merge pull request #6494 from tk0miya/5592_cmdoption_registers_multiple_indices
Close #5592: option directive registers an index entry for each comma separated option
2019-07-07 17:07:16 +09:00
Takeshi KOMIYA
fde3d2a1ed
Merge branch '2.0' into 5592_cmdoption_registers_multiple_indices 2019-07-07 16:40:17 +09:00
Takeshi KOMIYA
c9078fa8c8
Merge pull request #6422 from tk0miya/247_autosummary_autorewrite
Fix #247: autosummary: Add autosummary_generate_option to overwrite old stub file
2019-07-07 16:37:57 +09:00
Takeshi KOMIYA
4af90fcf75 Fix #247: autosummary: Add autosummary_generate_option to overwrite old stub file 2019-07-07 16:18:49 +09:00
Takeshi KOMIYA
10883c2824 docs: Update FAQ for github pages 2019-07-07 16:08:54 +09:00
Takeshi KOMIYA
f44a6242be Update CHANGES for PR #6528 2019-07-06 22:57:33 +09:00
Takeshi KOMIYA
db77706c7a
Merge pull request #6529 from tk0miya/6528_aware_datetime
format_date(): use "aware" local datetime by default (refs: #6528)
2019-07-06 22:53:16 +09:00
Takeshi KOMIYA
59c9336a67
Merge pull request #6555 from tk0miya/refactor_type_annotation_testing
Migrate to py3 style type annotation: sphinx.testing
2019-07-06 14:54:57 +09:00
Takeshi KOMIYA
ac158d0786
Merge pull request #6554 from tk0miya/refactor_type_annotation_pycode
Migrate to py3 style type annotation: sphinx.pycode
2019-07-06 14:54:13 +09:00
Takeshi KOMIYA
1c6a279fa8 Migrate to py3 style type annotation: sphinx.testing.restructuredtext 2019-07-06 14:38:56 +09:00
Takeshi KOMIYA
3f6565df63 Migrate to py3 style type annotation: sphinx.testing.fixtures 2019-07-06 14:38:52 +09:00
Takeshi KOMIYA
05f75b7c94 Migrate to py3 style type annotation: sphinx.testing.path 2019-07-06 14:38:48 +09:00
Takeshi KOMIYA
32fa96d46d Migrate to py3 style type annotation: sphinx.testing.util 2019-07-06 14:38:45 +09:00
Takeshi KOMIYA
80e3fdb791 Migrate to py3 style type annotation: sphinx.pycode.parser 2019-07-06 14:35:35 +09:00
Takeshi KOMIYA
bd578b7ab6 Migrate to py3 style type annotation: sphinx.pycode 2019-07-06 14:35:32 +09:00
Takeshi KOMIYA
9e9cc79599
Merge pull request #6540 from tk0miya/736_index_sorting
Fix #736: Invalid sort in pair index
2019-07-06 14:32:17 +09:00
Takeshi KOMIYA
3fa3ff439c Fix #6549: sphinx-build: Escaped characters in error messages 2019-07-06 14:28:54 +09:00
Takeshi KOMIYA
31207aa813 Fix #736: Invalid sort in pair index 2019-07-06 14:12:12 +09:00
Takeshi KOMIYA
0c3f986d54
Merge pull request #6542 from tk0miya/refactor_html_builder
refactor: Separate HTMLBuilder.copy_static_files() to sub methods
2019-07-06 14:10:08 +09:00
Takeshi KOMIYA
089046979f Merge branch '2.0' 2019-07-06 13:38:15 +09:00
Takeshi KOMIYA
8b4e54f904
Merge pull request #6552 from tk0miya/refactor_type_annotation_env
Migrate to py3 style type annotation: sphinx.environment
2019-07-06 13:35:27 +09:00
Takeshi KOMIYA
2623ad17f5 Migrate to py3 style type annotation: sphinx.environment.adapters.toctree 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA
986ac82adf Migrate to py3 style type annotation: sphinx.environment.adapters.indexentries 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA
e67e0432b5 Migrate to py3 style type annotation: sphinx.environment.adapters.asset 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA
d0fedc3a4b Migrate to py3 style type annotation: sphinx.environment.collectors.title 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA
58847682cc Migrate to py3 style type annotation: sphinx.environment.collectors.toctree 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA
66b123a9a7 Migrate to py3 style type annotation: sphinx.environment.collectors.metadata 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA
be673a714d Migrate to py3 style type annotation: sphinx.environment.collectors.indexentries 2019-07-06 12:42:26 +09:00
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
fe06eebfb5 Merge branch '2.0' 2019-07-06 12:37:27 +09:00
Takeshi KOMIYA
3fbc9c9e04 Merge branch 'master' of github.com:sphinx-doc/sphinx 2019-07-06 12:34:02 +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