Commit Graph

2393 Commits

Author SHA1 Message Date
Takeshi KOMIYA
ff1adc7fd1 Fixed #3821: Failed to import sphinx.util.compat with docutils-0.14rc1 2017-05-29 11:04:16 +09:00
jfbu
8aafa50af4 Fix typo in CHANGES at 1.6b1 Deprecated 2017-05-28 19:27:21 +02:00
Takeshi KOMIYA
39df91595e Bump version 2017-05-29 00:32:19 +09:00
Takeshi KOMIYA
7ffd6ccee8 Bump to 1.6.2 final 2017-05-29 00:29:25 +09:00
jfbu
8679e145e4 Update docs and CHANGES about Latexmk not being used on Windows 2017-05-28 16:24:21 +02:00
Takeshi KOMIYA
0b945ce157 Fix #3817: latex builder raises AttributeError 2017-05-28 22:47:57 +09:00
jfbu
19e4462fd7 Update CHANGES for PR #3816 2017-05-28 15:24:38 +02:00
jfbu
350f58a618 Update CHANGES and docs regarding Latexmk dependency 2017-05-28 09:43:24 +02:00
jfbu
7165a4f1e4 Fix #3788: Docutils emits warnings for unsupported languages
This monkey-patches docutils.languages.get_language() to suppress
Docutils emitted warning when the document settings use a language_code
for which Docutils has no ready-made localisation. The language_code is
needed for functioning of the smartquotes transform.
2017-05-27 16:58:10 +02:00
Takeshi KOMIYA
c1191e4f54 Update CHANGES for PR #3789 2017-05-26 00:12:12 +09:00
Takeshi KOMIYA
6324946d10 Fix #3791: PDF "continued on next page" for long tables isn't internationalized 2017-05-25 23:27:35 +09:00
Takeshi KOMIYA
ffb84cb07e Fix #3803: Sphinx crashes with invalid PO files 2017-05-25 23:27:35 +09:00
Takayuki SHIMIZUKAWA
14426f9d38 update CHANGES for #3779 2017-05-25 07:21:12 +09:00
Takeshi KOMIYA
c3eaadbaa2 Fix #3796: env.resolve_references() crashes when non-document node given 2017-05-24 23:23:24 +09:00
Tatiana Tereshchenko
dfc719e187 Fix #3779: 'ImportError' in sphinx.ext.autodoc due to broken 'sys.meta_path' 2017-05-24 11:46:47 +02:00
Takeshi KOMIYA
2387d513fa Fix #3763: got epubcheck validations error if epub_cover is set 2017-05-22 23:58:02 +09:00
Takeshi KOMIYA
c8d049bf01 Fix #3772: 'str object' has no attribute 'filename' 2017-05-21 22:49:24 +09:00
Takeshi KOMIYA
16d0569536 Fix #3774: Incremental HTML building broken when using citations 2017-05-21 10:05:11 +09:00
Takeshi KOMIYA
a43cac55bc Fix #3770: Fix KeyError from code-block directive 2017-05-21 09:52:46 +09:00
jfbu
6422f7b8c9 Fix #3742: missing `Index` bookmark and TOC entry in PDF builds at RTD
The trick is to create an Index TOC/bookmarks entry in anticipation of
makeindex execution, as RTD (currently) does only one pdflatex run after
makeindex.

    https://github.com/rtfd/readthedocs.org/issues/2857

The workaround works for Sphinx own docs, which uses ``'manual'``
docclass and puts the general index at very end of document.
2017-05-20 09:54:09 +02:00
Takeshi KOMIYA
dabd356f8e Fix #3755: incorrectly warns about dedent with literalinclude 2017-05-19 00:25:23 +09:00
Takeshi KOMIYA
ec50d014ee Fix #3758: Sphinx crashed if logs are emitted in conf.py 2017-05-18 10:52:01 +09:00
Takeshi KOMIYA
9795dca2d9 Fix #3756: epub: Entity mdash not defined 2017-05-18 00:19:10 +09:00
Takeshi KOMIYA
62614afb83 Fix #3754: HTML builder crashes if HTML theme appends own stylesheets 2017-05-17 23:24:13 +09:00
Takeshi KOMIYA
be6d205a1f Update CHANGES 2017-05-17 00:03:45 +09:00
Takeshi KOMIYA
ec34963069 Bump version 2017-05-16 22:38:42 +09:00
Takeshi KOMIYA
0082bca133 Skip 1.6 release 2017-05-16 22:35:06 +09:00
Takeshi KOMIYA
e06cd805a2 Bump to 1.6 final 2017-05-16 22:29:07 +09:00
Takeshi KOMIYA
384839f37c Merge pull request #3718 from sphinx-doc/3458-sphinx-testing
refs #3458 sphinx.testing
2017-05-16 15:06:02 +09:00
Takeshi KOMIYA
73b3ee17c2 Merge branch 'stable' into 1.6-release 2017-05-15 00:19:55 +09:00
Takeshi KOMIYA
f27d9447e0 Bump to 1.5.6 final 2017-05-15 00:14:00 +09:00
shimizukawa
d497d74370 refs #3458: add sphinx.testing that are moved from /tests directory. 2017-05-14 20:47:15 +09:00
jfbu
ae1455077b Fix #3746: PDF builds fail with latexmk version 4.48 or earlier
This is tested to work with latexmk version: 4.39 (10 Nov 2013).

For xelatex engine and with latexmk 4.52b or later (Jan 2017), setting
LATEXMKOPTS Makefile variable on command line to "-xelatex" results in
faster builds, because PDF is produced only on last run.
2017-05-13 13:05:58 +02:00
jfbu
7d5c14c98c Update CHANGES 2017-05-13 12:21:38 +02:00
Takeshi KOMIYA
c07ed92a20 Merge branch 'stable' into 1.6-release 2017-05-13 15:42:03 +09:00
Takeshi KOMIYA
4104b93c6e Fix #3320: Warning about reference target not being found for container types 2017-05-13 15:03:11 +09:00
Takeshi KOMIYA
90e1aba797 Update CHANGES for PR #3732 2017-05-12 00:46:29 +09:00
Takeshi KOMIYA
bac9fcbb56 Fix #3738: Nonsensical code in theming.py 2017-05-11 22:45:24 +09:00
jfbu
d7d7a1cff9 Update CHANGES for PR #3684 2017-05-11 11:21:27 +02:00
Takeshi KOMIYA
71d909c418 Fix #3725: Todo looks different from note in LaTeX output 2017-05-11 17:44:15 +09:00
jfbu
593eb39be0 Update CHANGES about latex table templates (#3389, 2a37b0e) 2017-05-09 22:23:51 +02:00
jfbu
050dd96626 Update CHANGES for PR #3686 2017-05-09 22:23:46 +02:00
jfbu
c1ff084ef6 Update (again) CHANGES for PR #3720 2017-05-09 15:57:35 +02:00
jfbu
a5ffd7dd27 Update CHANGES for PR #3720 2017-05-09 15:53:49 +02:00
shimizukawa
62d7abb2f8 fix typos in CHANGES 2017-05-07 22:21:12 +09:00
jfbu
3a20b29dd5 Amend CHANGES for entries which did not make it into 1.6b3 2017-05-07 11:47:32 +02:00
Takeshi KOMIYA
5161ea3dce Update CHANGES 2017-05-07 18:22:32 +09:00
Takeshi KOMIYA
eab611e433 Bump version 2017-05-07 18:19:19 +09:00
Takeshi KOMIYA
0b43022f1e Merge remote-tracking branch 'refs/remotes/origin/1.6-release' into 1.6-release 2017-05-07 18:18:22 +09:00
Takeshi KOMIYA
5eb1a6afae Bump to 1.6b3 2017-05-07 18:11:57 +09:00