Takeshi KOMIYA
0b53356a76
Bump version
2019-12-16 00:06:27 +09:00
Takeshi KOMIYA
86143a54b8
Bump to 2.3.0 final
2019-12-16 00:01:29 +09:00
Takeshi KOMIYA
076013602b
Merge pull request #6891 from jfbu/latex_6890_curlyquote
...
LaTeX: avoid quotes and TeX ligature replacements in PDF output
2019-12-15 23:21:55 +09:00
jfbu
e49e98a9fa
Update CHANGES for PR #6891
2019-12-15 14:27:30 +01:00
Takeshi KOMIYA
d6f1351528
Merge pull request #6908 from tk0miya/6900_sphinx-build-D_accepts_boolean
...
Fix #6900 : sphinx-build: Allow to pass boolean value via ``-D`` option
2019-12-15 22:21:43 +09:00
Takeshi KOMIYA
ebdd210a6b
Fix #6900 : sphinx-build: -D option does not considers 0 and 1 as a boolean value
2019-12-15 22:07:05 +09:00
Takeshi KOMIYA
3e10cdb3d9
Close #6781 : gettext Add confvals to customize headers of POT file
...
* gettext_last_translator
* gettext_language_team
2019-12-15 22:06:18 +09:00
Takeshi KOMIYA
24908e0fa9
Update CHANGES for PR #6632
2019-12-14 23:29:41 +09:00
Takeshi KOMIYA
5e8da0fbcc
Fix #6920 : sphinx-build: A console message is wrongly highlighted
2019-12-14 16:40:53 +09:00
Takeshi KOMIYA
faedcc48cc
Fix #6887 : Sphinx crashes with docutils-0.16b0
2019-12-14 13:33:12 +09:00
jfbu
bc1557528f
LaTeX: inhibit so-called TeX Ligatures with xelatex and lualatex
...
Closes : #6886
It is difficult to understand why fontspec _by default_ turns straight
double quotes " into ” i.e. right curly ones, calling this "TeX
ligature", but that's life and fortunately fontspec also provides a way
to turn this off. With this workaround also a straight ' in LaTeX file,
(i.e. a straight ' in source and smartquotes = False was used) will not
become a curly quote and this is an advantage compared to the pdflatex
situation.
We suppress TeX Ligatures also for \ttfamily (used in code-blocks) but
that appears to be already the case with fontspec although user manual
does not seem explicit (and no list of what exactly the TeX Ligatures
are is to be found in fontspec user documentation, one has to go into
its source code). (the fact that Pygmentize escapes the " to \char`\"
TeX mark-up would not by itself prevent the transformation into a curly
double quote, it is because fontspec does not apply this transform to
monospace typeface that it did not show).
2019-12-05 00:21:19 +01:00
Takeshi KOMIYA
7292ab7eef
Merge branch '2.2.2' into 2.0
2019-12-03 01:19:02 +09:00
Takeshi KOMIYA
f6ded235f5
Bump version
2019-12-03 01:17:36 +09:00
Takeshi KOMIYA
c7d5393fff
Bump to 2.2.2 final
2019-12-03 01:14:13 +09:00
Takeshi KOMIYA
34a7d6326f
Fix #6821 : i18n: some translation messages has been broken
2019-12-02 01:41:57 +09:00
Jean-François B
c235a43007
Merge pull request #6877 from jfbu/latex_6876
...
LaTeX: avoid ragged line endings in case of multi-line author display
2019-12-01 10:02:13 +01:00
Takeshi KOMIYA
6f529f01ed
Fix #6803 : Disable parallel build on macOS and py38+
2019-12-01 16:01:19 +09:00
Takeshi KOMIYA
c978494914
Update CHANGES for PR #6872
2019-12-01 12:22:02 +09:00
jfbu
204c230c73
LaTeX: avoid ragged line endings in case of multi-line author display
...
Closes #6876
2019-11-30 23:49:57 +01:00
Takeshi KOMIYA
5a05cabd6a
Fix #6867 : text: extra spaces are inserted to hyphenated words on folding lines
2019-11-30 22:44:13 +09:00
Takeshi KOMIYA
afca037aa4
Update CHANGES for PR #6548
2019-11-28 22:29:56 +09:00
Takeshi KOMIYA
2f0e70e617
Merge branch '2.0' into 6848_config_overrides
2019-11-27 00:07:00 +09:00
Jonas Haag
df2f80c755
Add linkcheck_auth option
2019-11-25 09:53:45 +01:00
Takeshi KOMIYA
125179e76e
Merge pull request #6817 from tk0miya/6798_autosummary_emits_skip_member_event
...
Close #6798 : autosummary: emit ``autodoc-skip-member`` event on generating stub file
2019-11-21 08:52:05 +09:00
Timotheus Kampik
a0b0542218
6824 fix search js bug ( #6844 )
...
* #6824 : Fix search logic (front end)
Prevent duplicate additions of terms to a file in ``fileMap``, document search fix in change log
2019-11-20 21:13:54 +01:00
Takeshi KOMIYA
c65243325c
Merge branch '2.0' into 6798_autosummary_emits_skip_member_event
2019-11-21 00:45:57 +09:00
Takeshi KOMIYA
4635727037
Merge pull request #6839 from tk0miya/6806_linkcheck_concatenate_error
...
Fix #6806 : linkcheck: Failure on parsing content
2019-11-21 00:44:03 +09:00
Takeshi KOMIYA
cba9ff9ce2
Merge pull request #6841 from tk0miya/4186_uplatex
...
Fix #4186 : LaTeX: Support upLaTeX as a new latex_engine (experimental)
2019-11-21 00:42:21 +09:00
Takeshi KOMIYA
c9236df8f1
Update CHANGES for PR #6850
2019-11-21 00:39:34 +09:00
Takeshi KOMIYA
182b11e68d
Fix #6848 : config.py shouldn't pop extensions from overrides
2019-11-20 23:52:19 +09:00
Takeshi KOMIYA
aa882e947c
Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_map
...
Reconsider public APIs of sphinx.util.texescape
2019-11-19 02:02:37 +09:00
Takeshi KOMIYA
c6f0eb215a
Fix #4186 : LaTeX: Support upLaTeX as a new latex_engine (experimental)
2019-11-17 17:37:48 +09:00
Takeshi KOMIYA
955c88b189
Merge branch '2.0' into 6813_orphan_warning_for_included_document
2019-11-17 14:31:14 +09:00
Takeshi KOMIYA
d0fa844f91
Fix #6806 : linkcheck: Failure on parsing content
2019-11-17 11:12:33 +09:00
Takeshi KOMIYA
76c7e07e8d
Merge branch '2.0' into 4683_more_translatable_toctree
2019-11-17 01:32:25 +09:00
Takeshi KOMIYA
a8a4daee72
Merge pull request #6801 from tk0miya/2546_apidoc_supports_sharedlib
...
Close #2546 : apidoc: .so file support
2019-11-17 01:30:32 +09:00
Takeshi KOMIYA
ff079de010
Close #2546 : apidoc: .so file support
2019-11-17 01:09:43 +09:00
Takeshi KOMIYA
250ce7425a
Merge branch '2.0' into 6793_sidebar_in_texinfo
2019-11-17 00:26:53 +09:00
Takeshi KOMIYA
155f4b0d00
Fix #6813 : An orphan warning is emitted for included document on Windows
2019-11-16 23:14:25 +09:00
jfbu
38926cf708
LaTeX: escape fewer Unicode chars if engine is lualatex or xelatex
2019-11-16 10:36:41 +01:00
Takeshi KOMIYA
5f559fbb98
Deprecate sphinx.util.texescape.tex_escape_map
2019-11-16 18:34:48 +09:00
Takeshi KOMIYA
66c3dd3adb
Close #6798 : autosummary: emit `autodoc-skip-member` event on generating stub file
2019-11-16 18:19:31 +09:00
Jean-François B
b070e5be52
Merge branch '2.0' into 6738_new_escape_for_unicode_latex_engine
2019-11-15 19:09:16 +01:00
Takeshi KOMIYA
96e60df2ed
Merge pull request #6825 from Zac-HD/intersphinx-fetch
...
Fetch `intersphinx` inventories concurrently
2019-11-16 01:51:51 +09:00
jfbu
53ead2a0d9
LaTeX: fix #6809
2019-11-15 09:46:23 +01:00
Jean-François B
2e68d76244
Merge pull request #6807 from jfbu/6804_long_code_block_in_danger
...
LaTeX: fix #6804
2019-11-15 09:29:29 +01:00
Zac-HD
ea3ba6c210
Fetch inventories concurrently
2019-11-15 17:11:00 +11:00
Takeshi KOMIYA
8f554c465d
Merge pull request #6802 from tk0miya/6781_gettext_template
...
gettext: Use template file to generate message catalog
2019-11-15 02:33:09 +09:00
Takeshi KOMIYA
2c83033ca4
Fix #6815 : i18n: some translation messages has been broken
2019-11-15 00:57:39 +09:00
Takeshi KOMIYA
c7fd4cc827
Update CHANGES for PR #6812
2019-11-12 23:55:32 +09:00