Takeshi KOMIYA
346d33bf54
Fix #6136 : `:name:
option for
math
` directive causes a crash
2019-03-06 01:46:45 +09:00
Takeshi KOMIYA
be971c6d38
Merge pull request #6116 from tk0miya/6067_latex_images_having_target
...
Fix #6067 : latexpdf image :target: changes output
2019-03-02 16:14:35 +09:00
Takeshi KOMIYA
822c170c2c
Merge pull request #6115 from tk0miya/6068_skipif_removes_codeblock
...
Fix #6068 : doctest: ``skipif`` option may remove the code block from documentation
2019-03-01 01:22:24 +09:00
Takeshi KOMIYA
0377adb82e
Fix #6068 : doctest: `skipif
` option may remove the code block from documentation
2019-02-28 20:02:11 +09:00
Takeshi KOMIYA
6f973d410b
Fix #6028 : graphviz: Ensure the graphviz filenames are reproducible
2019-02-28 17:03:21 +09:00
Takeshi KOMIYA
9c2e7b6798
Fix #6067 : LaTeX: images having a target are not aligned even if specified
2019-02-28 02:05:21 +09:00
Takeshi KOMIYA
6c244bdd69
Fix #6067 : LaTeX: images having a target are concatenated to next line
2019-02-28 02:04:12 +09:00
Takeshi KOMIYA
836d65f04c
Merge pull request #6083 from tk0miya/6047_autofunction_warns_for_methods
...
Fix #6047 : autodoc: ``autofunction`` emits a warning for method objects
2019-02-17 19:17:07 +09:00
Takeshi KOMIYA
08cd23a0bb
Fix #6047 : autodoc: `autofunction
` emits a warning for method objects
2019-02-17 18:23:14 +09:00
Takeshi KOMIYA
8f0b49a4cf
Merge pull request #6051 from tk0miya/6026_xref_for_deflist
...
Fix #6026 : LaTeX: A cross reference to definition list does not work
2019-02-17 00:39:47 +09:00
Takeshi KOMIYA
c67443f4a2
Merge branch '1.8' into 6026_xref_for_deflist
2019-02-17 00:24:25 +09:00
Takeshi KOMIYA
74ec98bb1d
Merge pull request #6071 from tk0miya/6019_imgconverter_multipaged_PDF
...
Fix #6019 : imgconverter: Including multipage PDF fails
2019-02-17 00:13:07 +09:00
Takeshi KOMIYA
4adcb408ea
Fix #6019 : imgconverter: Including multipage PDF fails
2019-02-14 01:03:22 +09:00
Takeshi KOMIYA
89c3c4ab50
Fix #6046 : LaTeX: `TypeError
` is raised when invalid latex_elements given
2019-02-11 13:27:13 +09:00
Takeshi KOMIYA
9ecf45e6ba
Fix #6026 : LaTeX: A cross reference to definition list does not work
2019-02-11 00:06:58 +09:00
Jean-François B
b68d1d1066
Merge pull request #6005 from jfbu/latex_space_after_author
...
LaTeX: remove extra space after author on title page in PDF
2019-02-04 12:23:14 +01:00
jfbu
decca71ef7
LaTeX: remove extra space after author on title page in PDF
...
Closes : #6004
Comment: \begin{tabular}[@{}c@{}] does not work in case of multiple
authors separated by \and in latex_documents, because latex has this
definition of \and :
macro:->\end {tabular}\hskip 1em \@plus .17fil\begin {tabular}[t]{c}
which means we would need to modify it to read
macro:->\end {tabular}\hskip 1em \@plus .17fil\begin {tabular}[t]{@{}c@{}}
(or only one @{} at end) modifying space between two authors.
2019-02-03 17:07:26 +01:00
Takeshi KOMIYA
4367e20ab4
Bump version
2019-02-03 23:18:18 +09:00
Takeshi KOMIYA
2f61ba876c
Bump to 1.8.4 final
2019-02-03 23:15:10 +09:00
Takeshi KOMIYA
4c3ce03985
Merge pull request #6006 from tk0miya/5948_duplicated_labels
...
Fix #5948 : LaTeX: duplicated labels are generated for sections
2019-02-03 22:48:51 +09:00
Takeshi KOMIYA
b7c679626a
Fix #5948 : LaTeX: duplicated labels are generated for sections
2019-02-03 22:33:24 +09:00
Takeshi KOMIYA
ed3d13b939
Merge pull request #6009 from tk0miya/4611_add_testcase_for_html_style
...
Separate testcase for html_style to single case from root
2019-02-03 19:48:56 +09:00
Takeshi KOMIYA
ba7b7b3698
Merge pull request #6008 from tk0miya/4611_use_simple_svg
...
test: Replace SVG image by simple one
2019-02-03 19:26:37 +09:00
Takeshi KOMIYA
a8777f6c01
Merge pull request #6007 from tk0miya/5871_fix_texinfo_period
...
Allow periods in texinfo node names
2019-02-03 19:19:24 +09:00
Takeshi KOMIYA
97782c8ba1
Separate testcase for html_style to single case from root
2019-02-03 19:16:04 +09:00
Takeshi KOMIYA
36e770fe68
test: Replace SVG image by simple one
...
Old SVG image contains non standard tags and attributes. Therefore,
epubcheck warns it as invalid. To avoid the warnings, this replaces it
by very simple one.
2019-02-03 19:08:28 +09:00
Takeshi KOMIYA
0bb5aa8261
Update CHANGES for PR #5872
2019-02-03 19:01:37 +09:00
Takeshi KOMIYA
e483e4afc3
texinfo: remove DOTs from name if name contains other characters
2019-02-03 19:01:37 +09:00
Takeshi KOMIYA
133ed17de6
Add testcase for TexinfoTranslator.escape_id()
2019-02-03 19:01:37 +09:00
Brandon T. Willard
87a0bf9d5e
Allow periods in texinfo node names
...
Closes #5871 .
2019-02-03 18:51:57 +09:00
Takeshi KOMIYA
6b3244d679
Merge pull request #5998 from tk0miya/5995_mock_conflicts_with_metaclass
...
Fix #5995 : autodoc: autodoc_mock_imports conflict with metaclass
2019-02-03 17:01:23 +09:00
Takeshi KOMIYA
b6478accb0
Fix #5995 : autodoc: autodoc_mock_imports conflict with metaclass
2019-02-02 01:22:57 +09:00
Takeshi KOMIYA
c577f85846
Merge pull request #5997 from tk0miya/fix_flake8
...
Fix flake8 violations
2019-02-01 22:33:50 +09:00
Takeshi KOMIYA
4ad1182002
Call flake8 on py27
2019-02-01 22:10:57 +09:00
Takeshi KOMIYA
cc70c2def1
Fix flake8 violations
2019-02-01 21:46:53 +09:00
Takeshi KOMIYA
e6d93e0512
Merge pull request #5971 from tk0miya/refactor_test_intl
...
refactor: compile .mo file only if needed on testing
2019-01-25 09:58:00 +09:00
Takeshi KOMIYA
3ad8a5aacd
Merge pull request #5978 from tk0miya/5958_namedtuple
...
Fix #5958 : versionadded directive causes crash with Python 3.5.0
2019-01-25 01:53:35 +09:00
Takeshi KOMIYA
ee9adea1c3
Fix #5958 : versionadded directive causes crash with Python 3.5.0
2019-01-25 01:30:30 +09:00
Jean-François B
a11a74287f
Merge pull request #5964 from jfbu/latex_parskip
...
Closes : #5960
2019-01-22 09:35:44 +01:00
Takeshi KOMIYA
1182e7f6d2
refactor: compile .mo file only if needed on testing
2019-01-20 11:51:23 +09:00
jfbu
2a9bd41789
Closes : #5960
...
Mumble
2019-01-17 17:11:53 +01:00
Jean-François B
0fb0b41701
Merge pull request #5955 from jfbu/latex_remove_scalebox
...
LaTeX: remove usage of \scalebox by incorporating scale in height/width
2019-01-17 17:01:36 +01:00
Takeshi KOMIYA
087d436309
Merge pull request #5962 from tk0miya/mypy-0.660
...
Fix mypy violations
2019-01-18 00:00:36 +09:00
Takeshi KOMIYA
c8c82d7cef
Fix mypy violations
2019-01-17 23:45:30 +09:00
jfbu
ecf5d7622b
Make mypy happy, but I protest !
...
modified: sphinx/writers/latex.py
2019-01-14 16:44:35 +01:00
jfbu
e7aee6e82a
LaTeX: remove usage of \scalebox by incorporating scale in height/width
...
Closes : #5954
2019-01-14 16:04:04 +01:00
Takeshi KOMIYA
06da488f6f
Merge pull request #5945 from tk0miya/5231_pofiles_build_failure_on_windows
...
Fix #5231 : "make html" does not read and build "po" files in "locale" dir
2019-01-13 22:02:41 +09:00
Takeshi KOMIYA
67afc3617e
Merge branch '1.8' into 5231_pofiles_build_failure_on_windows
2019-01-13 18:39:39 +09:00
Jean-François B
6e7e069283
Merge pull request #5939 from jfbu/latex_fix_tall_image_in_admonition
...
LaTeX: \sphinxsafeincludegraphics for sphinxShadowBox/sphinxheavybox
2019-01-13 10:35:26 +01:00
Takeshi KOMIYA
949f66144d
Fix #5231 : "make html" does not read and build "po" files in "locale" dir
2019-01-13 18:16:16 +09:00