Takeshi KOMIYA
19323d232a
Merge pull request #3655 from tk0miya/compile_latex_only_on_py36
...
tests: compile by LaTeX only with py36
2017-04-23 16:28:03 +09:00
Takeshi KOMIYA
455dacc2f4
Merge branch 'master' into 3351_intersphinx_ref_with_context
2017-04-23 16:14:54 +09:00
Takeshi KOMIYA
3cf1883356
tests: compile by LaTeX only with py36
2017-04-22 18:14:06 +09:00
Takeshi KOMIYA
c525723807
Add sphinx.ext.imgconverter
2017-04-22 13:29:16 +09:00
Takeshi KOMIYA
241c0db7bc
Merge branch 'master' into support_remote_images
2017-04-22 09:45:05 +09:00
Takeshi KOMIYA
e24779b1cc
Drop old methods
2017-04-21 00:09:50 +09:00
Takeshi KOMIYA
ca7bb5140e
Refactored again
2017-04-20 20:45:44 +09:00
Takeshi KOMIYA
faefe2b5a5
Add HTMLThemeFactory class
2017-04-20 20:45:44 +09:00
Takeshi KOMIYA
b405c0aaf5
Refactor sphinx.theming
2017-04-20 20:45:44 +09:00
Jakub Wilk
79a841e98c
Remove misplaced flags from re.sub() calls
...
The 4th argument of re.sub() is maximum number of substitutions,
not flags.
Moreover, re.MULTILINE affects only semantics of ^ and $,
so it wouldn't have any effect on this regular expression.
2017-04-20 00:04:08 +02:00
Takayuki SHIMIZUKAWA
6cb582fdd3
Merge pull request #3449 from njsmith/getargspec-__wrapped__
...
On py3, use inspect.signature for more accurate signature calculation
2017-04-19 21:21:19 +09:00
Takeshi KOMIYA
be261ed71e
Add utility methods and testcases to sphinx.util.images
2017-04-19 01:40:28 +09:00
Takeshi KOMIYA
25f4c004d8
Emit warning when fetching remote images failed
2017-04-19 01:40:17 +09:00
Takeshi KOMIYA
a5d77a8f06
Drop warning for nonlocal image URI
2017-04-19 01:40:17 +09:00
Takeshi KOMIYA
3c46c2f5ac
Add ImageDownloader transform to support remote images on some builders
2017-04-19 01:40:17 +09:00
Takeshi KOMIYA
618ef6492c
Merge pull request #1767 from Jellby/master
...
Allow setting 'rel' and 'title' attributes for stylesheets.
2017-04-19 00:04:43 +09:00
Takeshi KOMIYA
4738ef878c
Merge pull request #3634 from tk0miya/failed_to_load_templates
...
Fix fail to load template file if the parent template is archived
2017-04-18 23:58:08 +09:00
Takeshi KOMIYA
f1b387bdcf
Fix fail to load template file if the parent template is archived
2017-04-18 23:22:03 +09:00
Takeshi KOMIYA
690f07fa3c
Merge pull request #3388 from smheidrich/autosectionlabel_prefix_document1
...
Added autosectionlabel_prefix_document config option
2017-04-18 01:16:00 +09:00
smheidrich
231976ff14
Added autosectionlabel_prefix_document config option.
2017-04-17 14:51:39 +02:00
Takeshi KOMIYA
13acfd3ce1
Rename test-image-glob to test-images
2017-04-16 21:53:01 +09:00
Takeshi KOMIYA
b39b0191a7
Fix #3351 : intersphinx does not refers context
2017-04-16 18:25:21 +09:00
Jellby
e59a8028d7
Rewrite and simplify stylesheet handling
...
Thanks to tk0miya's comment, I learnt one can add stuff to template
blocks, that allows a much simpler stylesheet configuration, considering
that changes at the template level will be more... well, low-level.
Hopefully this is now acceptable.
2017-04-15 17:07:33 +02:00
Jellby
1cfed262d2
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
tests/test_build_html.py
2017-04-15 15:54:06 +02:00
Takeshi KOMIYA
939f01eae3
Fix #3594 : LaTeX: single raw directive has been considereed as block level element
2017-04-08 11:54:01 +09:00
Takeshi KOMIYA
fc41f43a70
Merge branch 'stable'
2017-04-02 19:05:50 +09: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
Eric Wieser
804891c4a1
BUG: Fix autosummary of members with a trailing underscore
2017-03-26 12:54:03 +01:00
Takeshi KOMIYA
3e46f52a96
Merge pull request #3475 from agjohnson/domain-js-add-nesting
...
Add nesting, package directive, and method directive to JavaScript domain
2017-03-26 18:16:04 +09:00
Takeshi KOMIYA
1dea386bc4
Fix #3108 : Show warning if :start-at: and other literalinclude options does not match to the text
2017-03-26 18:13:50 +09:00
Takeshi KOMIYA
6d08efe2dd
test: Replace app.buildername by app.builder.name
2017-03-26 17:33:56 +09:00
Takeshi KOMIYA
8f9dd64992
Merge branch 'stable'
2017-03-26 11:52:15 +09:00
Takeshi KOMIYA
c57e47e042
Year++
2017-03-26 11:49:34 +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
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
David Baumgold
3317796739
Fix intersphinx debug tool
...
and add automated tests
2017-03-21 15:00:32 -04: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
cd3f48bb76
Create an instance of builder before initialize env
2017-03-19 23:16:37 +09:00
Takeshi KOMIYA
aa6dfb8b41
Merge branch 'stable'
2017-03-18 18:25: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
Takeshi KOMIYA
0df0a11cfa
Add testcode for sphinx.pycode
2017-03-18 15:00:28 +09:00
Dmitry Shachnev
1d12165a12
tests: Fix invalid escape sequence
...
This fixes this warning:
tests/test_build_latex.py:958: DeprecationWarning: invalid escape sequence \s
2017-03-16 20:22:58 +03:00
Anthony Johnson
3ba60ffd5d
Add nesting, module directive, and method directive to JavaScript domain
...
* Adds nesting to the JavaScript domain, to allow for nesting of elements
* Adds the ``js:module`` directive, which behaves similarly to the Python
directive
* Adds the ``js:method`` directive, an alias to ``js:function``
* Adds roles for ``js:mod`` and ``js:meth``
* Updates tests to passing cases
* Adds docs for new features
2017-03-15 22:27:48 -07: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