Commit Graph

7066 Commits

Author SHA1 Message Date
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
2606064b09 Merge pull request #2867 from jschueller/patch-4
Require six 1.5 for html_parser
2016-08-18 18:22:42 +09:00
Julien Schueller
626be8b5f3 Require six 1.5 for html_parser 2016-08-18 09:34:43 +02:00
Takeshi KOMIYA
6911611f8d Fix broken test 2016-08-18 12:48:13 +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
1c9524dedd Add testcase for #2846 2016-08-17 13:58:05 +09:00
Takeshi KOMIYA
ed2d55431d Fix #2846: `singlehtml` builder does not include figure numbers 2016-08-17 13:29:07 +09:00
Takeshi KOMIYA
6e3bba431f Merge pull request #2860 from alyjak/test_run_argv
Pass command args into nose unit test runner from tests/run.py
2016-08-17 01:42:48 +09:00
Andrew Lyjak
47a3e3dfd3 Pass command args into nose unit test runner from tests/run.py
This allows developers to selectively run tests, to enable debugging
on test failures, etc. See
http://nose.readthedocs.io/en/latest/usage.html for usage
instructions.
2016-08-16 01:49:07 -07:00
Takeshi KOMIYA
d5a770b592 std domain handles citations 2016-08-16 01:38:20 +09:00
Takeshi KOMIYA
b03b7e543f Merge pull request #2770 from tk0miya/2765_bundle_grammars
Fix #2765: bundle grammar files
2016-08-15 14:20:48 +09:00
Takeshi KOMIYA
63d2330b8f Merge pull request #2848 from sphinx-doc/use_make-mode_by_default
Use make-mode of ``sphinx-quickstart`` by default
2016-08-13 12:49:16 +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
bfcc2a159b Fix test has broken in py3 2016-08-11 13:58:21 +09:00
Takeshi KOMIYA
82b451df03 Remove debug print 2016-08-11 12:20:52 +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
Karel De Brabandere
79e9a13e78 check all source_suffix extensions before adding the first so that autosummary doesn't fail for multiple source_suffix values, fix #2485 2016-08-10 00:14:34 +02:00
Takeshi KOMIYA
8a9459b308 Merge branch 'stable' 2016-08-09 23:19:11 +09:00
Takeshi KOMIYA
0db59b677a Merge pull request #2806 from shibukawa/fix/epub3
Fix epub builder
2016-08-09 22:58:39 +09:00
Yoshiki Shibukawa
90b3c79895 fix html entity to fix epub error 2016-08-09 16:58:56 +09:00
Yoshiki Shibukawa
8f162a132e fix epub warning in Sphinx's document 2016-08-09 16:58:56 +09:00
Yoshiki Shibukawa
59ebeb7f1f fix epub3 toc.xhtml, epub date format to satisfy spec 2016-08-09 16:58:56 +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
54dd5c5fd1 C++, add proper template introduction mangling 2016-08-07 21:55:58 +02:00
Jakob Lykke Andersen
611ac9782a C++, fix ref checks for concepts. 2016-08-07 19:03:12 +02: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
mulhern
189494c27e Make sure extensions specified with -D override extensions in config file.
Previously, a comma separated list of extensions was read and parsed
correctly. However, the value was then stored in config hashtable,
which was overwritten when the config file was parsed.

Now, the config file is parsed first, and the the entry in the config
hashtable is updated with the overriding extension, if it exists.

Signed-off-by: mulhern <amulhern@redhat.com>
2016-08-08 00:26:42 +09:00
Takeshi KOMIYA
0964db74d7 Merge pull request #1911 from mulkieran/master-extensions
Make sure extensions specified with -D override extensions in config …
2016-08-08 00:26:06 +09:00
Takeshi KOMIYA
83472acc97 Merge pull request #2833 from joostvanzwieten/fix-instance-annotations
ext.autodoc: fix formatting instance annotations
2016-08-08 00:23:33 +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
Rob Ruana
bd10a66f5d [Napoleon] fixes minor spacing issue in Napoleon docstrings 2016-08-06 14:37:17 -04: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
9ec75826af C++, oops 2016-08-06 00:28:05 +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
Jakob Lykke Andersen
86f3e5aabb Merge branch 'master' into cpp-attributes 2016-08-05 08:11:47 +02:00
Rob Ruana
a8375dd5b4 Merge pull request #2825 from AWhetter/link_container_types
Looks great, thanks again for the work!

(BTW, I just noticed "Squash and Merge" is enabled for this repo. Sorry to make you do the extra work, I really do appreciate it)
2016-08-03 13:11:25 -04:00
Ashley Whetter
cfd4e51802 Python domain can now link container types automatically
Google types now greedily match the closing parenthesis.

Also removed name from returns section in Google docstrings.
Instead, everything before the colon is treated as the type.
2016-08-03 17:09:40 +01:00
Takeshi KOMIYA
da7e2d9dda Merge pull request #2824 from EricFromCanada/stable
remove extra colons in C++ domain examples
2016-08-04 01:00:55 +09:00
Eric Knibbe
56ee02114a remove extra colons in C++ domain examples 2016-08-02 15:22:50 -04:00
Takeshi KOMIYA
86c9767ced Merge pull request #2749 from tk0miya/jinja2ized_quickstart
Jinja2ized quickstart
2016-07-28 21:24:41 +09:00
mulhern
1951d559d9 Make sure extensions specified with -D override extensions in config file.
Previously, a comma separated list of extensions was read and parsed
correctly. However, the value was then stored in config hashtable,
which was overwritten when the config file was parsed.

Now, the config file is parsed first, and the the entry in the config
hashtable is updated with the overriding extension, if it exists.

Signed-off-by: mulhern <amulhern@redhat.com>
2016-07-28 07:48:10 -04:00
Takeshi KOMIYA
696b518ad6 Merge pull request #2791 from shibukawa/feature/epub/disablesourcefilepage
Turn off viewcode extension for epub by default
2016-07-28 17:12:48 +09:00
Yoshiki Shibukawa
6076b5588b fix document warning 2016-07-28 15:38:38 +09:00