Commit Graph

12460 Commits

Author SHA1 Message Date
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
jfbu
da90d63e32 Reorder bugfix entries in CHANGES for 2.0 2018-12-20 21:26:52 +01:00
jfbu
f8389f5181 [DOC] Make link to list of deprecated APIs in CHANGES an internal link 2018-12-20 21:18:37 +01:00
jfbu
f5163d46da Update CHANGES for PR #5768 2018-12-20 21:00:47 +01:00
jfbu
bfcddc63ca Update CHANGES for #5249 "fix" via added documentation (refs: #5693) 2018-12-20 20:44:11 +01:00
Jean-François B
696c8f0fc0
Merge pull request #5693 from jfbu/latex_doc_unicode_in_math
LaTeX (doc): explain how to allow Unicode input in math
2018-12-20 20:31:31 +01:00
jfbu
fdb6147555 LaTeX (doc): explain how to allow Unicode input in math
Closes: #5249
2018-12-20 19:43:50 +01:00
Takeshi KOMIYA
f8a3407c7c
Merge pull request #5838 from tk0miya/5834_apidoc_wrong_help
Fix #5834: apidoc: wrong help for --tocfile
2018-12-20 22:33:24 +09:00
Takeshi KOMIYA
5bbd61df0a
Merge branch '1.8' into 5834_apidoc_wrong_help 2018-12-20 11:31:50 +09:00
Takeshi KOMIYA
914e655960
Merge pull request #5664 from tk0miya/refactor_latex3
refactor: Initialize template variables for LaTeX in builder; date, logofilename and packages
2018-12-20 11:13:47 +09:00
Takeshi KOMIYA
7e60036935
Merge pull request #5840 from tk0miya/1956_conf.py_flake8_error
Fix flake8 violation in conf.py
2018-12-20 11:12:23 +09:00
Takeshi KOMIYA
33387a0343 Fix flake8 violation in conf.py 2018-12-20 10:32:52 +09:00
Takeshi KOMIYA
6fe57436a8
Merge pull request #5839 from jdufresne/description
Deprecate unused Exception attributes
2018-12-20 10:15:06 +09:00
Takeshi KOMIYA
bf47f0a178
Merge pull request #5783 from tk0miya/refactor_OSError
Replace EnvironmentError and IOError by OSError
2018-12-20 10:11:14 +09:00
ArtFlag
990b02b5fb Feedback 2018-12-19 17:35:17 +01:00