Commit Graph

8395 Commits

Author SHA1 Message Date
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
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
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
Anthony Johnson
fb3953698b
Remove JS domain module feature for null module names 2017-03-20 13:38:23 -07:00
Anthony Johnson
5d8b49d221
Cleanup on docs and test 2017-03-20 12:17:58 -07:00
Takeshi KOMIYA
7343b92de5 Update deprecation message for env.currmodule and env.currclass 2017-03-20 15:02:43 +09:00
Takeshi KOMIYA
de523ff6fa Update CHANGES 2017-03-20 14:55:30 +09:00
Takeshi KOMIYA
d3c475793d Fix mypy violations 2017-03-20 10:39:47 +09:00
Takeshi KOMIYA
81c0fef4bb Update warning message 2017-03-20 10:37:57 +09:00
Takeshi KOMIYA
f175dc1b22 Add Builder.use_message_catalog flag 2017-03-20 08:54:36 +09:00
Takeshi KOMIYA
b192b3271a Add Builder#get_asset_paths() to make less-coupling 2017-03-20 01:20:19 +09:00
Takeshi KOMIYA
cd3f48bb76 Create an instance of builder before initialize env 2017-03-19 23:16:37 +09:00
jfbu
d4d106e7b7 Update CHANGES for PR #3550 2017-03-18 23:26:33 +01:00
Jean-François B
4fb01cae8c Merge pull request #3550 from jfbu/fixcolorsetup
Streamline obsolete color set-up in LaTeX style file
2017-03-18 23:15:57 +01:00
jfbu
daca6293a0 Typo in a comment 2017-03-18 22:42:31 +01:00
jfbu
00ac58ff1e Revert "Remove parskip space above logo image on PDF title page"
This reverts commit 4712faf907.
2017-03-18 22:38:00 +01:00
Takeshi KOMIYA
75bc85d70d Fix docstring 2017-03-18 18:31:16 +09:00
Takeshi KOMIYA
aa6dfb8b41 Merge branch 'stable' 2017-03-18 18:25:50 +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