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
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
08cd23a0bb
Fix #6047 : autodoc: `autofunction` emits a warning for method objects
2019-02-17 18:23:14 +09:00
Takeshi KOMIYA
c67443f4a2
Merge branch '1.8' into 6026_xref_for_deflist
2019-02-17 00:24:25 +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
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
b7c679626a
Fix #5948 : LaTeX: duplicated labels are generated for sections
2019-02-03 22:33:24 +09:00
Takeshi KOMIYA
0bb5aa8261
Update CHANGES for PR #5872
2019-02-03 19:01:37 +09:00
Takeshi KOMIYA
b6478accb0
Fix #5995 : autodoc: autodoc_mock_imports conflict with metaclass
2019-02-02 01:22:57 +09:00
Takeshi KOMIYA
ee9adea1c3
Fix #5958 : versionadded directive causes crash with Python 3.5.0
2019-01-25 01:30:30 +09:00
jfbu
2a9bd41789
Closes : #5960
...
Mumble
2019-01-17 17:11:53 +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
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
jfbu
51a5447117
LaTeX: \sphinxsafeincludegraphics for sphinxShadowBox/sphinxheavybox
...
Fixes : #5936
2019-01-12 16:31:53 +01:00
Takeshi KOMIYA
aa69855122
Merge branch '1.8' into fix_parse_eggfile_on_windows
2019-01-12 23:25:08 +09:00
Takeshi KOMIYA
e8c2c87301
Fix #5928 : KeyError: 'DOCUTILSCONFIG' when running build
2019-01-12 21:36:52 +09:00
Takeshi KOMIYA
8925bf57ca
Fix pycode could not handle egg files on windows
2019-01-12 21:36:09 +09:00
Jakob Lykke Andersen
e9df857531
C++, parse all fold expressions
2019-01-06 12:03:17 +01:00
Jakob Lykke Andersen
8eb4ab0681
C++ fixes
...
- Hyperlinks for declarations involving east cv-qualifiers.
- Duplicate declaration error on function templates with constraints
in the return type.
Fixes sphinx-doc/sphinx#5755
2019-01-06 12:03:17 +01:00
jfbu
f42e406af4
Update CHANGES for PR #5891
2019-01-05 10:02:00 +01:00
Jean-François B
955488df2c
Merge branch '1.8' into latex_checkmark
2019-01-02 14:34:32 +01:00
jfbu
7fe1016f5e
LaTeX: escape Unicode HEAVY CHECK MARK into latex macros
...
Closes : #3707
2018-12-27 17:35:11 +01:00
jfbu
1e07cb10fc
Fix various spelling typos
2018-12-27 13:06:33 +01:00
Timotheus Kampik
221614654f
#5605 fix Chinese search index ( #5611 )
...
generate search index for Latin words correctly if search language is Chinese
2018-12-25 18:41:52 +01:00
Takeshi KOMIYA
920aafaee6
Bump version
2018-12-26 00:32:03 +09:00
Takeshi KOMIYA
81328ca598
Bump to 1.8.3 final
2018-12-26 00:29:31 +09:00
Takeshi KOMIYA
f8c6c14526
Merge pull request #5862 from tk0miya/refactor_chm_htmlescape
...
refactor chm_htmlescape()
2018-12-24 14:17:41 +09:00
Takeshi KOMIYA
6ffe549f49
refactor chm_htmlescape()
2018-12-24 13:54:53 +09:00
jfbu
3f92aa7e6a
Remove from CHANGES mention of non-existing 1.7.10 release
2018-12-23 22:13:00 +01:00
animalize
cedd94c541
[1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ( #5853 )
...
* htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files
.hhc/.hhk files don't recognize hex escaping, we need convert hex escaping to decimal escaping. for example: `'` -> `'`.
2018-12-23 22:39:12 +09:00
Jean-François B
a77f344035
Merge pull request #5850 from jfbu/latex_sphinxmaketitle
...
LaTeX: ``\sphinxmaketitle`` and optional ``\sphinxbackoftitlepage``
2018-12-23 11:01:46 +01:00
jfbu
1920d1d950
LaTeX: `\sphinxmaketitle and optional \sphinxbackoftitlepage`
...
Closes : #5849
2018-12-21 21:38:27 +01:00
Takeshi KOMIYA
f06e84ac4f
Fix #5800 : todo: crashed if todo is defined in TextElement
2018-12-22 01:10:23 +09:00
Takeshi KOMIYA
5bbd61df0a
Merge branch '1.8' into 5834_apidoc_wrong_help
2018-12-20 11:31:50 +09:00
Takeshi KOMIYA
33387a0343
Fix flake8 violation in conf.py
2018-12-20 10:32:52 +09:00
Takeshi KOMIYA
e115eafa43
Fix #5834 : apidoc: wrong help for --tocfile
2018-12-19 00:43:37 +09:00
Takeshi KOMIYA
518c2f2e0e
Merge pull request #5829 from tk0miya/5724_setlocale_failure
...
Fix #5724 : quickstart: sphinx-quickstart fails when $LC_ALL is empty
2018-12-18 23:10:32 +09:00
Michael Goerz
77e617e25a
Use mathjax CDN "latest" URL by default
...
Closes #5725
2018-12-17 22:14:25 -05:00
Takeshi KOMIYA
4b331dae48
Fix #5724 : quickstart: sphinx-quickstart fails when $LC_ALL is empty
2018-12-17 23:08:08 +09:00
Jakob Lykke Andersen
57f70d0f1d
C++, fix assertion in partial builds with duplicates
...
Fixes sphinx-doc/sphinx#5496
2018-12-16 19:36:35 +01:00