Commit Graph

7999 Commits

Author SHA1 Message Date
Marco Buttu
e32eb44959 Fixed flake8 style check 2017-01-16 10:53:46 +01:00
jfbu
6f0d0ede3a polish an item in latex.rst doc file 2017-01-16 09:41:37 +01:00
jfbu
b879f043bc Remove in 1.5.2 CHANGES repeated identical footnotes for same link 2017-01-16 09:03:46 +01:00
jfbu
3114c7f5a2 Fix extra space in CHANGES entry causing mis-interpreted mark-up 2017-01-16 08:38:06 +01:00
Jakob Lykke Andersen
1498897278 Oops, fix key error on refexplicit 2017-01-16 09:00:40 +09:00
jfbu
283fee743c Update CHANGES for PR#3340 2017-01-16 00:49:24 +01:00
Jean-François B
5e0a764e6b Merge pull request #3340 from jfbu/wraplonglines
Fix #3308: Parsed-literals don't wrap very long lines with pdf builder
2017-01-16 00:31:20 +01:00
jfbu
c1e093c2a1 Fix inline math issues inside parsed-literal for LaTeX 2017-01-16 00:18:09 +01:00
jfbu
06924cc21c More powerful parsed-literal for LaTeX output 2017-01-16 00:15:29 +01:00
jfbu
8c21abeccc Fix #3308: Parsed-literals don't wrap very long lines with pdf builder 2017-01-16 00:15:29 +01:00
Marco Buttu
df1c46974d Comparison made by distutils.version.LooseVersion 2017-01-15 22:09:15 +01:00
Marco Buttu
e7166bbc08 Removed useless import 2017-01-15 21:13:34 +01:00
Marco Buttu
44732c6aea compare_version() replaces proper_pyversion() 2017-01-15 21:07:44 +01:00
Takeshi KOMIYA
e6cd347f6c Merge branch 'stable' 2017-01-16 01:31:57 +09:00
Takeshi KOMIYA
c844404741 Merge pull request #3343 from tk0miya/adjust_space_after_captions
Fix #3158: too much space after captions in PDF output
2017-01-16 01:30:21 +09:00
Takeshi KOMIYA
e9d61d70a1 Merge branch 'stable' into adjust_space_after_captions 2017-01-16 01:29:03 +09:00
Takeshi KOMIYA
cea72ddbc4 Fix #3234: intersphinx failed for encoded inventories 2017-01-16 00:52:33 +09:00
jfbu
4116c8424f Update CHANGES for PR#3341 2017-01-15 16:16:37 +01:00
Jean-François B
7d852bdf06 Merge pull request #3341 from jfbu/doublequotes
LaTeX writer: leave ``"`` character inside parsed-literal as is
2017-01-15 16:13:09 +01:00
jfbu
bd5f3aa9cd Update CHANGES for PR#3342 2017-01-15 16:07:13 +01:00
Jean-François B
088d6254be Merge pull request #3342 from jfbu/fixunicodeinparsedliteral
Fix Unicode super- and subscript digits in code-block and parsed-literal LaTeX output
2017-01-15 16:04:48 +01:00
Takeshi KOMIYA
067044211e Fix #3158: too much space after captions in PDF output 2017-01-15 22:02:15 +09:00
jfbu
dd4fadff81 Fix Unicode super- and subscript digits in LaTeX parsed-literal 2017-01-15 11:39:42 +01:00
Marco Buttu
960f889a2c Added pyversion option for doctest (issue 3303)
Code, tests and documentation.
2017-01-15 10:27:34 +01:00
Takeshi KOMIYA
8e9e0ce82c Merge pull request #3262 from tk0miya/3256_update_release_script
Update packaging script (refs: #3256)
2017-01-15 17:34:43 +09:00
Jakob Lykke Andersen
ccd6bf4a0c C++, fix refs to operator() functions.
Fixes sphinx-doc/sphinx#2952.
2017-01-15 14:36:29 +09:00
shimizukawa
00fcbfb35d remove . 2017-01-15 11:55:32 +09:00
shimizukawa
da18a1a951 fixed #3335: gettext does not extract field_name of a field in a field_list 2017-01-15 11:55:17 +09:00
shimizukawa
4d6d8ae369 node.source and node.line attributes are set for figure caption and nodes.title since docutils-0.11. 2017-01-15 11:50:16 +09:00
shimizukawa
c41aed5d07 Update special support nodes for gettext processing. 2017-01-15 11:42:18 +09:00
shimizukawa
57a82e44cc fixes #3337: Ugly rendering of definition list term's classifier.
refs #2318: this incorrect rendering was introduced at #2318. In this change, we deprecated 'termsep' and made use of the 'classfire' node generated by docutils. However, at this time, because the HTML tag was outputted according to the node structure of docutils, the display was broken.

refs #2987: This change may affect the #2987 fix. In my environment I could not reproduce the problem.
2017-01-15 11:13:17 +09:00
jfbu
07f9ddc2cc Fix flake8 violation 2017-01-14 23:26:30 +01:00
Marco Buttu
19298dec33 Added pyversion option for doctest (issue 3303) 2017-01-14 18:57:19 +01:00
jfbu
02fada9124 LaTeX writer: leave `"` character inside parsed-literal as is 2017-01-14 18:43:50 +01:00
Jakob Lykke Andersen
8c894fbdd9 Update changes 2017-01-15 01:00:01 +09:00
Jakob Lykke Andersen
e3cb2bbcf1 C++, at option tparam-line-spec for templates.
Make it possible to render template parameters on separate lines.
2017-01-15 00:52:08 +09:00
Marco Buttu
160b9a5fd0 Added pyversion option for doctest (issue 3303) 2017-01-13 22:36:17 +01:00
Takeshi KOMIYA
c03da8fdf4 Merge branch 'stable' into 3256_update_release_script 2017-01-14 00:26:03 +09:00
Takayuki SHIMIZUKAWA
234379be9e Merge pull request #3332 from jerojasro/intl-docfix
corrected output directory for .pot files
2017-01-13 08:35:45 +09:00
Javier Eduardo Rojas Romero
5868a8f656 corrected output directory for .pot files
Sphinx's `make gettext` always creates the .pot files in
$BUILD_DIR/gettext, regardless of the paths configured in `locale_dirs`;
those only affect sphinx-intl's operation
2017-01-12 13:37:14 -05:00
shimizukawa
e7469eb32c Merge branch 'stable' 2017-01-13 00:31:00 +09:00
shimizukawa
a11218151f fix nits 2017-01-13 00:24:10 +09:00
shimizukawa
7d8a37f506 refs #3329: emit warnings if po file is invalid and can't read it. Also writing mo too. 2017-01-13 00:13:34 +09:00
shimizukawa
2254da3782 refs #3329: emit warnings if po file is invalid and can't read it. Also writing mo too. 2017-01-13 00:11:35 +09:00
Takeshi KOMIYA
6a7cbf8ad2 Merge pull request #3312 from tk0miya/remove_deprecated_codes3
Remove deprecated codes
2017-01-13 00:03:06 +09:00
Takeshi KOMIYA
81a4248df9 Merge pull request #3323 from gbaier/apidoc_extensions
apidoc takes extension options
2017-01-12 23:42:56 +09:00
Gerald Baier
a2cddfeac9 moved import to top of file 2017-01-12 15:15:40 +01:00
jfbu
34dd31994d Update comment in latex style file 2017-01-12 09:57:08 +01:00
jfbu
3060456dbc Merge branch 'stable' 2017-01-12 09:37:46 +01:00
jfbu
640de35334 Update latex style file datestamp
modified:   sphinx/texinputs/sphinx.sty
2017-01-12 09:34:53 +01:00