Takeshi KOMIYA
344f9dcc70
Merge pull request #6923 from tk0miya/6632
...
Add get_secnumber to simplify add_secnumber
2019-12-14 23:25:33 +09:00
Takeshi KOMIYA
1642978cc9
Fix mypy violation
2019-12-14 23:18:27 +09:00
Takeshi KOMIYA
2ae2b0d98a
Merge branch '2.0' into 6632
2019-12-14 22:57:59 +09:00
Takeshi KOMIYA
5b53b74bd9
Fix mypy and flake8 violations
2019-12-14 22:56:24 +09:00
Takeshi KOMIYA
e14b86ef7d
html4: Wrap <span> around sectnum in HTML titles
2019-12-14 22:55:42 +09:00
Takeshi KOMIYA
0dc456fee1
refactor test: check_xpath()
2019-12-14 22:50:55 +09:00
Takeshi KOMIYA
871e0b58a8
Remove meaningless spaces
2019-12-14 22:26:17 +09:00
Takeshi KOMIYA
f279bacbeb
Merge pull request #6921 from tk0miya/6920_wrong_highlight
...
Fix #6920 : sphinx-build: A console message is wrongly highlighted
2019-12-14 22:13:31 +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
be789b4e9c
Merge pull request #6918 from tk0miya/6887_docutils-0.16
...
Fix #6887 : Sphinx crashes with docutils-0.16b0
2019-12-14 15:55:35 +09:00
Takeshi KOMIYA
faedcc48cc
Fix #6887 : Sphinx crashes with docutils-0.16b0
2019-12-14 13:33:12 +09:00
Damien Ayers
1a54a7229c
Fix documentation typo
...
(cherry picked from commit 937c684960
)
2019-12-13 23:27:04 +01:00
Jean-François B
5a03cac7d3
Merge pull request #6917 from omad/patch-1
...
Fix documentation typo on the directives page
2019-12-13 23:13:55 +01:00
Damien Ayers
937c684960
Fix documentation typo
2019-12-13 12:33:02 +11:00
kpnr
4148207756
Update parser.py
...
encoding damages non-ASCII characters
2019-12-12 23:38:01 +03:00
Eric Wieser
1bfc59036a
Make SVG inheritance diagrams transparent
...
Previously they would be emitted with a white background
2019-12-09 23:30:17 +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
7ec567b6d0
Merge branch '2.0'
2019-12-09 00:13:42 +09: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
Takeshi KOMIYA
364f54cb55
Merge pull request #6892 from tkoyama010/patch-1
...
📝 License badge
2019-12-08 00:12:15 +09: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
Tetsuo Koyama
10fea0b664
📝 License badge
2019-12-06 13:18:40 +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
fb9adbf0be
Merge pull request #6870 from stsewd/update-docs-intersphinx-with-basic-auth
...
Update docs about intersphinx and basic auth support
2019-12-03 01:42:37 +09: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
Santos Gallegos
46c68302be
Be more specific about the type of login
2019-12-02 11:07:17 -05: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
7c79a6b8d1
Close #5923 : autodoc: allow not to document inherited members of specific super class
2019-12-01 12:51:28 +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
Takeshi KOMIYA
9d39b187c1
Fix flake8 violation
2019-12-01 11:22:41 +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
25f6eff6df
Merge branch '2.0'
2019-12-01 00:55:09 +09:00