Commit Graph

8909 Commits

Author SHA1 Message Date
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
jfbu
f453fe7bf0 Fix #4044 (extra row height in PDF output from empty multicell) 2017-09-11 20:18:35 +02:00
shimizukawa
0e39d92c92 ignore 'doc/locale' directory to avoid mis-committing 2017-09-10 12:13:20 +09:00
Jakob Lykke Andersen
c43c781a03 Docs, add missing `member` role for C domain
Fixes sphinx-doc/sphinx#4038
2017-09-07 21:26:36 +02:00
Jakob Lykke Andersen
c0f84295b6 C++, fix linking in function pointers.
Fixes sphinx-doc/sphinx#4041
2017-09-07 13:20:31 +02:00
Takeshi KOMIYA
6ae9fd92ac Merge pull request #3971 from tk0miya/3969_allow_private_instance_vars
Fix #3969: private instance attributes causes AttributeError
2017-09-07 00:09:44 +09:00
Takeshi KOMIYA
a9b5fe3624 Merge branch 'stable' into 3969_allow_private_instance_vars 2017-09-06 23:52:33 +09:00
Takeshi KOMIYA
2f8a342839 Merge pull request #4039 from tk0miya/4006_crash_on_parallel_build
Fix #4006: Fix crash on parallel build
2017-09-06 00:42:47 +09:00
Takeshi KOMIYA
0cb57f19a0 Fix #4006: Fix crash on parallel build 2017-09-05 01:37:33 +09:00
Jakob Lykke Andersen
ff06cb837b Fix C++ multiline signatures
Fixes sphinx-doc/sphinx#3877
2017-08-31 17:01:58 +02:00
Jakob Lykke Andersen
29b1d2f906 Merge pull request #3894 from Andne/cpp-typeorconcept
Improve support for C++ references with intersphinx
2017-08-31 16:58:45 +02:00
Takeshi KOMIYA
79e90d6cdb Update CHANGES for PR #4026 2017-08-28 22:47:07 +09:00
Takeshi KOMIYA
fa5cb856a4 Merge pull request #4026 from jrtc27/patch-1
nature: Fix macOS Safari scrollbar color
2017-08-28 22:46:35 +09:00
James Clarke
852d96eb3d nature: Fix macOS Safari scrollbar color
macOS scrollbars overlap the contents, and the color is either black or white,
depending on the color of the body. Therefore having a black body causes the
scrollbar to appear white, and since the theme itself is light, the scrollbar
is barely visible. Fix this by setting body to have a white background-color,
matching the visible color coming from div.body.
2017-08-28 12:58:52 +01:00
Takeshi KOMIYA
ece971d586 Merge pull request #4020 from AtlasJan/stable
Update tutorial.rst
2017-08-28 20:58:08 +09:00
shimizukawa
63c15998f6 closes #4017: some web site house cleaning 2017-08-25 23:37:06 +09:00
Atlas
16cbf658a2 Update tutorial.rst 2017-08-23 11:56:35 +02:00
shimizukawa
dd8c3211be fix: missing `texinputs_win/Makefile` to be used in latexpdf builder on windows. 2017-08-22 11:03:17 +09:00
Takeshi KOMIYA
feab97e293 Fix flake8 violation 2017-08-20 00:27:07 +09:00
Takeshi KOMIYA
24c514af1b Merge pull request #4007 from sphinx-doc/copy-staticfiles-beyond-symlinks
copy static files beyond symlinked directories under _static directory
2017-08-19 23:30:46 +09:00
shimizukawa
4f0de6f49b copy static files beyond symlinked directories under _static directory.
This issue caused from ref #2744
2017-08-16 15:13:15 +09:00
Takeshi KOMIYA
c96b5b67b1 Fix flake8 violation 2017-08-10 10:36:19 +09:00
Takeshi KOMIYA
13be8e03ba Fix #3969: private instance attributes causes AttributeError 2017-07-31 22:49:04 +09:00
Takeshi KOMIYA
d63a678228 Reduce DeprecationWarning 2017-07-31 22:30:48 +09:00
Takeshi KOMIYA
22e7380a70 Merge pull request #3964 from JulienPalard/issue-3958-french-title-fix
i18n: This string is used as html_title, it needs to be capitalized.
2017-07-31 00:58:56 +09:00
Takeshi KOMIYA
da0fda3b0b Add tests for default-role 2017-07-31 00:46:26 +09:00
Takeshi KOMIYA
fa9ad8552d Fix #3960: default_role = guilabel not functioning 2017-07-30 23:52:39 +09:00
Takeshi KOMIYA
ea03e27fb8 Fix :pep: and :rfc: does not supports `default-role` directive (refs: #3960) 2017-07-29 16:53:05 +09:00
Julien Palard
44da8f4fa7 i18n: This string is used as html_title, it needs to be capitalized. 2017-07-29 08:23:27 +02:00
jfbu
f353bc63d7 Update LaTeX style file version date 2017-07-24 15:15:52 +02:00
jfbu
7f9907be61 Update CHANGES 2017-07-24 15:08:34 +02:00
jfbu
621eca38be Fix #3946 (typo in sphinx.sty) 2017-07-24 14:51:06 +02:00