Commit Graph

9993 Commits

Author SHA1 Message Date
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
228fdb892a Merge pull request #4062 from rodrigc/hexdigest-encode
hashlib.sha1() must take bytes, not unicode on Python 3
2017-09-17 22:49:19 +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
Takeshi KOMIYA
63ccdd83e0 Merge pull request #4049 from anntzer/help-typo
Fix typo in output of sphinx-build -h.
2017-09-17 22:47:25 +09:00
Craig Rodrigues
8b28cf4728 hashlib.sha1() must take bytes, not unicode 2017-09-15 14:45:56 -07: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
Peter Cock
99503bdb6c Sort modules for highlighting
With this change the output will be in a predictable order on
older versions of Python (where the dictionary is not sorted
by default).

This is helpful for debugging and interpreting the progress
from the terminal.
2017-09-12 15:02:14 +01: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
Takuya Noguchi
3e94878871 Add support for docutils 0.14 2017-09-10 09:23:09 +09:00
Antony Lee
ddd23d31f1 Fix typo in output of sphinx-build -h. 2017-09-08 22:56:39 -07:00
Jeroen Demeyer
f4c8115a7e Turn any environment unpickling error into IOError 2017-09-08 11:42:35 +02: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
Daniel Pizetta
eb9c18b1bc Fix #4019: exception treatment for NoneType group attibute. 2017-09-04 16:14:30 -03:00
Takeshi KOMIYA
0cb57f19a0 Fix #4006: Fix crash on parallel build 2017-09-05 01:37:33 +09:00
Takeshi KOMIYA
ad41e0b25e Update CHANGES for PR #3972 2017-09-04 22:46:05 +09:00
Takeshi KOMIYA
fb24ea3720 Merge pull request #3972 from bmwiedemann/epubsort
epub: Sort manifest entries by filename
2017-09-04 22:45:24 +09:00
Takeshi KOMIYA
62830b4d75 Merge pull request #4036 from anntzer/doc-setuptools-defaults
Fix documented default values for setuptools integration.
2017-09-04 22:34:17 +09:00
Antony Lee
cfa03b9771 Fix documented default values for setuptools integration.
The defaults were obtained by reading the implementation in
`setup_command.py`, notably `_guess_source_dir` and `finalize_options`.
2017-09-01 22:30:04 -07: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
Takeshi KOMIYA
cb0220de1a Merge pull request #3949 from rneatherway/unicode-regex
Update regex to fix character class range
2017-08-28 21:03:16 +09:00
Takeshi KOMIYA
6fdea58b7f Update CHANGES for PR #3973 2017-08-28 21:00:55 +09:00
Takeshi KOMIYA
a20c852729 Merge pull request #3973 from bmwiedemann/epubdate
epub: allow to override build date
2017-08-28 20:59:57 +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
Takeshi KOMIYA
e34019ecbb Update CHANGES for PR #4023 2017-08-28 20:55:48 +09:00
Takeshi KOMIYA
6765c54fbc Merge pull request #4023 from anntzer/clarify-any-ambiguity
Clarify error message when any role has more than one target.
2017-08-28 20:54:44 +09:00
Robin Neatherway
e451b80cfb Remove unused 'type: ignore' comment flagged by mypy 2017-08-28 11:34:19 +01:00
shimizukawa
63c15998f6 closes #4017: some web site house cleaning 2017-08-25 23:37:06 +09:00
Antony Lee
65aa87c6e9 Clarify error message when any role has more than one target.
(by including the full names of the candidate targets)
2017-08-23 14:56:15 -07:00
Atlas
16cbf658a2 Update tutorial.rst 2017-08-23 11:56:35 +02:00
Timotheus Kampik
ec9f373bfa #3751 use double back ticks 2017-08-23 00:05:56 +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
Bernhard M. Wiedemann
5b4761e827 epub: use format_date
to allow to override build date
to enable reproducible builds of packages like certbot in openSUSE

See https://reproducible-builds.org/ for why this is good.
2017-08-21 22:17:44 +02:00
Bernhard M. Wiedemann
3164e27ca0 epub: Sort manifest entries by filename
is a fixup on commit 0b7c73a981

is required because the os.walk loop is run per directory
and the ordering of directories is indeterministic
2017-08-21 17:21:16 +02:00
Takeshi KOMIYA
8b76d5b064 Merge pull request #4012 from avalentino/docstring-inheritance
Docstring inheritance
2017-08-21 23:31:17 +09:00
Robin Neatherway
e7304c74e8 Update regex to fix character class range
The use of a raw string literal here means that \uXXXX will not be
treated as a unicode character, but rather as the string "\\uXXXX".
I've adjusted this here to make this a unicode string.
2017-08-21 15:11:03 +01:00
Antonio Valentino
849c19c0e5 PEP8 2017-08-20 11:48:13 +02:00
Antonio Valentino
d454bb7472 Fix compatibility with Python 2 2017-08-20 11:10:35 +02:00
Antonio Valentino
96ee24d7c1 Basic test for docstring inheritance 2017-08-19 21:52:30 +02:00