Commit Graph

12609 Commits

Author SHA1 Message Date
Takeshi KOMIYA
64df1d1e89
Merge pull request #5880 from tk0miya/omit_master_doc
test: Omit master_doc settings from testcases
2019-01-03 11:20:26 +09:00
Takeshi KOMIYA
5b23ea08a6
Merge pull request #5879 from tk0miya/refactor_tests_encoding
encoding keyword for path.text() and path.write_text() is no longer needed
2019-01-03 11:13:31 +09:00
Takeshi KOMIYA
114ff77f68 test: Omit master_doc settings from testcases 2019-01-03 10:58:42 +09:00
Takeshi KOMIYA
c4c878303f encoding keyword for path.text() and path.write_text() is no longer needed 2019-01-03 10:58:07 +09:00
Takeshi KOMIYA
4938b71bca refactor: Add compat module to avoid recursive import 2019-01-03 10:54:39 +09:00
Takeshi KOMIYA
657fa843c8
Merge pull request #5876 from tk0miya/remove_magic_comments
Remove coding magic comments from tests
2019-01-03 10:39:28 +09:00
Takeshi KOMIYA
3c7b4e77e0 refactor: Repalce HTMLHelpBuilder.open_file() by standard open() 2019-01-03 02:05:32 +09:00
Jean-François B
7ff7dfc427
Merge pull request #5867 from jfbu/latex_checkmark
LaTeX: escape Unicode HEAVY CHECK MARK into latex macros
2019-01-02 15:25:45 +01:00
Jean-François B
955488df2c
Merge branch '1.8' into latex_checkmark 2019-01-02 14:34:32 +01:00
Takeshi KOMIYA
5428d94d24 Remove coding magic comments from tests 2019-01-02 21:53:07 +09:00
Takeshi KOMIYA
860d7ab506
Merge pull request #5873 from tk0miya/fix_typehints_for_autosummary
Update annotations for autosummary
2019-01-02 16:45:48 +09:00
Takeshi KOMIYA
8f1fdc46a0
Merge pull request #5875 from tk0miya/happy_new_year
A happy new year! (for master branch)
2019-01-02 16:45:30 +09:00
Takeshi KOMIYA
da3075d0b7 A happy new year! 2019-01-02 16:17:25 +09:00
Takeshi KOMIYA
76e9f57c2e Merge branch '1.8' 2019-01-02 16:16:25 +09:00
Takeshi KOMIYA
267e5b004d
Merge pull request #5874 from tk0miya/happy_new_year
A happy new year!
2019-01-02 16:14:06 +09:00
Takeshi KOMIYA
1b1ebd2c75 A happy new year! 2019-01-02 16:00:30 +09:00
Takeshi KOMIYA
116ff02451 Update annotations for autosummary 2019-01-02 15:27:43 +09:00
jfbu
58f4c658fa Capitalize the Internet 2018-12-29 18:54:06 +01:00
Jon Dufresne
17067ed6dc Remove unused except UnicodeDecodeError block
Both `self.srcdir` and `rel_fn` are defined as type str. Calling
os.path.join() on two str values will always return a str value without
the need to decode it. Therefore, the except block is never executed.
2018-12-29 07:34:21 -05:00
jfbu
b62bf0e0fc Redo spelling fix lost in merge (contents moved to other file)
modified:   doc/extdev/index.rst
2018-12-28 16:03:26 +01:00
jfbu
32d57b8637 Merge branch '1.8'
resolved Conflicts:
	doc/development/tutorials/todo.rst
	sphinx/locale/__init__.py
	sphinx/search/zh.py
2018-12-28 12:50:20 +01:00
Jean-François B
38c5ec13a5
Merge pull request #5865 from jfbu/fix_spelling_typos
Fix various spelling typos
2018-12-28 12:34:34 +01:00
jfbu
7fe1016f5e LaTeX: escape Unicode HEAVY CHECK MARK into latex macros
Closes: #3707
2018-12-27 17:35:11 +01:00
jfbu
1e07cb10fc Fix various spelling typos 2018-12-27 13:06:33 +01:00
Takeshi KOMIYA
4f37b3342a
Merge pull request #5851 from cocodrips/5841-apidoc-extensions
Fix #5841: Add --extensions option to sphinx-apidoc.
2018-12-26 12:24:00 +09:00
cocodrips
827059be93 Merge remote-tracking branch 'upstream/master' into 5842-apidoc-extensions 2018-12-26 11:31:50 +09:00
cocodrips
448181d9f9 Add feature to CHANGES. 2018-12-26 11:23:51 +09:00
Timotheus Kampik
221614654f
#5605 fix Chinese search index (#5611)
generate search index for Latin words correctly if search language is Chinese
2018-12-25 18:41:52 +01:00
Takeshi KOMIYA
99a7dca216
Merge pull request #5806 from jdufresne/six-text-type
Replace use of six.text_type with str
2018-12-26 01:31:33 +09:00
Takeshi KOMIYA
f811e4cea6
Merge pull request #5859 from tk0miya/fix_doc_for_viewcode_follow_imported_members
doc: Fix description for viewcode_follow_imported_members
2018-12-26 01:26:52 +09:00
cocodrips
b7a2881ad5 Run test. 2018-12-26 00:42:54 +09:00
Takeshi KOMIYA
b5c0edc949 Merge branch '1.8' 2018-12-26 00:37:55 +09:00
cocodrips
099df45200 Add extensions from master 2018-12-26 00:34:26 +09:00
Takeshi KOMIYA
920aafaee6 Bump version 2018-12-26 00:32:03 +09:00
Takeshi KOMIYA
81328ca598 Bump to 1.8.3 final 2018-12-26 00:29:31 +09:00
Timotheus Kampik
ed411fdbeb
Merge pull request #5861 from TimKam/5660-version-modified-classes
#5660 add classes for different version modications
2018-12-24 15:12:36 +01:00
Timotheus Kampik
b779975a44 Merge branch 'master' into 5660-version-modified-classes 2018-12-24 14:57:42 +01:00
Timotheus Kampik
4e3bc5dbef Merge remote-tracking branch 'upstream/master' 2018-12-24 14:57:14 +01:00
Takeshi KOMIYA
f8c6c14526
Merge pull request #5862 from tk0miya/refactor_chm_htmlescape
refactor chm_htmlescape()
2018-12-24 14:17:41 +09:00
Takeshi KOMIYA
6ffe549f49 refactor chm_htmlescape() 2018-12-24 13:54:53 +09:00
Takeshi KOMIYA
b229c1a672
Merge pull request #5224 from TimKam/5216-update-markdown-doc
#5216 update Markdown config doc to API changes
2018-12-24 12:27:26 +09:00
Takeshi KOMIYA
e3b9469683 Fix mypy violations 2018-12-24 12:21:12 +09:00
jfbu
3f92aa7e6a Remove from CHANGES mention of non-existing 1.7.10 release 2018-12-23 22:13:00 +01:00
Timotheus Kampik
3addad5f2a Merge branch 'master' into 5216-update-markdown-doc 2018-12-23 17:31:01 +01:00
Timotheus Kampik
90181a16ed #5216 fix removal note 2018-12-23 17:28:44 +01:00
Timotheus Kampik
9583290653 #5216 add note regarding recommonmark version 2018-12-23 17:27:54 +01:00
Timotheus Kampik
643b5d4555 #5660 add change note 2018-12-23 17:10:51 +01:00
Timotheus Kampik
edf9d210b6 #5660 adjust expected result to new classes
Also, fix formating glitch
2018-12-23 17:02:31 +01:00
Takeshi KOMIYA
3acac58e57 Fix typo 2018-12-24 00:54:06 +09:00
Takeshi KOMIYA
4702086681 Merge branch '1.8' 2018-12-24 00:49:36 +09:00