Takeshi KOMIYA
d58ec72dd2
Merge pull request #6648 from jdufresne/pyver
...
Specify the target Python version in the mypy configuration
2019-08-18 01:14:48 +09:00
Takeshi KOMIYA
22ccfc38f0
Merge pull request #6649 from PYGC/patch-1
...
Update configuration.rst
2019-08-18 01:13:40 +09:00
Jon Dufresne
acb2eadc8e
Specify the target Python version in the mypy configuration
...
Currently targets Python 3.5.
This caught a bug. The subprocess.run() function only started taking the
'encoding' keyword argument starting with Python 3.6.
2019-08-16 12:08:28 -07:00
ExplorerLog
edff2824e9
Update configuration.rst
...
Add a comma
2019-08-16 16:29:29 +08:00
jfbu
47cd262b3e
Merge branch '2.0'
2019-08-01 18:30:48 +02:00
jfbu
4732ec5edf
Fix type annotation
2019-08-01 18:30:15 +02: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
7c59e44eaa
Fix version changed info in our document for imgmath
2019-08-01 18:24:28 +02:00
jfbu
91d8f10ec0
Merge branch '2.0'
2019-08-01 18:10:24 +02:00
jfbu
365574f052
Fix error in cherry-picking #6310 to 2.0
2019-08-01 18:05:57 +02:00
jfbu
f2165a339d
Fix CHANGES after 2.0 branch merge into master (refs: #6310 , #6602 )
2019-08-01 17:55:37 +02:00
jfbu
67be0b4309
Merge branch '2.0'
2019-08-01 17:54:33 +02:00
jfbu
763908c75a
Update CHANGES for cherry-picked #6310
2019-08-01 17:52:28 +02:00
jfbu
bfe921b3b2
Add Python3 type annotation to cherry-picked #6310 for 2.2.0 release
2019-08-01 17:52:28 +02:00
jfbu
da3763170e
Reorganize documentation of the imgmath configuration variables
2019-08-01 17:52:28 +02:00
jfbu
505ff622c2
More robust code for getting saved "depth" of svg inline math snippet
2019-08-01 17:52:28 +02:00
jfbu
1adf12bfa7
Make imgmath_use_preview work also for svg output
2019-08-01 17:52:28 +02:00
jfbu
685e3fdb49
Merge branch '2.0'
2019-08-01 17:49:24 +02:00
jfbu
5a86a71a8f
Update CHANGES for cherry-picked #6310
2019-08-01 17:43:44 +02:00
jfbu
eeca5ee91d
Revert "Fix CHANGES entry for #6310 merge"
...
This reverts commit 80abe4945e
.
2019-08-01 17:42:37 +02:00
Takeshi KOMIYA
f050092f42
Merge pull request #6621 from sphinx-doc/6620_classifiers_not_translated
...
Fix #6620 : i18n: classifiers of definition list are not translated with docutils-0.15
2019-08-02 00:42:10 +09:00
jfbu
2d5d290cd4
Add Python3 type annotation to cherry-picked #6310 for 2.2.0 release
2019-08-01 17:40:29 +02:00
jfbu
548d329f35
Reorganize documentation of the imgmath configuration variables
2019-08-01 17:36:32 +02:00
jfbu
04e5d34415
More robust code for getting saved "depth" of svg inline math snippet
2019-08-01 17:35:38 +02:00
jfbu
c3ae4908fa
Make imgmath_use_preview work also for svg output
2019-08-01 17:33:39 +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
jfbu
80abe4945e
Fix CHANGES entry for #6310 merge
2019-07-30 22:43:49 +02:00
Takeshi KOMIYA
57777da0bb
Merge pull request #6580 from tk0miya/refactor_inspect
...
refactor: sphinx.util.inspect:Signature.format_annotation_old()
2019-07-14 01:51:11 +09:00
Takeshi KOMIYA
8b34e431ca
Merge pull request #6577 from sphinx-doc/npm_updates
...
Update npm packages
2019-07-14 01:13:18 +09:00
Takeshi KOMIYA
f68dd9c986
refactor: sphinx.util.inspect:Signature.format_annotation_old()
2019-07-14 01:00:51 +09:00
Takeshi KOMIYA
5db23ea002
Merge pull request #6579 from tk0miya/refactor_type_annotation_py351
...
Fix type annotation for python 3.5.1
2019-07-14 00:00:18 +09:00
Takeshi KOMIYA
0c48a28ad7
Fix type annotation for python 3.5.1
2019-07-13 23:46:17 +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
7bfc8c9a46
Merge pull request #6571 from tk0miya/6567_autoclass_content_ignores_inherited_docstrings
...
Fix #6567 : autodoc: autodoc_inherit_docstrings does not effect to __init__()
2019-07-13 21:02:20 +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
fb61bef55c
Update npm packages
2019-07-13 20:01:31 +09:00
Takeshi KOMIYA
a498960de9
Merge branch '2.0'
2019-07-13 11:17:35 +09:00
Takeshi KOMIYA
9a552a9cd7
Fix mypy violations (for mypy-0.720)
2019-07-13 11:17:03 +09:00
Takeshi KOMIYA
1d2d295a93
Merge branch '2.1.3' into 2.0
2019-07-13 11:14:44 +09:00
Takeshi KOMIYA
68973e803a
Merge pull request #6575 from tk0miya/mypy-0.720
...
Fix mypy violations (for mypy-0.720)
2019-07-13 11:14:17 +09:00
Takeshi KOMIYA
fd74594f53
Fix mypy violations (for mypy-0.720)
2019-07-13 10:55:13 +09:00
Takeshi KOMIYA
199ebaa94b
Merge pull request #6572 from YuriPetrov/master
...
Add "yuripetrov.ru/edu/python" to sphinx/EXAMPLES
2019-07-12 10:06:41 +09:00
Yuri Petrov
c64e4e3868
Add "yuripetrov.ru/edu/python" to Examples page
2019-07-10 23:57:39 +03:00
Takeshi KOMIYA
1c088ec163
Fix #6567 : autodoc: autodoc_inherit_docstrings does not effect to __init__()
2019-07-11 01:39:17 +09:00
Timotheus Kampik
0662a3ecd6
#6503 document meta directive ( #6562 )
...
#6503 document meta directive
The `meta` directive has partly Sphinx-specific behavior
and hence needs to be documented
2019-07-08 22:48:41 +02:00
Takeshi KOMIYA
5d89c30dab
Update CHANGES for PR #6547
2019-07-09 00:32:01 +09:00
Takeshi KOMIYA
632223b860
Merge pull request #6547 from ngoldbaum/issue-6545
...
Fix #6545 . Strip doctests for doctest_block nodes.
2019-07-09 00:14:49 +09:00
Takeshi KOMIYA
b56390644d
Fix #6561 : glossary: Wrong hyperlinks are generated for non alphanumeric terms
2019-07-09 00:13:21 +09:00
Nathan Goldbaum
a570ea6c03
Fix #6545 . Strip doctests for doctest_node blocks.
2019-07-07 19:28:45 -04:00