Commit Graph

7849 Commits

Author SHA1 Message Date
Bryan Van de Ven
e83c3804f4 Protect isenumclass predicate against non-class arguments
fixes: #3731

Not being a class is another way a thing might not be an enum class,
but without an explicit check, isenumclass raises an exception in this
case.
2017-05-11 08:40:17 -05:00
Takeshi KOMIYA
9f5f169af2 Update warning message (refs: #3524) 2017-05-07 16:36:29 +09:00
Takeshi KOMIYA
16e07b1981 Update CHANGES for PR #3717 2017-05-07 16:24:26 +09:00
Takeshi KOMIYA
d003ac4ac0 Fix flake8 violation 2017-05-07 16:22:55 +09:00
Takeshi KOMIYA
6d2e05dbe4 Merge pull request #3717 from njsmith/favicon-png-is-ok
Stop enforcing that favicon's must be .ico
2017-05-07 16:22:08 +09:00
Nathaniel J. Smith
07f1a6d84d Stop enforcing that favicon's must be .ico
Support for at least .png and .gif is now essentially universal, and
other formats (.jpg, .svg, etc.) are relatively widespread.

This was only a warning, but it's common to run sphinx with warnings
turned into errors, so it caused problems.
2017-05-07 00:02:27 -07:00
Takeshi KOMIYA
d7353e6cf4 Merge pull request #3712 from tk0miya/3708_latex_allows_irc_scheme
Fix #3708: LaTeX writer allows irc scheme
2017-05-07 15:20:24 +09:00
Takeshi KOMIYA
79b0c50165 Fix #3708: LaTeX writer allows irc scheme 2017-05-06 22:41:23 +09:00
jfbu
698d8d440e Change slightly console output of LaTeX deprecation macro 2017-05-05 18:18:51 +02:00
jfbu
da8007c3f4 Update CHANGES for PR #3703 2017-05-05 13:15:41 +02:00
Jean-François B
c033fa2ab2 Merge pull request #3703 from jfbu/sphinxlegend
Fix #3702: abstract LaTeX styling of figure legends into sphinxlegend
2017-05-05 13:10:57 +02:00
jfbu
321a5e7a5e Fix #3702: abstract LaTeX styling of figure legends into sphinxlegend 2017-05-04 09:59:29 +02:00
jfbu
4ffe79c548 Fix duplicate entry in CHANGES (in 1.5a1 Incompatible changes) 2017-05-02 18:35:33 +02:00
Takeshi KOMIYA
097cd87fd8 Update CHANGES for PR #2454 (refs: 3691) 2017-05-03 01:18:13 +09:00
Takeshi KOMIYA
87b30cc3cb Fix #3685: AttributeError when using 3rd party domains 2017-05-03 01:07:46 +09:00
jfbu
efb544898b Better handling of titlesec 2.10.1's bug (ref #3241) 2017-05-01 17:22:54 +02:00
shimizukawa
23b1d846f1 refs #3588: No compact (p tag) html output in the i18n document build even when :confval:html_compact_lists is True. 2017-05-01 17:22:05 +09:00
Takeshi KOMIYA
7808e72976 Merge pull request #3679 from tk0miya/update_doc_version
Fix the unreleased version number is shown (refs: #3678, #3027)
2017-04-28 22:55:23 +09:00
Takeshi KOMIYA
bd66ffc1fa Fix the unreleased version number is shown (refs: #3678, #3027) 2017-04-28 01:19:01 +09:00
Takeshi KOMIYA
44f9146488 Merge pull request #3675 from tk0miya/3657_epub_builder_crashes
Fix #3657: EPUB builder crashes if document startswith genindex exists
2017-04-27 22:00:31 +09:00
Takeshi KOMIYA
5c5272c4ab Fix #3657: EPUB builder crashes if document startswith genindex exists 2017-04-27 21:44:46 +09:00
Jean-François B
67c1a8a59e Merge pull request #3665 from jfbu/fixfullineitemslabelsep
Fix #3664 relative to ``\labelsep`` setting in LaTeX fulllineitems
2017-04-25 12:11:44 +02:00
jfbu
7c2f5f16eb Fix #3664 relative to `\labelsep` setting in LaTeX fulllineitems
This also removes re-definition of description environment which is not
needed anymore as ``\labelsep`` is not modified.
2017-04-25 10:14:53 +02:00
Takeshi KOMIYA
7897678777 Fix #3618: autodoc crashes with tupled arguments 2017-04-11 23:44:29 +09:00
shimizukawa
317c86e9b9 Revert "add appveyor for testing on Windows"
This reverts commit b8fe49b0a4.
2017-04-10 10:34:53 +09:00
shimizukawa
b8fe49b0a4 add appveyor for testing on Windows 2017-04-10 10:33:53 +09:00
Takeshi KOMIYA
b6e4cceb8f Fix #3614: Sphinx crashes with requests-2.5.0 2017-04-08 13:41:06 +09:00
Takeshi KOMIYA
a9256bfa70 Remove Sphinx.egg-info on make clean 2017-04-06 09:41:49 +09:00
Takeshi KOMIYA
4c87bcc57e Bump version 2017-04-04 00:37:53 +09:00
Takeshi KOMIYA
5dd51a7fa4 Bump to 1.5.5 final 2017-04-04 00:34:52 +09:00
Takeshi KOMIYA
86c19bd46a Update CHANGES 2017-04-04 00:19:32 +09:00
Takeshi KOMIYA
78148e9943 Merge pull request #3602 from shirou/change-mathjax-cdn
Change MathJax CDN
2017-04-04 00:16:44 +09:00
WAKAYAMA Shirou
d6dde6ac10 change Mathjax CDN URL. 2017-04-03 13:48:16 +09:00
Takeshi KOMIYA
57019c291a Fix #3597: python domain raises UnboundLocalError if invalid name given 2017-04-02 22:55:40 +09:00
Takeshi KOMIYA
98e8fa992e Bump version 2017-04-02 19:01:14 +09:00
Takeshi KOMIYA
f730297187 egg_info: drop --no-svn-revision option because it has been deprecated 2017-04-02 18:58:22 +09:00
Takeshi KOMIYA
f8927e9f8c Bump to 1.5.4 final 2017-04-02 18:51:30 +09:00
jfbu
3ff68db8d9 Remove a line in CHANGES for 1.5.4 upcoming release 2017-03-30 18:50:48 +02:00
Takeshi KOMIYA
592b808005 Merge pull request #3585 from eric-wieser/escape-autosummary
BUG: Fix autosummary of members with a trailing underscore
2017-03-29 22:56:32 +09:00
Takeshi KOMIYA
d0384130cc Merge pull request #3518 from agjohnson/fix-singlehtml-empty-toctree
Allow empty toctree in singlehtml builder
2017-03-29 22:24:16 +09:00
Anthony Johnson
beee9e80cd
Add another test for empty toctree 2017-03-29 00:52:35 -07:00
jfbu
6b583a9618 Update version and date for LaTeX style files 2017-03-26 20:25:41 +02:00
jfbu
5f581cdb2d Fix potential regression in LaTeX from a code change at PR #3538
The removal of an `\everyeof{}` from `\sphinxcode` was causing
never-ending loop if the latter expanded inside `\sphinxhref`. The bug
was introduced at 3128a43, it thus never made it to a release yet.
Catching it in time for 1.5.4.
2017-03-26 20:00:35 +02:00
Eric Wieser
804891c4a1 BUG: Fix autosummary of members with a trailing underscore 2017-03-26 12:54:03 +01:00
Takeshi KOMIYA
c57e47e042 Year++ 2017-03-26 11:49:34 +09:00
Takeshi KOMIYA
a92f406739 Merge pull request #3581 from eric-wieser/patch-1
Fix issues with trailing underscores in heading names
2017-03-25 22:16:42 +09:00
Eric Wieser
a7397a21fe Test whether the escaping is correct by looking at the plaintext
Otherwise we're just testing that the headers are produced with format_header
2017-03-24 09:53:01 +00:00
Eric Wieser
18d2e2e48b Move apidoc tests to subfolder, rather than polluting main test 2017-03-24 09:51:50 +00:00
Eric Wieser
3e7bee5836 Fix issues with trailing underscores in heading names
Fixes #1451, using the approach in 8d96c90fc6
2017-03-23 12:40:14 +00:00
jfbu
895014cd71 Fix use of \pdfinfo (refs #3551, #3567)
Although the data in ``\pdfinfo`` as set-up in ``sphinxmanual.cls`` was
ignored, some LaTeX commands (e.g. ``\large``) in the ``latex_documents``
title item could cause failed PDF builds.

This commit removes the anyhow ignored ``\pdfinfo`` usage, and indicates
in commented-out lines how to use ``\hypersetup``, which may be done in
master branch, or possibly in stable branch, if some consensus emerges
about how to represent ``\and`` in the ``/Author`` field. It seems the
PDF Document Information Dictionary does not seem to provide any
universal multi-lingual way to indicate multiple authors.
2017-03-23 11:06:48 +01:00