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
Takeshi KOMIYA
617f13e433
Merge pull request #3590 from lelit/del_default_sidebars
...
Remove unused default_sidebars class member
2017-03-29 22:14:43 +09:00
Anthony Johnson
beee9e80cd
Add another test for empty toctree
2017-03-29 00:52:35 -07:00
Lele Gaifax
e8e63b1e99
Remove unused default_sidebars class member
...
It was a leftover from commit 03b9d79b34
.
2017-03-28 01:16:46 +02:00
jfbu
f5f27c42d8
Merge branch 'stable'
2017-03-26 22:29:40 +02: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
Takeshi KOMIYA
7826195a21
Fix mypy violations
2017-03-26 20:57:38 +09:00
Eric Wieser
804891c4a1
BUG: Fix autosummary of members with a trailing underscore
2017-03-26 12:54:03 +01:00
Takeshi KOMIYA
ed167d661c
Fix app.messagelog does not filled after moving to logging module
2017-03-26 18:53:08 +09:00
Takeshi KOMIYA
46acb4fbe4
Fix save_traceback() has broken
2017-03-26 18:25:19 +09:00
Takeshi KOMIYA
3715557249
Merge pull request #3587 from tk0miya/3221_deprecate_epub2
...
Fix #3221 : Deprecate EPUB2 builder
2017-03-26 18:21:23 +09:00
Takeshi KOMIYA
3e46f52a96
Merge pull request #3475 from agjohnson/domain-js-add-nesting
...
Add nesting, package directive, and method directive to JavaScript domain
2017-03-26 18:16:04 +09:00
Takeshi KOMIYA
1dea386bc4
Fix #3108 : Show warning if :start-at: and other literalinclude options does not match to the text
2017-03-26 18:13:50 +09:00
Takeshi KOMIYA
622ca9795f
Fix #3221 : Deprecate EPUB2 builder
2017-03-26 17:46:25 +09:00
Takeshi KOMIYA
8a98a1ad3d
Fix event handlers should be called back by installed order
2017-03-26 17:46:18 +09:00
Takeshi KOMIYA
6d08efe2dd
test: Replace app.buildername by app.builder.name
2017-03-26 17:33:56 +09:00
Takeshi KOMIYA
d3d9e3dfc8
Fix wrong merge
2017-03-26 12:36:39 +09:00
Takeshi KOMIYA
bf3f9ef3ec
Year++
2017-03-26 12:01:22 +09:00
Takeshi KOMIYA
8f9dd64992
Merge branch 'stable'
2017-03-26 11:52:15 +09:00
Takeshi KOMIYA
c57e47e042
Year++
2017-03-26 11:49:34 +09:00
Takeshi KOMIYA
d53204aa46
Merge pull request #3578 from tk0miya/refactor_extensions
...
Refactor application class around extensions
2017-03-26 11:33:42 +09:00
Takeshi KOMIYA
2cdcc80d44
Rename module: sphinx.extensions -> sphinx.extension (singular)
2017-03-26 10:58:17 +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
jfbu
a8627ac01c
Use hyperref to set up the PDF information dictionary ( fixes #3551 )
2017-03-24 09:16:14 +01:00
Takeshi KOMIYA
65dc6d9859
Add comments
2017-03-24 10:30:01 +09:00
Takeshi KOMIYA
54076ed797
treat alabaster as a builtin extension
2017-03-23 22:50:11 +09:00
Takeshi KOMIYA
9025297faa
Add Extension class
2017-03-23 22:50:11 +09:00
Takeshi KOMIYA
064a0da8c3
Update deprecation message for env.currmodule and env.currclass
2017-03-23 22:50:11 +09: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
254c04500b
Merge branch 'stable'
2017-03-23 11:13:22 +01: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
jfbu
89431bf833
Fix accidental use of `language='ja'
` in docs (at 41bb388
)
2017-03-23 11:03:38 +01:00
Jakob Lykke Andersen
1e4fc555d7
C++, properly look up any references.
...
Also, clean up use of temp_data and ref_context.
2017-03-22 22:00:35 +09:00
Takeshi KOMIYA
b48fed2aac
Drop unused code (again)
2017-03-22 10:23:29 +09:00
Takeshi KOMIYA
61df39f535
Revert "Drop unused codes"
...
This reverts commit 0f47b1d09d
.
2017-03-22 10:21:54 +09:00
Takeshi KOMIYA
0f47b1d09d
Drop unused codes
2017-03-22 09:51:01 +09:00
Takeshi KOMIYA
f3aa62e685
Merge pull request #3571 from tk0miya/refactor_init_builder
...
Refactor initialization process of builder
2017-03-22 09:50:31 +09:00
Takeshi KOMIYA
6376e6053c
Merge branch 'stable'
2017-03-22 09:49:48 +09:00
Takeshi KOMIYA
161e3da3f3
Update CHANGES for PR #3577
2017-03-22 09:36:00 +09:00
Takeshi KOMIYA
cfc3e36ee5
Merge pull request #3577 from singingwolfboy/intersphinx-debug
...
Fix intersphinx debug tool
2017-03-22 09:35:00 +09:00
David Baumgold
3317796739
Fix intersphinx debug tool
...
and add automated tests
2017-03-21 15:00:32 -04:00
jfbu
aa03441ee9
Fix TeX coding bug in latex writer ( closes #3575 )
2017-03-21 13:21:46 +01:00
jfbu
a0a0e6cab0
Fix typo
2017-03-21 09:23:35 +01:00
jfbu
68ac715565
Update domains.rst
2017-03-21 08:26:11 +01:00
jfbu
41bb38877f
Update docs (domains.rst)
2017-03-21 08:24:35 +01:00