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
jfbu
89431bf833
Fix accidental use of `language='ja'
` in docs (at 41bb388
)
2017-03-23 11:03:38 +01: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
Takeshi KOMIYA
159bcd905a
Merge pull request #3573 from chrisckchang/patch-1
...
Fix grammar in docs
2017-03-21 09:59:04 +09:00
Christopher Chang
9af298dcfa
Update domains.rst
2017-03-20 15:42:17 -07:00
Christopher Chang
3f2c3790ce
fixed a grammatical mistake
2017-03-20 14:13:49 -07:00
Takeshi KOMIYA
75bc85d70d
Fix docstring
2017-03-18 18:31:16 +09:00
Takeshi KOMIYA
2dae11aa68
Fix #3552 : linkcheck raises UnboundLocalError
2017-03-18 18:17:59 +09:00
jfbu
ada9aa6b94
Markup in CONTRIBUTING.rst
2017-03-18 09:49:18 +01:00
Takeshi KOMIYA
a0e1eb6544
Update CHANGES for PR #3520
2017-03-18 17:38:50 +09:00
Takeshi KOMIYA
a67c7855aa
Merge pull request #3520 from agjohnson/fix-domain-py-nesting
...
Fix Python domain nesting
2017-03-18 17:33:56 +09:00
jfbu
2b929dc27e
Fix syntax coloring in CONTRIBUTING.rst
2017-03-18 09:25:48 +01:00
Tormod Landet
a9243276cc
Mention style-checks and type-checks in devguide
2017-03-18 09:15:00 +01:00
jfbu
39bce2f90a
Remove documentation of `\sphinxquotedblleft
` from next minor release
...
Indeed, the macros will perhaps be removed already at 1.6, (PR #3562 ),
hence it is better not to document them at 1.5.4.
2017-03-16 23:01:12 +01:00
Anthony Johnson
2795889310
Review feedback, cleanup, and docs
2017-03-15 23:14:32 -07:00
Takeshi KOMIYA
7a3f35e014
Merge pull request #3554 from jdemeyer/allow_no_ssl
...
Allow running Sphinx without ssl
2017-03-16 10:44:59 +09:00
Takeshi KOMIYA
c1a6377caa
Merge pull request #3555 from mitya57/stable
...
test_markup: Make verify functions test both HTML and LaTeX outputs
2017-03-16 10:28:48 +09:00
Jeroen Demeyer
f314245aa5
Allow running Sphinx without ssl
2017-03-15 10:48:03 +01:00
Dmitry Shachnev
1717a95a77
Fix a test failure which was uncovered by the previous change
...
In PR #3527 the LaTeX output for quotes has changed, but the test was
not updated.
2017-03-15 11:29:50 +03:00
Rob Ruana
b7efbfe615
Fix #3174 : [Napoleon] Defers autodoc-skip-member to other extensions if Napoleon doesn't care if the member is skipped
2017-03-14 18:53:27 -07:00
Dmitry Shachnev
6e0467ca77
test_markup: Make verify functions test both HTML and LaTeX outputs
...
Previously it would return after performing the HTML check, without
running the LaTeX one.
2017-03-14 22:34:51 +03:00
Jean-François B
741acb04e9
Merge pull request #3544 from jfbu/reorderlatexmacros
...
Reorder macros in LaTeX style file for easier maintenance
2017-03-12 12:51:06 +01:00
jfbu
b176957729
Remove superfluous `\long
` from text styling macro definitions
...
All LaTeX commands such as \textbf, \emph, \underline.. are "short",
thus there was no need of ``\long`` prefix. Regarding
``\sphinxoptional`` which was defined via ``\newcommand``, the ``\long``
is there for full backwards compatibility, but a priori the argument
will always be a "short" one (i.e. not containing empty line or ``\par``
token.)
2017-03-12 10:57:26 +01:00
jfbu
a62ea77a2d
Reorder macros in LaTeX style file for easier maintenance
2017-03-12 10:55:02 +01:00
Jakob Lykke Andersen
acf5f94940
C++, fix parsing error of non-type template arg
...
Fixes sphinx-doc/sphinx#3542
2017-03-12 15:03:20 +09:00