Takeshi KOMIYA
3c46c2f5ac
Add ImageDownloader transform to support remote images on some builders
2017-04-19 01:40:17 +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
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
jfbu
99315fa8e0
update root footnote test
2017-02-18 16:26:00 +01:00
Takeshi KOMIYA
c62a0ad765
Merge branch 'stable'
2017-02-15 01:42:20 +09:00
Takeshi KOMIYA
b9bba672ed
Fix #3366 : option directive does not allow punctuations
2017-02-15 01:42:08 +09:00
Takeshi KOMIYA
5d715cb148
Drop deprecated options for latex builder
2017-01-05 13:48:41 +09:00
Takeshi KOMIYA
ade2603767
Use docutils' Directive class instead compat module
2016-12-14 16:50:43 +09:00
shimizukawa
b1abd4629b
Fix#3198: AttributeError is raised when toctree has 'self'.
...
this regression introduced at dc985ed4 .
2016-12-08 00:34:19 +09:00
Takeshi KOMIYA
b32d9a9bc7
Merge pull request #3071 from mleinart/autodoc/pass_through_decorators
...
Autodoc: Allow mocked module decorators to pass-through functions unchanged
2016-11-02 23:01:16 +09:00
Jakub Wilk
43cab26ece
Fix typos
2016-10-22 18:12:34 +02:00
Michael Leinartas
7943da9408
Add tests for mocked modules
2016-10-21 09:53:25 -05: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
c7f299b86f
Fix #646 : `option` directive support . character as a part of options
2016-08-31 00:04:41 +09:00
Glenn Matthews
8c1a8153ca
Create PyGroupedField and use it for 'exceptions'
2016-07-15 22:01:06 -04:00
Takeshi KOMIYA
a692009808
Merge branch 'stable'
2016-07-15 00:51:29 +09:00
Takeshi KOMIYA
736615c18c
Optimized tests: remove markups for warnings
2016-07-15 00:30:44 +09:00
Takeshi KOMIYA
6686ebf158
Optimized tests: Add test-warnings
2016-07-14 23:12:57 +09:00
Ville Skyttä
302c695048
Run *.png through zopflipng -m
...
Before: 2334583 bytes
After: 2136324 bytes
2016-07-07 18:34:18 +03:00
Takeshi KOMIYA
bb6bb7ded6
Fix #2593 : latex crashes if any figures in the table
2016-06-05 14:21:21 +09:00
Takeshi KOMIYA
24beece2a3
Fix combination of figure directive options; width, figwidth and align (ref: #2595 )
2016-05-30 13:13:38 +09:00
Takeshi KOMIYA
885653a35d
Fix the caption of figure is always put on center even if `:align:` was specified
2016-05-04 01:27:54 +09:00
Takeshi KOMIYA
4789ef899f
Fix #2492 : Figure directive with :figwidth: generates incorrect Latex-code
2016-05-04 01:27:31 +09:00
Takeshi KOMIYA
ad738a0978
Fix #2309 : Could not refer "indirect hyperlink targets" by ref-role
2016-04-24 13:57:32 +09:00
Takeshi KOMIYA
549b6e27df
Fix #1498 : manpage writer: don't make whole of item in definition list bold if it includes strong node
2016-03-06 17:49:49 +09:00
Georg Brandl
c1b7b6f369
The default highlight language is now Python 3.
...
References: #2279 .
This means that source code is highlighted as Python 3 (which is mostly
a superset of Python 2), and no parsing is attempted to distinguish
valid code.
2016-02-14 09:21:35 +01:00
Takeshi KOMIYA
92e4b0cac6
Merge branch 'stable'
2016-01-18 18:46:30 +09:00
Takeshi KOMIYA
0329edc510
Fix #1565 : Show warning if Pygments throws an ErrorToken
2016-01-18 15:31:44 +09:00
Georg Brandl
4f72bdb722
Merge branch 'stable'
2016-01-14 22:54:08 +01:00
Georg Brandl
46d7e8558e
Obligatory copyright update.
2016-01-14 22:54:04 +01:00
Takeshi KOMIYA
e4b9eb51f6
Merge branch 'stable'
2016-01-11 00:27:26 +09:00
shimizukawa
e5860fd75c
Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stable
...
Conflicts:
tests/test_build_latex.py
2016-01-10 10:21:27 +09:00
Takeshi KOMIYA
c8c6dc1fe9
Fix #2226 : Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)
2016-01-10 02:20:39 +09:00
Takeshi KOMIYA
7894f0bd9c
Fix #2225 : If the option does not begin with dash, linking is not performed
2016-01-09 19:57:23 +09:00
Takeshi KOMIYA
ee7e3cc078
Fix empty cell in table header causes LaTeX error ( #1574 )
2015-12-24 12:43:22 +09:00
Takeshi KOMIYA
63f6d917b3
Merge pull request #2188 from xuhdev/latex-math-section-title
...
Fix #1480 : LaTeX: Support math in section titles
2015-12-22 11:33:58 +09:00
Hong Xu
4d3fdc0e47
Fix LaTeX output of \mathbb in math
...
If \mathbb is used in math, which is commonly used to represent sets,
the output LaTeX won't compile. This commit fixes this issue by adding
amsfonts package in the setup of sphinx.ext.mathbase .
2015-12-21 01:30:14 -08:00
Hong Xu
eac142f8b8
LaTeX: Support math in section titles
...
Fix #1480
2015-12-20 03:16:54 -08:00
Takeshi KOMIYA
9f96bbaf35
Move testcases for footnotes to roots/test-footnote
2015-12-19 16:45:23 +09:00
Takeshi KOMIYA
7f55295650
Merge pull request #1833 from xuhdev/latex-mailto
...
Email addresses should not be showed again if latex_show_urls is not None
2015-12-19 10:45:53 +09:00
Georg Brandl
8232707a12
merge stable to default
2015-12-18 21:42:55 +01:00
Hong Xu
2ee03a2729
Fix #981 : LaTeX: support image file names with more than 1 dots
...
LaTeX cannot detect image file names with more than 1 dots in it
correctly. The solution is to use '{}' to surround the base name. See
https://tex.stackexchange.com/questions/10574/includegraphics-dots-in-filename
Fix #981
2015-12-17 19:03:31 -08:00
Hong Xu
0084004cfd
Add testing cases for the "latex_show_urls" option
2015-12-11 15:06:14 -08:00
shimizukawa
9ceea10a62
Merge with 'stable'
2015-11-29 23:10:21 +09:00
Takeshi KOMIYA
f4c5a2e136
Fix #2140 : footnotes in caption of table has broken in LaTeX
2015-11-29 21:55:36 +09:00
Takeshi KOMIYA
12396a71d9
Fix #2140 : footnotes in table has broken in LaTeX
2015-11-29 21:47:55 +09:00
Jakob Lykke Andersen
cccebfd28c
Fix build
2015-09-12 18:44:21 +02:00
Georg Brandl
c7bee16c8a
Closes #1871 : fix for latex writer with multirow and 1-column tables.
2015-07-24 16:33:19 +02:00