Commit Graph
2015 Commits
Author SHA1 Message Date
Takeshi KOMIYA bd22d09f48 Add domain support to support equation cross references (ref: #1210, #2851) 2016-08-22 19:58:46 +09:00
Takeshi KOMIYA 14a1d5df29 Update CHANGES for PR#2879 2016-08-22 19:49:22 +09:00
Takeshi KOMIYA e0d2783c7b Merge branch 'FileAvoidWrite' 2016-08-22 19:27:47 +09:00
Takeshi KOMIYA c4c4ce53c8 Merge branch 'master' into HEAD 2016-08-22 19:03:27 +09:00
Yoshiki Shibukawa 16b99532ca flatten genindex columns' height 2016-08-20 22:27:13 +09:00
Takeshi KOMIYA 08d0834284 Merge pull request #2866 from tk0miya/user_defined_latex_template
latex builder: allow to use user-defined template file (experimental)
2016-08-20 19:42:04 +09:00
Takeshi KOMIYA cbb4266b19 Fix CHANGES 2016-08-20 18:31:11 +09:00
Takeshi KOMIYA 184bedef4b Merge branch 'stable' 2016-08-20 18:06:33 +09:00
Takeshi KOMIYA 938dad8400 Bump version 2016-08-20 18:05:14 +09:00
Takeshi KOMIYA 4168b0bd20 Bump to 1.4.6 final 2016-08-20 18:00:04 +09:00
Takeshi KOMIYA 372e83f0c7 Merge pull request #2853 from shibukawa/fix/genindex
Fix genindex.html to satisfy xhtml standard
2016-08-20 12:52:23 +09:00
Takeshi KOMIYA a1d6be6a54 Fix #1797: text builder inserts blank line on top 2016-08-19 23:46:54 +09:00
Erik M. Bray 68b34a3540 Add a changelog entry for the fix 2016-08-19 12:10:38 +02:00
Takeshi KOMIYA 05caa0f037 Fix #1953: `Sphinx.add_node does not add handlers the translator installed by html_translator_class` 2016-08-19 00:45:45 +09:00
Yoshiki Shibukawa 8e0bf12f5f Fix genindex.html to satisfy xhtml standard 2016-08-18 21:17:12 +09:00
Takeshi KOMIYA caf7e280c2 Update CHANGES for PR#2867 2016-08-18 18:25:50 +09:00
Takeshi KOMIYA 1cfde018d2 Merge branch 'stable' 2016-08-18 12:12:15 +09:00
Takeshi KOMIYA d45c5f8e82 #2725: latex builder: allow to use user-defined template file (experimental) 2016-08-17 22:52:42 +09:00
Takeshi KOMIYA ed2d55431d Fix #2846: `singlehtml` builder does not include figure numbers 2016-08-17 13:29:07 +09:00
Takeshi KOMIYA 2dd678d40b Use make-mode of `sphinx-quickstart` by default 2016-08-13 12:32:54 +09:00
Takeshi KOMIYA b69d37375e Fix parsing errors for caption of code-blocks are displayed in document (ref: #2845) 2016-08-12 21:14:10 +09:00
Takeshi KOMIYA d5078a64d7 Fix #2789: sphinx.ext.intersphinx generates wrong hyperlinks if the inventory is given 2016-08-11 11:19:42 +09:00
Takeshi KOMIYA 8a9459b308 Merge branch 'stable' 2016-08-09 23:19:11 +09:00
Takeshi KOMIYA 511a0aaef7 Update CHANGES 2016-08-09 12:21:04 +09:00
Takeshi KOMIYA e15216c568 Fix sphinx.ext.autodoc crashes if target code imports * from mock modules by autodoc_mock_imports 2016-08-09 12:20:11 +09:00
Jakob Lykke Andersen 1b251797bb Merge branch 'master' into cpp-concepts 2016-08-07 18:37:31 +02:00
Takeshi KOMIYA a9da999d71 Merge branch 'stable' 2016-08-08 00:40:42 +09:00
Takeshi KOMIYA 96b3979d84 Update CHANGES for PR#1911 2016-08-08 00:29:29 +09:00
Joost van Zwieten 099b58f7fe ext.autodoc: fix formatting instance annotations
Currently `format_annotation` fails on instances, because instances don't have
`__module__` and `__qualname__` attributes.  Defer building the
`qualified_name` of an annotation until we have established that the annotation
is a type.
2016-08-07 16:18:22 +02:00
Jakob Lykke Andersen 678630a59b C++, add support for removing index text prefixes
Closes sphinx-doc/sphinx#1958.
2016-08-06 00:53:50 +02:00
Jakob Lykke Andersen c85e60a5ac C++, increase support for attributes.
User-defined attributes and simple C++11 style attributes.
Closes sphinx-doc/sphinx#2682.
2016-08-06 00:08:02 +02:00
Yoshiki Shibukawa 6076b5588b fix document warning 2016-07-28 15:38:38 +09:00
Yoshiki Shibukawa d842a4cbc8 Turn off viewcode extension by default 2016-07-28 15:38:38 +09:00
Takeshi KOMIYA 84baf05c4f Closes #2799: Sphinx installs roles and directives automatically on importing sphinx module.
Now Sphinx installs them on running application.
2016-07-28 11:23:10 +09:00
Michal Čihař a66c5811f8 Support any encoding in HEAD requests
Completely support would be more problematic and this already covers
most usual case.

Fixes #2775

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-26 09:30:03 +02:00
Takeshi KOMIYA 99c9f60373 Merge branch 'stable' 2016-07-26 14:26:11 +09:00
Takeshi KOMIYA d65ea860aa Update CHANGES 2016-07-26 14:25:20 +09:00
Takeshi KOMIYA 55de0e1239 Merge pull request #2801 from tk0miya/quickstart_allows_empty_version
`sphinx-quickstart` now allows a project version is empty
2016-07-26 10:42:58 +09:00
Yoshiki Shibukawa d935fd82fc disable download role on epub/qthelp builder 2016-07-22 08:22:41 +09:00
Yoshiki Shibukawa 6e40e33780 Fix duplicated toc in epub3 output 2016-07-22 05:05:33 +09:00
Takeshi KOMIYA 8d1604628a Update CHANGES for PR#2778 2016-07-21 11:14:43 +09:00
Takeshi KOMIYA 1257c038ef Fix CHANGES to avoid warning from any role 2016-07-21 10:12:48 +09:00
Takeshi KOMIYA d6357a878d sphinx-quickstart now allows a project version is empty 2016-07-21 01:13:39 +09:00
Takeshi KOMIYA d651613583 Merge pull request #2772 from tk0miya/good_default_settings_for_latexpdfja
better default LaTeX settings for Japanese
2016-07-21 01:06:08 +09:00
Takeshi KOMIYA f2a7eeca60 Merge pull request #2774 from tk0miya/latex_engine
Add `latex_engine` to switch the LaTeX engine by conf.py
2016-07-21 01:05:51 +09:00
Takeshi KOMIYA 80bfc55795 Merge branch 'stable' 2016-07-21 00:20:25 +09:00
Takeshi KOMIYA 1a575f4666 Update CHANGES and docs 2016-07-19 11:03:38 +09:00
Takeshi KOMIYA 0bafd9ee21 Support multiple LaTeX engines through latex_engine 2016-07-19 11:03:10 +09:00
Yoshiki Shibukawa 62ed395f5c suppress search feature on epub result 2016-07-18 22:59:17 +09:00
Glenn Matthews 8c1a8153ca Create PyGroupedField and use it for 'exceptions' 2016-07-15 22:01:06 -04:00