Commit Graph

3938 Commits

Author SHA1 Message Date
Takeshi KOMIYA
2da8638df5 Merge branch '2.0' into 6708_mathbase 2019-10-14 11:20:29 +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
Takeshi KOMIYA
f68853d25b Merge branch '2.0' into 6655_data_URL_causes_crash 2019-10-12 22:49:01 +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
Takeshi KOMIYA
d6334e74c8 Update CHANGES for PR #6704 2019-10-08 01:49:11 +09: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
9671267009 C++, support bit-fields
Fixes sphinx-doc/sphinx#6707
2019-10-06 11:23:47 +02:00
jfbu
7be68b7c4b Add latexpdf support for Greek as main language (via xelatex use)
Closes: #6710
2019-10-01 10:27:43 +02:00
jfbu
e8963e84ed Merge branch '2.2.1' into 2.0
Resolved Conflicts:
	CHANGES
	sphinx/__init__.py
	sphinx/texinputs/sphinx.sty
2019-09-14 15:25:44 +02:00
Jean-François B
d51142bdf0 Merge branch '2.0' into latex_6668 2019-09-06 09:58:59 +02:00
jfbu
fcba6b68fc Update CHANGES for PR #6633 2019-09-05 09:26:05 +02:00
jfbu
d95f6d103c Fix mark-up in CHANGES 2019-09-03 17:04:18 +02:00
jfbu
37cb8ba147 Fix #6641: Undefined control sequence \sphinxmaketitle 2019-09-02 21:53:47 +02:00
jfbu
655e949b3a Fix #6668: LaTeX: Longtable before header has incorrect distance 2019-09-01 22:58:14 +02:00
Takeshi KOMIYA
eae7caa5ab Fix #6655: image URLs containing data: causes gettext builder crashed 2019-08-20 23:49:31 +09:00
Takeshi KOMIYA
21cd1c2ef5 refactor: SphinxStandaloneReader should not hold an application object 2019-08-20 21:45:50 +09:00
Takeshi KOMIYA
8912ee0af0 Bump version 2019-08-19 00:44:17 +09:00
Takeshi KOMIYA
63757596b1 Bump version 2019-08-19 00:35:51 +09:00
Takeshi KOMIYA
bea7b5d477 Bump to 2.2.0 final 2019-08-19 00:33:00 +09:00
Takeshi KOMIYA
2e9f66b22f Update CHANGES for PR #6625 2019-08-19 00:22:52 +09:00
Takeshi KOMIYA
65e2fdc191 Fix #6605: autodoc: crashed when target code contains custom method-like objects 2019-08-18 23:59:06 +09:00
Takeshi KOMIYA
4a1df77e33 Update CHANGES for PR #6419 2019-08-18 22:07:10 +09:00
Takeshi KOMIYA
bf573ae145 Merge pull request #6624 from tk0miya/6474_DocFieldTransformer_handles_non_ObjectDescription
Fix #6474: ``DocFieldTransformer`` raises AttributeError
2019-08-18 01:17:37 +09:00
Takeshi KOMIYA
bbc11a059f Update CHANGES for PR #6628 2019-08-05 01:22:30 +09:00
Takeshi KOMIYA
b43676011e Merge branch '2.0' into 6574_annotation_for_varidic_params 2019-08-03 02:19:29 +09:00
Takeshi KOMIYA
ec71c4d14a Fix #6474: `DocFieldTransformer` raises AttributeError 2019-08-02 02:07:40 +09:00
Takeshi KOMIYA
ace7b4ded7 Fix #6589: autodoc: Formatting issues with autodoc_typehints='none' 2019-08-02 01:55:53 +09:00
Takeshi KOMIYA
b3eb853680 Merge branch '2.0' into 6574_annotation_for_varidic_params 2019-08-02 01:29:39 +09:00
Takeshi KOMIYA
51523a7c07 Merge pull request #6578 from tk0miya/6574_autodoc_member_order_for_imports
Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574)
2019-08-02 01:27:48 +09:00
jfbu
763908c75a Update CHANGES for cherry-picked #6310 2019-08-01 17:52:28 +02:00
Takeshi KOMIYA
c45f962b05 Fix #6620: i18n: classifiers of definition list are not translated with docutils-0.15 2019-08-02 00:27:24 +09:00
Takeshi KOMIYA
8c924f1b3d Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574) 2019-07-13 22:02:49 +09:00
Takeshi KOMIYA
0bc530f1b7 Merge pull request #6563 from tk0miya/6561_glossary_hyperrer_for_alphanumeric_term
Fix #6561: glossary: Wrong hyperlinks are generated for non alphanumeric terms
2019-07-13 21:16:31 +09:00
Takeshi KOMIYA
a252636333 Merge branch '2.0' into 6561_glossary_hyperrer_for_alphanumeric_term 2019-07-13 20:59:48 +09:00
Takeshi KOMIYA
92491c0769 Fix autodoc: missing type annotation for variadic and keyword parameters (refs: #6574) 2019-07-13 19:25:38 +09:00
Takeshi KOMIYA
1c088ec163 Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__() 2019-07-11 01:39:17 +09:00
Takeshi KOMIYA
5d89c30dab Update CHANGES for PR #6547 2019-07-09 00:32:01 +09:00
Takeshi KOMIYA
b56390644d Fix #6561: glossary: Wrong hyperlinks are generated for non alphanumeric terms 2019-07-09 00:13:21 +09:00
Takeshi KOMIYA
33991a0d43 Merge branch '2.0' into 6549_escaped_errmsg 2019-07-07 17:25:38 +09:00
Takeshi KOMIYA
fde3d2a1ed Merge branch '2.0' into 5592_cmdoption_registers_multiple_indices 2019-07-07 16:40:17 +09:00
Takeshi KOMIYA
f44a6242be Update CHANGES for PR #6528 2019-07-06 22:57:33 +09:00
Takeshi KOMIYA
3fa3ff439c Fix #6549: sphinx-build: Escaped characters in error messages 2019-07-06 14:28:54 +09:00
Takeshi KOMIYA
31207aa813 Fix #736: Invalid sort in pair index 2019-07-06 14:12:12 +09:00
Takeshi KOMIYA
d615eff08e Fix #6531: Failed to load last environment object when extension added 2019-06-30 15:21:13 +09:00
jfbu
e028a6e34c Update CHANGES for PR #6533 2019-06-29 19:45:37 +02:00
Takeshi KOMIYA
0ff514743f Close #6475: Add override argument to app.add_autodocumenter() 2019-06-30 01:41:15 +09:00