Takeshi KOMIYA
17c222a706
Separate indexentries manager to sphinx.environment.manager.indexentries
2016-10-11 18:59:21 +09:00
Takeshi KOMIYA
6027bb75a5
Refactor: move process_only_nodes() to sphinx.util.nodes
2016-10-11 18:59:21 +09:00
Takeshi KOMIYA
dd3f12a7fc
Fix style-check violation
2016-10-11 18:59:12 +09:00
jfbu
e43a31da12
Re-insert check for LaTeX macro filename which got suppressed in merge
2016-10-10 21:15:53 +02:00
jfbu
e4dd1bf04b
Update CHANGES for PR#3023
2016-10-10 21:12:57 +02:00
Jean-François B
940fa11b9b
Merge pull request #3023 from jfbu/fixpysiglineissue
...
Fix an issue with ``\pysigline`` in LaTeX style file.
2016-10-10 20:59:59 +02:00
jfbu
5b040dd754
Update CHANGES for PR#3020
2016-10-10 20:58:34 +02:00
jfbu
861973bfbb
Merge branch 'usegeometrypackage'
2016-10-10 20:55:44 +02:00
jfbu
34ac39e583
Update CHANGES for PR#3017
2016-10-10 20:52:55 +02:00
Jean-François B
89ccf9e103
Merge pull request #3017 from jfbu/fixuseofncychap
...
Fix #147 and fix #1986 : Problem with latex chapter style
2016-10-10 20:49:05 +02:00
Takeshi KOMIYA
b71ea9da61
Update CHANGES for PR#2971
2016-10-11 00:44:01 +09:00
Timotheus Kampik
de7c93756c
allow search hits in body text that are in title of other doc #2891 ( #2971 )
...
* allow search hits in body text that are in title of other doc #2891
* shorten lines/add line breaks #2891
* remove out-commented LoC, simplify check #2891
2016-10-11 00:42:41 +09:00
Takeshi KOMIYA
71a36d5b33
Test with XeTeX on TravisCI ( #3026 )
2016-10-10 23:59:08 +09:00
jfbu
5e2c8b9f74
Fix an issue with `\pysigline
` in LaTeX style file.
...
This issue was initially reported as
<http://tex.stackexchange.com/questions/201270/argument-of-item-has-an-extra >
The commit also fixes two other potential problematic code locations in
sphinx.sty
2016-10-09 22:19:25 +02:00
jfbu
34f1ce17fd
Fix #3018 : LaTeX problem with page dimensions and chapter titles
...
New key ``'geometry'`` to ``latex_elements``.
2016-10-07 23:40:39 +02:00
Takeshi KOMIYA
6a6843096c
Fix #2987 : Invalid HTML has been generated if multiple IDs are assigned to a list
2016-10-07 20:20:39 +09:00
jfbu
5b78aa28fe
Fix #147 and fix #1986 : Problem with latex chapter style
...
Notice that as an after effect ``Contents`` or ``Python Module Index``
will appear (by default) in bold, and larger than formerly (it was a
bug of Sphinx that they were not styled).
I am leaving the `\py@HeaderFamily` in the `sphinx.sty` patch to the
Bjarne `fncychap.sty` style for backwards compatibility. And as it does
`\bfseries` by default I left only the size changing commands in the
`fncychap` customization of Bjarne style.
Also, the `\@makechapterhead` re-definition obeys `\mainmatter` etc...
2016-10-07 11:55:43 +02:00
Takeshi KOMIYA
32981d1048
Remove unused CSS for defindex.html
2016-10-07 17:18:11 +09:00
Takeshi KOMIYA
4e6d8737ff
Update CHANGES
2016-10-07 15:17:50 +09:00
Takeshi KOMIYA
6704672df2
Remove themes/basic/defindex.html; no longer used
2016-10-07 14:36:36 +09:00
Takeshi KOMIYA
9719a4cb21
Fix #2986 : themes/basic/defindex.html should be changed for html5 friendly
2016-10-07 12:59:34 +09:00
Takeshi KOMIYA
562eb51e5b
Fix #2984 : Invalid HTML has been generated if html_split_index
enabled
2016-10-07 12:47:52 +09:00
Takeshi KOMIYA
4c3c128e9b
Fix #3000 : `option
` directive generates invalid HTML anchors
...
fix
2016-10-07 12:11:28 +09:00
jfbu
0875507497
Better wording in CHANGES for PR#3010
2016-10-06 19:50:42 +02:00
Jean-François B
d36b0984fc
Merge pull request #3010 from jfbu/fixcodeinparsedliteral
...
Fix #3009 : Bad rendering of parsed-literals in LaTeX
2016-10-06 19:27:46 +02:00
jfbu
89487d02fe
Update CHANGES for PR#3010
2016-10-06 19:27:20 +02:00
jfbu
446729dccf
Improve wording in sphinx.sty and spare a few code lines at its end.
2016-10-06 19:26:32 +02:00
jfbu
44f595a63f
Fix #3009 : Bad rendering of parsed-literals in LaTeX
...
This reverts the ``\scantokens`` added (commit 86083875
) to ``\code``
(aka ``\sphinxcode``), in case it is encountered inside a parsed-literal
directive. Indeed strange interference arise then. The problem would
occur in Verbatim too, but I think ``\sphinxcode`` is not encountered
there.
2016-10-06 19:26:32 +02:00
Takeshi KOMIYA
d43259f5f7
Fix #3004 : Invalid link types "top" and "up" are used
2016-10-06 22:50:49 +09:00
Takeshi KOMIYA
b48cba900e
Update CHANGES for PR#2992
2016-10-06 19:00:10 +09:00
Hiroaki Itoh
42604a1ff6
Fix #2990 : linkcheck raises "Can't convert 'bytes' object to str implicitly" error if linkcheck_anchors enabled
2016-10-06 18:59:24 +09:00
Takeshi KOMIYA
4c7bec6460
Fix #3008 : `linkcheck
` builder ignores self-signed certificate URL
2016-10-06 12:46:23 +09:00
Takeshi KOMIYA
ce7fea9a35
Fix #2988 : linkcheck: retry with GET request if denied HEAD request
2016-10-04 12:47:59 +09:00
Takeshi KOMIYA
72b76ab6d7
Use `latex_elements.papersize
` to specify papersize of LaTeX in Makefile
2016-10-03 23:45:02 +09:00
Takeshi KOMIYA
f6cb5f2053
Merge pull request #3005 from jean/master
...
Fix grammar and wording
2016-10-03 23:33:31 +09:00
Jean Jordaan
aa22bede25
Fix grammar and wording
2016-10-02 19:21:12 +07:00
jfbu
d6d6a8e0d8
Update CHANGES for PR#2997
2016-10-02 09:31:36 +02:00
Jean-François B
07e599a83a
Merge pull request #2997 from jfbu/fixitalianshorthandoff
...
Fix #2810 : Problems with pdflatex in an Italian document
2016-10-02 09:28:41 +02:00
Takeshi KOMIYA
bc6b4bf70e
Remove unused LaTeX macro filename from tests
2016-10-02 06:58:55 +09:00
Takeshi KOMIYA
e8d5650adf
Merge branch 'stable'
2016-10-02 00:44:49 +09:00
jfbu
85b954714c
Fix #2810 : Problems with pdflatex in an Italian document
...
Depending on the version of the italian module for LaTeX Babel, the
double-quote character may have been or not declared as a babel
shorthand. The babel ``\shorthandoff`` macro emits an error which aborts
compilation if the character isn't a shorthand. This commits wraps the
macro in a conditional to test if the character is active or not.
modified: sphinx/writers/latex.py
2016-10-01 17:44:46 +02:00
Takeshi KOMIYA
55a8ab3bbb
Bump version
2016-10-02 00:43:32 +09:00
Takeshi KOMIYA
007c855c9c
Bump to 1.4.8 final
2016-10-02 00:37:59 +09:00
Takeshi KOMIYA
fc45d4d5fe
Update CHANGES
2016-10-02 00:36:42 +09:00
Takeshi KOMIYA
502874bcc4
Fix "make clean" does not remove build/ directory
2016-10-02 00:25:58 +09:00
Takeshi KOMIYA
fdf4f2e81f
Merge branch 'stable'
2016-10-01 22:40:35 +09:00
Takeshi KOMIYA
6f3a93c8b4
Bump version
2016-10-01 22:39:25 +09:00
Takeshi KOMIYA
1406f6b63e
Bump to 1.4.7 final
2016-10-01 22:32:32 +09:00
Takeshi KOMIYA
ec934d476a
Fix #2983 : Rename `epub3_description
and
epub3_contributor
to
epub_description
and
epub_contributor
`.
2016-10-01 00:17:19 +09:00
Takeshi KOMIYA
9358ea239b
Add testcase for toctree
2016-09-30 10:42:18 +09:00