Commit Graph

8940 Commits

Author SHA1 Message Date
cocoatomo
ff88c8b730 Display reference texts of original and translated messages 2017-10-08 00:06:00 +09:00
Takeshi KOMIYA
46bf9ab4a0 Fix #3692: Unable to build HTML if writing .buildinfo failed 2017-10-07 23:37:45 +09:00
Takeshi KOMIYA
8486f106b0 Merge pull request #4124 from cocoatomo/appropriate-footnote-warning_2
Re-arrange WARNING messages about reference inconsistencies (revised)
2017-10-07 16:16:08 +09:00
cocoatomo
349513402a Merge remote-tracking branch 'upstream/stable' into appropriate-footnote-warning_2 2017-10-07 15:38:40 +09:00
Takeshi KOMIYA
7d4dab6928 Fix mypy violations 2017-10-07 15:29:29 +09:00
Takeshi KOMIYA
95f0f4d6a0 Update CHANGES for PR #4112 2017-10-07 15:21:01 +09:00
cocoatomo
aad52ebd09 Divide validation code between refnamed footnote and citation 2017-10-07 10:48:12 +09:00
cocoatomo
1f0c3ce875 Re-arrange WARNING messages about reference inconsistencies 2017-10-07 10:47:59 +09:00
Takeshi KOMIYA
0116cef451 Merge pull request #4109 from sphinx-doc/fix/highlight
fix: #4108 - Search word highlight breaks SVG
2017-10-06 02:22:31 +09:00
Yoshiki Shibukawa
36912a5815 fix: #4108 - Search word highlight breaks SVG 2017-10-05 23:29:55 +09:00
Takeshi KOMIYA
2ba41842bf Merge pull request #4112 from alex/smart-quotes
Don't override the smart_quotes setting if it was already set
2017-10-05 00:46:14 +09:00
Alex Gaynor
ee52c7cd4f Don't override the smart_quotes setting if it was already set
This is needed to fix: https://github.com/sphinx-contrib/spelling/issues/1
2017-10-04 11:22:08 -04:00
Takeshi KOMIYA
50640b700b Fix #4070, #4111: crashes when the warning message contains format strings (again) 2017-10-05 00:00:48 +09:00
Takeshi KOMIYA
4dc46350a7 Update CHANGES for PR #4107 2017-10-04 01:51:37 +09:00
Takeshi KOMIYA
2792cb40b5 Merge pull request #4107 from mitya57/sourcelink-suffix-fallback
Make searchtools.js compatible with pre-Sphinx1.5 templates
2017-10-04 01:50:28 +09:00
Dmitry Shachnev
9da3bf93ff Make searchtools.js compatible with pre-Sphinx1.5 templates
There are still plenty of projects which use custom templates where
DOCUMENTATION_OPTIONS does not define SOURCELINK_SUFFIX.

Currently search does not work in these projects. Make suffix fall
back to .txt since that is the default value of configuration option.
2017-10-03 20:03:07 +07:00
Jakob Lykke Andersen
6d61098058 C++, add test case for sphinx-doc/sphinx#4096 2017-10-03 14:35:10 +02:00
Jakob Lykke Andersen
0aa5c1b697 Merge pull request #4096 from mitya57/cpp-no-assert
C++: Do not assert False if type and declType mismatch
2017-10-03 14:31:33 +02:00
Dmitry Shachnev
b01de08e19 C++: Do not assert False if type and declType mismatch
Revert to 1.6.4 behavior where a warning was raised instead.
2017-10-02 07:15:13 +03:00
Takeshi KOMIYA
3ec2a649b4 Update CHANGES for PR #4002 2017-10-01 22:04:38 +09:00
Timotheus Kampik
e2633a81a4 #3987 remove alabaster-specific sidebars
as default sphinx-quickstart settings
2017-10-01 22:02:55 +09:00
Takeshi KOMIYA
fd0a56bd37 Fix #4100: Remove debug print from autodoc extension 2017-10-01 01:39:47 +09:00
jfbu
db36b42e55 Avoid extra space in PDF after image in parsed-literal (refs: Fix #4085) 2017-09-27 12:43:28 +02:00
jfbu
dc129e0532 Fix #4085 Failed PDF build from image in parsed-literal 2017-09-27 09:54:18 +02:00
Takayuki SHIMIZUKAWA
e15e9a79b4 fix a glitch 2017-09-26 22:49:23 +09:00
Takeshi KOMIYA
0ba56553e3 Bump version 2017-09-26 09:48:09 +09:00
Takeshi KOMIYA
c6fe6a3bf2 Bump to 1.6.4 final 2017-09-26 09:45:14 +09:00
Takeshi KOMIYA
cc5a1542c7 Fix #4051: warn() function for HTML theme outputs 'None' string 2017-09-26 01:29:12 +09:00
Takeshi KOMIYA
9eec5fa8d7 Reorder .gitignore 2017-09-24 21:19:21 +09:00
Takeshi KOMIYA
7ecc2531f9 Update CHANGES for PR #4055 2017-09-24 17:05:47 +09:00
Oliver Sanders
261f74bc7a Add test for ext.graphviz alignment. 2017-09-24 17:04:25 +09:00
Oliver Sanders
395f4d4ca8 Fix ext.graphviz alignment. 2017-09-24 17:04:24 +09:00
Takeshi KOMIYA
0f22fcdfb6 Update CHANGES for PR #4067 2017-09-24 16:43:46 +09:00
Takeshi KOMIYA
7b0271ab49 Merge pull request #4067 from mitya57/stable
Return non-zero exit status when make subprocess fails
2017-09-24 16:43:12 +09:00
Takeshi KOMIYA
cad3ee8230 Merge pull request #4069 from tnir/4068-linkcheck-builder-docs
#4068: Update linkcheck docs to use requests
2017-09-24 16:42:26 +09:00
Takeshi KOMIYA
a455ffcce1 Fix #4070: crashes when the warning message contains format strings 2017-09-24 13:52:59 +09:00
jfbu
6b7e33a332 Update CHANGES for PR #4066 2017-09-20 10:44:31 +02:00
Jean-François B
59b4f32b38 Merge pull request #4066 from aszekMosek/patch-1
Avoiding indent after index entries in latex
2017-09-20 10:43:20 +02:00
jfbu
d0418f9129 Add test for #4066 latex \index indent fix 2017-09-20 10:30:45 +02:00
jfbu
444b1998d8 Produce less `\ignorespaces ` in latex output 2017-09-20 09:56:06 +02:00
aszek
2ff6434b6a Update fix as per discussion 2017-09-19 13:04:35 +02:00
aszekMosek
774f9d953a Avoiding indent after index entries in latex 2017-09-19 13:04:35 +02:00
Takuya Noguchi
0e82661b63 #4068: Update linkcheck docs to use requests 2017-09-18 23:57:08 +09:00
Dmitry Shachnev
4475fc80c5 Return non-zero exit status when make subprocess fails
For example, when latexmk is not installed.
2017-09-18 15:42:57 +03:00
Takeshi KOMIYA
666a69b286 Update CHANGES for PR #4062 2017-09-17 22:50:07 +09:00
Craig Rodrigues
9f88993281 hashlib.sha1() must take bytes, not unicode 2017-09-17 22:49:40 +09:00
Takeshi KOMIYA
c31b912103 Update CHANGES for PR #4049 2017-09-17 22:48:38 +09:00
Antony Lee
6e6a573cba Fix typo in output of sphinx-build -h. 2017-09-17 22:48:14 +09:00
Takayuki SHIMIZUKAWA
7bda952e4a add Sylius to EXAMPLES
https://groups.google.com/d/msg/sphinx-users/MACgWve2r9M/e2RUk2z2AwAJ
2017-09-13 17:39:31 +09:00
jfbu
8542e29b40 Fix flake8 line too long violation in latex.py 2017-09-11 20:35:25 +02:00