Takeshi KOMIYA
2b10fc0188
Fix #2916 : numref role can also refer caption as an its linktext
2016-09-17 15:51:18 +09:00
Takeshi KOMIYA
1aafc7e2e5
Fix #326 : numref role can also refer sections
2016-09-17 15:51:18 +09:00
Takeshi KOMIYA
98886d3e07
Merge pull request #2951 from arcivanov/issue_2949
...
Sphinx apidoc does not process PEP-0420 implicit namespaces
2016-09-17 14:49:28 +09:00
Arcadiy Ivanov
e34b6823c7
Sphinx apidoc does not process PEP-0420 implicit namespaces
...
fixes #2949 , connected to #2949
2016-09-15 11:49:34 -04:00
Takeshi KOMIYA
f8c1c65c21
Refactor sphinx.environment: Reimplemnt process_refonly_bullet_lists() as a transform
2016-09-15 02:29:50 +09:00
Takeshi KOMIYA
d281a32b3b
Refactor sphinx.environment: Reimplement filter_messages() as a transform
2016-09-15 02:29:50 +09:00
Takeshi KOMIYA
c832d36d19
Merge pull request #2056 from erosennin/intersphinx-fix-relative-path
...
Fix relative paths in intersphinx links
2016-09-14 10:54:18 +09:00
Takeshi KOMIYA
fae9eb7784
Fix tests are crashed under unstable network
2016-09-10 16:49:17 +09:00
Takeshi KOMIYA
15518bad12
Fix could not translate the content of meta directive (ref: #1734 )
2016-09-01 23:35:23 +09:00
Takeshi KOMIYA
97c6cc4e10
Merge pull request #2880 from tk0miya/1734_translate_caption_of_toctree
...
Fix #1734 : Could not translate the caption of toctree directive
2016-09-01 23:30:49 +09:00
Takeshi KOMIYA
691fd15839
Fix broken testcase
2016-09-01 23:30:04 +09:00
Takeshi KOMIYA
9b00c31ee2
Fix #1734 : Could not translate the caption of toctree directive
2016-09-01 17:58:24 +09:00
Takeshi KOMIYA
c6e102999f
Merge branch 'stable'
2016-09-01 02:25:14 +09:00
Takeshi KOMIYA
b7628484ee
Fix style-check violation
2016-08-31 00:43:12 +09:00
Takeshi KOMIYA
f2d044bb73
Merge pull request #2878 from tk0miya/2874_gettext_builder_should_ignore_only_directive
...
Fix #2874 : gettext builder could not extract all text under the ``only`` directives
2016-08-31 00:17:37 +09:00
Takeshi KOMIYA
c7f299b86f
Fix #646 : `option` directive support . character as a part of options
2016-08-31 00:04:41 +09:00
Takeshi KOMIYA
8d96c90fc6
Fix #1462 : autosummary warns for namedtuple with attribute with trailing underscore
2016-08-30 00:37:30 +09:00
Takeshi KOMIYA
e96e627d59
Fix #2874 : gettext builder could not extract all text under the `only` directives
2016-08-27 23:57:49 +09:00
Takeshi KOMIYA
e64ee7e330
Merge branch 'stable'
2016-08-27 23:42:40 +09:00
Takeshi KOMIYA
07e30b279b
Merge pull request #2884 from tk0miya/refactor_intersphinx
...
Refactor intersphinx: Use requests package
2016-08-27 16:43:54 +09:00
Takeshi KOMIYA
acd4d9f2ba
#2902 : jsdump.loads fails to load search index if keywords starts with underscore
2016-08-27 15:28:36 +09:00
Takeshi KOMIYA
52f4c07202
Add tests for sphinx.util.jsdump:loads()
2016-08-27 14:20:08 +09:00
Takeshi KOMIYA
a61d90f674
Merge pull request #2854 from tk0miya/use_epub3_builder_by_default
...
Use epub3 builder by default. And the old epub builder is renamed to epub2.
2016-08-22 22:50:01 +09:00
Takeshi KOMIYA
69d1dfaade
Use epub3 builder by default. And the old epub builder is renamed to epub2.
2016-08-22 21:39:44 +09:00
Takeshi KOMIYA
e7ff996d13
intersphinx: _strip_basic_auth() only removes credentials from URL
2016-08-22 20:58:46 +09:00
Takeshi KOMIYA
35232a3dd6
intersphinx: Use requests package
2016-08-22 20:58:45 +09:00
Takeshi KOMIYA
609ae03947
intersphinx: Refactor _get_safe_url()
2016-08-22 20:35:10 +09:00
Takeshi KOMIYA
dcdd401d65
intersphinx: Add read_inventory()
2016-08-22 20:35:10 +09:00
Takeshi KOMIYA
bd22d09f48
Add domain support to support equation cross references (ref: #1210 , #2851 )
2016-08-22 19:58:46 +09:00
Takeshi KOMIYA
3639231cec
Merge pull request #2857 from tk0miya/std_domain_handles_citations
...
std domain handles citations
2016-08-20 13:22:27 +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
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
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
1c9524dedd
Add testcase for #2846
2016-08-17 13:58:05 +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
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
Takeshi KOMIYA
8a9459b308
Merge branch 'stable'
2016-08-09 23:19:11 +09:00
Yoshiki Shibukawa
90b3c79895
fix html entity to fix epub error
2016-08-09 16:58:56 +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
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
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
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