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
jfbu
701b39328f
Merge branch '1.8'
...
(Resolved) Conflicts:
sphinx/texinputs/sphinxmanual.cls
2018-12-23 11:23:04 +01:00
Jean-François B
a77f344035
Merge pull request #5850 from jfbu/latex_sphinxmaketitle
...
LaTeX: ``\sphinxmaketitle`` and optional ``\sphinxbackoftitlepage``
2018-12-23 11:01:46 +01:00
Timotheus Kampik
20c9489828
#5216 change recommonmark installation instruction
...
the pypi package has not been updated since January 2016;
it is better to install from source
2018-12-23 10:43:39 +01:00
Takeshi KOMIYA
ddb684bbc0
Merge pull request #5843 from jdufresne/literal-chars
...
Replace escape sequence '\u00B6' with literal '¶'
2018-12-23 15:07:24 +09:00
Takeshi KOMIYA
35d0934caa
Merge pull request #5848 from tk0miya/5800_todo_inside_TextElement
...
Fix #5800 : todo: crashed if todo is defined in TextElement
2018-12-23 15:01:47 +09:00
jfbu
0034664a6e
Update date and version of LaTeX class files
2018-12-22 18:35:17 +01:00
jfbu
6ce5d9ae97
LaTeX, rename some internal temporary macro in \sphinxtableofcontents
2018-12-22 18:27:38 +01:00
jfbu
8e14532b08
LaTeX: move some hard-coded re-definitions to user hook for TOC
2018-12-22 17:33:03 +01:00
ArtFlag
35b62e21c9
Move content from the todo tutorial to the extdev/index
2018-12-22 11:38:12 +01:00
ArtFlag
a85f8e2305
Minor changes in helloworld
2018-12-22 11:13:35 +01:00
jfbu
1920d1d950
LaTeX: `\sphinxmaketitle
and optional
\sphinxbackoftitlepage
`
...
Closes : #5849
2018-12-21 21:38:27 +01:00
Takeshi KOMIYA
f06e84ac4f
Fix #5800 : todo: crashed if todo is defined in TextElement
2018-12-22 01:10:23 +09:00
Jon Dufresne
1f6ce4cd44
Replace escape sequence '\u00B6' with literal '¶'
...
More obvious to the reader.
2018-12-20 18:39:51 -08:00