Commit Graph

13678 Commits

Author SHA1 Message Date
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
56bbb08b2c Do not replace unicode characters by LaTeX macros on unicode supported LaTeX engines 2019-10-20 22:54:21 +09:00
Takeshi KOMIYA
a499b7d83e Add LaTeXTranslator.escape(); TeX escape helper method 2019-10-20 21:06:17 +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
Takeshi KOMIYA
ae192e7c97
Merge branch '2.0' into 6712_optional_Path_import 2019-10-20 02:17:24 +09:00
Takeshi KOMIYA
6d352e5689
Merge pull request #6732 from tk0miya/6729_rightsidebar_for_agogo
Close #6729: HTML theme: agogo theme now supports rightsidebar option
2019-10-14 15:00:44 +09:00
Takeshi KOMIYA
a950df1908 Close #6729: HTML theme: agogo theme now supports rightsidebar option 2019-10-14 14:26:33 +09:00
Takeshi KOMIYA
b060ec99e9
Merge pull request #6720 from tk0miya/6708_mathbase
Fix #6708: mathbase: Some deprecated functions have removed
2019-10-14 11:42:52 +09:00
Takeshi KOMIYA
2da8638df5
Merge branch '2.0' into 6708_mathbase 2019-10-14 11:20:29 +09:00
Takeshi KOMIYA
6387047183
Merge pull request #6719 from tk0miya/6709_mock_class_decorators
Fix #6709: autodoc: mock object does not work as a class decorator
2019-10-14 11:18:48 +09:00
Takeshi KOMIYA
a20c7e6eb5
Merge branch '2.0' into 6709_mock_class_decorators 2019-10-14 11:00:24 +09:00
Takeshi KOMIYA
e3d3de7be9
Merge pull request #6727 from tk0miya/267_doctest_prompt_not_copyable
Close #267: html: Eliminate prompt characters of doctest block from c…
2019-10-13 16:16:46 +09:00
Takeshi KOMIYA
759797d658 Fix #6708: mathbase: Some deprecated functions have removed 2019-10-13 02:05:23 +09:00
Takeshi KOMIYA
fc6f8fac83 Close #6712: Allow not to install sphinx.testing as runtime (for ALT Linux)
To follow ALT Linux's policy, this enables to work Sphinx without
sphinx.testing package.
2019-10-13 02:02:55 +09:00
Takeshi KOMIYA
2d609ddf58 Update CHANGES for PR #6684 2019-10-13 00:00:53 +09:00
Tetsuo Koyama
9882cf3fe6 fixed issue #6584 2019-10-12 23:59:36 +09:00
Takeshi KOMIYA
ea873d627a
Merge pull request #6663 from tk0miya/6652_wrong_latex_documents_on_testing
Fix #6652: Run tests with wrong latex_documents setting
2019-10-12 23:26:36 +09:00
Takeshi KOMIYA
e71626e7e5
Merge pull request #6662 from tk0miya/6655_data_URL_causes_crash
Fix #6655: image URLs containing data: causes gettext builder crashed
2019-10-12 23:26:10 +09:00
Takeshi KOMIYA
f68853d25b
Merge branch '2.0' into 6655_data_URL_causes_crash 2019-10-12 22:49:01 +09:00
Takeshi KOMIYA
a750371641 Fix #6652: Run tests with wrong latex_documents setting 2019-10-12 22:46:45 +09:00
Takeshi KOMIYA
804e1c919e
Merge pull request #6664 from tk0miya/refactor_type_annotation_transforms
Migrate to py3 style type annotation: sphinx.transforms
2019-10-12 22:33:35 +09:00
Takeshi KOMIYA
6b9e0cbd70 Close #267: html: Eliminate prompt characters of doctest block from copyable text 2019-10-10 22:42:17 +09:00
Jean-François B
d000de6e99
Merge pull request #6711 from jfbu/latex_greekfix
Add latexpdf support for Greek as main language (via xelatex use)
2019-10-08 14:20:01 +02:00
Takeshi KOMIYA
d6334e74c8 Update CHANGES for PR #6704 2019-10-08 01:49:11 +09:00
Sebastien Besson
a2bc070533 Be defensive and handle newly defined HTTP error code
This commit implements a change to the linkcheck builder to handle undefined
HTTP error code such as https://tools.ietf.org/html/rfc7538.
At the moment, Sphinx will fail with an internal error. With this change,
a non-registered HTTP error code will be treated in the same way as error
code 0 i.e. unknown code.
2019-10-08 01:49:11 +09:00
jfbu
6a1ea849c2 Remove superfluous `or ''` from a conditional 2019-10-06 21:18:38 +02:00
jfbu
7a7cb6d418 Merge branch '2.2.1' into latex_greekfix 2019-10-06 21:15:50 +02:00
Takeshi KOMIYA
59336da8bd Fix #6709: autodoc: mock object does not work as a class decorator 2019-10-06 23:31:07 +09:00
Jakob Lykke Andersen
3dcd0e9b5b
Merge pull request #6717 from jakobandersen/cpp_bitfields
C++, support bit-fields
2019-10-06 13:30:33 +02:00