Takeshi KOMIYA
b80935bba1
Merge pull request #6822 from andriyor/parch-1
...
add urls to Code and Issue tracker for PyPi
2019-11-15 02:28:50 +09:00
Andriy Orehov
ff2f4a0e54
add urls to Code and Issue tracker for PyPi
2019-11-14 17:34:03 +02:00
Takeshi KOMIYA
c7fd4cc827
Update CHANGES for PR #6812
2019-11-12 23:55:32 +09:00
Takeshi KOMIYA
e8ef1886f1
Merge pull request #6812 from astrofrog/explicit-parallel-unsafe
...
Give a warning when extensions are explicitly not parallel safe
2019-11-12 23:54:10 +09:00
Thomas Robitaille
fa1cca1fee
Improve variable names and code style
2019-11-12 14:29:20 +00:00
Thomas Robitaille
0a437bc9d6
Give a warning when extensions are explicitly not parallel safe
2019-11-12 14:22:21 +00:00
Jean-François B
a7f53a7957
Merge pull request #6799 from jfbu/6000_latex_backslash
...
LaTeX: Allow linebreaks at \ (in literals, code-blocks, parsed-literal)
2019-11-07 17:30:58 +01:00
jfbu
a550c7075f
LaTeX: Allow linebreaks at \ (in literals, code-blocks, parsed-literal)
...
Default configuration is to allow the linebreak after the backslash.
It is possible at user side via 'preamble' key and some LaTeX code
to allow the linebreak before the backslash, but each of inline-literal,
code-block, and parsed-literal has its more or less cumbersome way for
that.
Closes : #6000 , #6001
This commit handles only the \ character, which had been left aside
by accident so far. Inline-literals could break at more characters
but this is not yet done in this commit. In this context, in future
it could be useful to modify sphinx.util.texescape to use mark-up
such as \sphinxtextbackslash rather than naked \textbackslash and
similarly for some other characters. This could then be used to
allow linebreaks even in regular text paragraphs.
2019-11-06 18:59:09 +01:00
jfbu
59a1b06757
Merge branch '2.2.2' into 2.0
2019-11-06 18:29:07 +01:00
Takeshi KOMIYA
5f4fcff832
Merge pull request #6756 from tk0miya/1331_useragent
...
Close #1331 : Change default User-Agent header
2019-11-05 23:27:52 +09:00
Takeshi KOMIYA
b4cd34c8f4
Merge branch '2.0' into 1331_useragent
2019-11-05 22:58:33 +09:00
Takeshi KOMIYA
4ca49ec310
Merge pull request #6775 from tk0miya/6762_latex_elements_packages
...
Close #6762 : latex: Allow to load additonal LaTeX packages
2019-11-05 22:37:39 +09:00
Takeshi KOMIYA
4ec563fcff
Close #6762 : latex: Allow to load additonal LaTeX packages
2019-11-05 22:25:41 +09:00
Takeshi KOMIYA
8dbb799cb1
Update CHANGES for PR #6782
2019-11-01 00:46:35 +09:00
Takeshi KOMIYA
d18f237007
Merge pull request #6782 from lewis6991/2.0
...
Add py.typed to make PEP-561 compatible
2019-11-01 00:44:13 +09:00
Lewis Russell
ed5832439d
Add py.typed to make PEP-561 compatible
2019-10-31 14:57:30 +00:00
Jean-François B
2ebdd0daac
Merge pull request #6778 from jfbu/6776_latex_october_2019
...
Fix #6776 : 2019-10-01 LaTeX release breaks sphinxcyrillic.sty
2019-10-29 09:18:27 +01:00
jfbu
ca06005caf
Drop addition of X2 to LaTeX test to avoid extra dependencies for CI
...
This can be reverted if adding the extra dependencies is deemed worth
it, but it means having to look at Debian packaging and currently means
adding texlive-lang-cyrillic as requirement
2019-10-28 18:52:07 +01:00
jfbu
0c6ffa42a5
Fix #6776 : 2019-10-01 LaTeX release breaks sphinxcyrillic.sty
2019-10-28 17:15:19 +01:00
Takeshi KOMIYA
3647e0c566
Merge pull request #6748 from tk0miya/6742_end-before_ignores_firstline
...
Fix #6742 : end-before option of literalinclude skips first line
2019-10-28 19:24:12 +09:00
Takeshi KOMIYA
39b166b6b9
Fix #6742 : end-before option of literalinclude skips first line
2019-10-28 19:16:20 +09:00
Takeshi KOMIYA
32763520a3
Close #1331 : Change default User-Agent header
2019-10-27 02:05:33 +09:00
Takeshi KOMIYA
472de2e9aa
Merge pull request #6749 from tk0miya/dont_return_False_on___exit__
...
Don't return False always on __exit__()
2019-10-26 18:07:07 +09:00
Takeshi KOMIYA
ec8d41b237
Merge branch '2.2.1' into 2.0
2019-10-26 18:04:50 +09:00
Takeshi KOMIYA
d2a24c20d6
Bump version
2019-10-26 18:02:13 +09:00
Takeshi KOMIYA
f5f79684b0
Bump to 2.2.1 final
2019-10-26 18:00:31 +09:00
Takeshi KOMIYA
9e62ed102c
Merge pull request #6774 from tk0miya/6765_fixhtmlverify
...
Fixes #6759 : validation of html static paths and extra paths no longe…
2019-10-26 17:51:21 +09:00
Takayuki SHIMIZUKAWA
4edd69566e
fix long line for doclinter
2019-10-26 17:21:57 +09:00
Nate Damon
73b4404275
Corrected typo where drives were not compared, meaning the check always evaluates to false
2019-10-26 16:56:41 +09:00
Nate Damon
1d055900ae
Newline for changes file
2019-10-26 16:56:41 +09:00
Nate Damon
0cfc00123b
Reimplemented fix to not rely on error strings'
2019-10-26 16:56:41 +09:00
Nate Damon
b813875b64
specified the specific error message to except, so other value errors are still raised
2019-10-26 16:56:41 +09:00
Nate Damon
b4eba53b5b
Fixed 4 flake8 violations due to stinky IDE I was using
2019-10-26 16:56:41 +09:00
Nate Damon
c6bd00dbb9
Fixes #6759 : validation of html static paths and extra paths no longer throws an error if the paths are in different directories
2019-10-26 16:56:41 +09:00
Takayuki SHIMIZUKAWA
c57325d776
doc: remove required version of the external libraries
2019-10-26 16:08:41 +09:00
Takayuki SHIMIZUKAWA
71334def42
doc: avoid font-size when :mod: role in headings
2019-10-26 15:35:06 +09:00
Takeshi KOMIYA
7b9edd49dd
Merge pull request #6746 from tk0miya/6743_rst_prolog_breaks_i18n
...
Fix #6743 : i18n: rst_prolog breaks the translation
2019-10-24 02:00:06 +09:00
Takeshi KOMIYA
2db7837b4a
Update CHANGES for PR #6741
2019-10-20 23:36:41 +09:00
Takeshi KOMIYA
254624c8df
Merge pull request #6741 from rdb/master
...
Fix search bug with empty html_file_suffix using html builder
2019-10-20 23:34:50 +09:00
Takeshi KOMIYA
70876b475d
Fix #6743 : i18n: rst_prolog breaks the translation
2019-10-20 19:50:54 +09:00
rdb
91fad84d5a
Fix search bug with empty html_file_suffix
2019-10-20 12:22:19 +02:00
Takeshi KOMIYA
ee45bb310b
Don't return False always on __exit__()
...
According to the python/mypy#7214 , mypy-0.740 prefers a return
value of __exit__() method which does not swallow exceptions is
None instead of bool.
mypy#7214: https://github.com/python/mypy/issues/7214
2019-10-20 19:01:20 +09:00
Takeshi KOMIYA
314e12ca14
Merge pull request #6734 from tk0miya/5070_epub_wrong_anchor
...
Fix #5070 : epub: Wrong internal href fragment links
2019-10-20 14:43:12 +09:00
Takeshi KOMIYA
a790ca580b
Fix #6718 : i18n: KeyError is raised if section title and table title are same
2019-10-20 14:33:57 +09:00
Takeshi KOMIYA
93d659568d
Fix #5070 : epub: Wrong internal href fragment links
2019-10-20 14:32:08 +09:00
Takeshi KOMIYA
f59ebed3bd
Merge pull request #6728 from tk0miya/6712_optional_Path_import
...
Close #6712 : Allow not to install sphinx.testing on ALT Linux
2019-10-20 14:12:56 +09:00
Takeshi KOMIYA
9cf99f7588
Merge branch '2.0' into 6712_optional_Path_import
2019-10-20 13:45:11 +09:00
Takeshi KOMIYA
cb22be80c2
Merge branch '2.2.1' into 2.0
2019-10-20 13:42:10 +09:00
Takeshi KOMIYA
f30e2af762
Merge pull request #6747 from tk0miya/mypy-0.740
...
Fix mypy violations (for mypy-0.740)
2019-10-20 13:41:49 +09:00
Takeshi KOMIYA
0b719faabb
Fix mypy violations (for mypy-0.740)
2019-10-20 13:33:44 +09:00