Commit Graph

13712 Commits

Author SHA1 Message Date
Damien Ayers
1a54a7229c Fix documentation typo
(cherry picked from commit 937c684960)
2019-12-13 23:27:04 +01:00
jfbu
2199a127e8 Typo (refs #6491) 2019-12-09 22:57:45 +01:00
Jean-François B
85676f401b
Merge pull request #6904 from ollehu/2.0
Add sphinxcontrib-beamer to list of extensions for 2.x release.
2019-12-09 13:43:29 +01:00
Olle Hynén Ulfsjöö
e35507ffd0 Add sphinxcontrib-beamer to list of extensions.
Change-Id: I943e42508cc8ca4e20c65803c1bca225195ddd0e
2019-12-09 11:06:23 +01:00
Takeshi KOMIYA
1044ac4ac1
Merge pull request #6491 from tk0miya/refactor_doc2
Rewrite documents for code-block directives by directive:option
2019-12-09 00:11:19 +09:00
Takeshi KOMIYA
9e40f2a603 doc: rewrite options for code-block by directive:option directive 2019-12-08 21:33:06 +09:00
Takeshi KOMIYA
d82e0bb5a5 doc: rewrite options for highlight by directive:option directive 2019-12-08 21:33:06 +09:00
Jean-François B
7a98c2bfa1
Merge pull request #6888 from jfbu/xelatex_6886
LaTeX: inhibit so-called TeX Ligatures with xelatex and lualatex
2019-12-07 16:43:18 +01:00
jfbu
73a2228c87 Update 'fontenc' latex_elements key documentation 2019-12-07 12:27:21 +01:00
jfbu
a0fe0aba1b Update longtable latex template 2019-12-07 00:37:33 +01: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
73f23f41c5
Merge pull request #6883 from tk0miya/6821_update_translations
Fix #6821: i18n: some translation messages has been broken
2019-12-03 00:55:34 +09:00
Takeshi KOMIYA
7f4c1d9a7f Update message catalogs 2019-12-03 00:31:53 +09:00
Takeshi KOMIYA
34a7d6326f Fix #6821: i18n: some translation messages has been broken 2019-12-02 01:41:57 +09:00
Takeshi KOMIYA
3bc16b0383
Merge pull request #6879 from tk0miya/6803_parallel_build_error_on_macOS
Fix #6803: Disable parallel build on macOS and py38+
2019-12-01 22:50:09 +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
e742af0608 Fix mypy violations (for mypy-0.750) 2019-12-01 16:01:40 +09:00
Takeshi KOMIYA
6f529f01ed Fix #6803: Disable parallel build on macOS and py38+ 2019-12-01 16:01:19 +09:00
Takeshi KOMIYA
60a8eebc8e
Merge pull request #6880 from tk0miya/test_with_py38_explicitly
test: Do test with python3.8
2019-12-01 15:52:37 +09:00
Takeshi KOMIYA
99efebbb10 test: Do test with python3.8 2019-12-01 15:29:23 +09:00
Takeshi KOMIYA
c978494914 Update CHANGES for PR #6872 2019-12-01 12:22:02 +09:00
Takeshi KOMIYA
c902a1b7dc
Merge pull request #6872 from sphinx-doc/linkcheck-308
builders/linkcheck: include "experimental" HTTP 308 as "permanently"
2019-12-01 12:19:08 +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
Georg Brandl
3398194135 builders/linkcheck: include "experimental" HTTP 308 as "permanently"
Also remove redundant "default" case.
2019-11-30 17:07:25 +01:00
Takeshi KOMIYA
0d80cff43c
Merge pull request #6869 from tk0miya/6867_extra_spaces_on_folding
Fix #6867: text: extra spaces are inserted to hyphenated words on folding lines
2019-11-30 22:59:18 +09: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
cf37af27cf
Merge pull request #6874 from tk0miya/mypy-0.750
Fix mypy violations (for mypy-0.750)
2019-11-30 22:43:53 +09:00
Takeshi KOMIYA
c30d7b2ddd Fix mypy violations (for mypy-0.750) 2019-11-30 22:07:53 +09:00
Takeshi KOMIYA
82a6048f12 Fix typo 2019-11-28 23:31:08 +09:00
Takeshi KOMIYA
afca037aa4 Update CHANGES for PR #6548 2019-11-28 22:29:56 +09:00
Aaron Carlisle
c6d9924735 Opensearch: Use favicon if available 2019-11-28 22:27:09 +09:00
Takeshi KOMIYA
1cc1481771
Merge pull request #6866 from tk0miya/napoleon_doc_fix
doc: URL of numpydoc has changed
2019-11-27 01:25:33 +09:00
Takeshi KOMIYA
b6f205e975
Merge pull request #6852 from tk0miya/6848_config_overrides
Fix #6848: config.py shouldn't pop extensions from overrides
2019-11-27 01:24:49 +09:00
Takeshi KOMIYA
82b2b1752a doc: URL of numpydoc has changed 2019-11-27 00:12:32 +09:00
Takeshi KOMIYA
2f0e70e617
Merge branch '2.0' into 6848_config_overrides 2019-11-27 00:07:00 +09:00
Takeshi KOMIYA
9bd64e4e2a
Merge pull request #6862 from tk0miya/6854_update_supported_languages_list
Update supported languages (refs: #6854)
2019-11-27 00:04:22 +09:00
jfbu
dc53404d48 Fix markup issue in our docs 2019-11-26 14:22:17 +01:00
jfbu
d398959230 Fix typo in docs 2019-11-26 14:11:40 +01:00
Takeshi KOMIYA
7deca6f787
Merge pull request #6735 from tk0miya/refactor_type_annotation_writers
Migrate to py3 style type annotation: sphinx.writers
2019-11-26 01:50:18 +09:00
Takeshi KOMIYA
f7425c9c3e Migrate to py3 style type annotation: sphinx.writers.latex 2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
67c133aa77 Migrate to py3 style type annotation: sphinx.writers.text 2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
a7f86954a8 Migrate to py3 style type annotation: sphinx.writers.xml 2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
ab1369a837 Migrate to py3 style type annotation: sphinx.writers.html 2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
5466906c7b Migrate to py3 style type annotation: sphinx.writers.html5 2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
d9def51872 Migrate to py3 style type annotation: sphinx.writers.manpage 2019-11-26 01:34:03 +09:00
Takeshi KOMIYA
ede4182c52 Migrate to py3 style type annotation: sphinx.writers.texinfo 2019-11-26 01:34:03 +09:00
Takeshi KOMIYA
995dfa4e73
Merge pull request #6816 from jonashaag/linkcheck-auth
Add linkcheck_auth option
2019-11-26 01:29:30 +09:00