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
Timotheus Kampik
98040af245
#5660 add classes for different version modications
...
Generic class: ``versionmodified`
*Changed* class: ``changed``
*Added* class: ``added``
*Deprecated* class: ``deprecated``
2018-12-23 16:44:03 +01:00
Takeshi KOMIYA
503cf9c39e
Merge pull request #5860 from animalize/fix_test
...
don't generate build files inside /tests/roots/test-build-htmlhelp/
2018-12-23 23:51:06 +09:00
animalize
9052471e19
don't generate build files inside /tests/roots/
2018-12-23 22:16:03 +08:00
Takeshi KOMIYA
55a89196e4
Merge pull request #5678 from ArtFlag/docs/extension-tutorials
...
Docs: Extension tutorial portal + helloworld example
2018-12-23 22:55:24 +09:00
Jon Dufresne
6356a622fc
Remove unnecessary enum existence guard ( #5858 )
...
The enum module is always available since Python 3.4.
2018-12-23 22:44:01 +09:00
animalize
cedd94c541
[1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ( #5853 )
...
* htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files
.hhc/.hhk files don't recognize hex escaping, we need convert hex escaping to decimal escaping. for example: `'` -> `'`.
2018-12-23 22:39:12 +09:00
Takeshi KOMIYA
5b2befe97d
doc: Fix description for viewcode_follow_imported_members
2018-12-23 22:13:33 +09:00
Takeshi KOMIYA
c9007fbfaa
Merge pull request #5857 from jdufresne/py2-win
...
Remove instructions to install Python 2 on Windows
2018-12-23 21:21:23 +09:00
Takeshi KOMIYA
94c5ab504a
Merge pull request #5842 from jdufresne/list
...
Move immediate append operation to list literal
2018-12-23 21:07:17 +09:00
Takeshi KOMIYA
1ee58c5384
Merge pull request #5856 from jdufresne/wording
...
Improve introductory wording in the conf.py template
2018-12-23 21:05:39 +09:00
Jon Dufresne
4e184754c9
Remove instructions to install Python 2 on Windows
...
As only Python 3 is supported, should not advise users to install Python
2.
2018-12-23 04:00:26 -08:00
Jon Dufresne
c89047635c
Improve introductory wording in the conf.py template
2018-12-23 03:52:26 -08:00
Jon Dufresne
b61c32a37f
Move immediate append operation to list literal
...
Was previously separate for Python 2 support, but this is no longer
necessary. Can simply include the item in the literal.
https://github.com/sphinx-doc/sphinx/blob/v1.8.2/sphinx/util/__init__.py#L680-L681
2018-12-23 03:46:03 -08:00
ArtFlag
17a15ef145
Fix build issues
2018-12-23 12:26:30 +01:00
Jean-François B
60ef37ce33
Merge pull request #5852 from jfbu/latex_tableofcontentshook
...
LaTeX: move some hard-coded re-definitions to user hook for TOC
2018-12-23 11:45:14 +01:00
jfbu
dfcf434824
Update date of LaTeX class files
2018-12-23 11:34:54 +01:00
jfbu
d4d1a4ba84
Merge branch 'master' into latex_tableofcontentshook
2018-12-23 11:31:10 +01:00
jfbu
a462931c28
Fix bad merge (sorry)
...
modified: sphinx/texinputs/sphinxmanual.cls
2018-12-23 11:24:59 +01:00