Commit Graph

7166 Commits

Author SHA1 Message Date
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
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
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
Takeshi KOMIYA
0417a084db Merge branch 'stable' 2016-09-29 14:15:33 +09:00
Takeshi KOMIYA
9118fa38a1 Fix autodoc misdetect typing with py3.6 2016-09-29 14:15:18 +09:00
Takeshi KOMIYA
d6ae514425 Update message 2016-09-29 00:34:55 +09:00
Takeshi KOMIYA
984874fc20 Merge branch 'stable' 2016-09-29 00:23:50 +09:00
Takeshi KOMIYA
83d6ec11ce Fix #2968: autodoc: show-inheritance option breaks docstrings 2016-09-29 00:18:22 +09:00
Takeshi KOMIYA
a2f7f03846 Bump version 2016-09-21 12:33:14 +09:00
Takeshi KOMIYA
85db7c5e4d Bump to 1.5 alpha1 2016-09-21 12:28:51 +09:00
Takeshi KOMIYA
ee8eb320d3 Merge pull request #2965 from tk0miya/2687_uninstall_directives_and_roles
2687 uninstall directives and roles
2016-09-21 11:15:57 +09:00
Takeshi KOMIYA
50bf7960bd Uninstall sphinx directives and roles of domains after build 2016-09-21 10:48:52 +09:00
Takeshi KOMIYA
7863468683 Fix #2687: Uninstall sphinx directives and roles after build 2016-09-21 10:48:52 +09:00
Takeshi KOMIYA
fb9dc3539a Merge pull request #2966 from tk0miya/2877_rename_footer
Fix #2877: Rename ``latex_elements['footer']`` to ``latex_elements['postpreamble']``
2016-09-21 10:48:20 +09:00
Takeshi KOMIYA
090e357969 Merge pull request #2963 from tk0miya/326_numref_section
make section numref-able and allow to refer the captions in linktext
2016-09-21 10:45:57 +09:00
Takeshi KOMIYA
5f63aac209 Fix #2550: external links are opened in help viewer 2016-09-18 17:29:17 +09:00