Takeshi KOMIYA
a5d8e3d457
Merge pull request #6419 from larsoner/config
...
ENH: Explain rebuilds
2019-08-18 22:04:27 +09:00
Takeshi KOMIYA
4e12d4b644
Merge pull request #6653 from jdufresne/importlib
...
Switch uses of __import__ to importlib.get_module()
2019-08-18 22:03:06 +09:00
Jon Dufresne
ecb1e763ad
Switch uses of __import__ to importlib.get_module()
...
The Python docs for __import__ recommend using importlib.get_module().
https://docs.python.org/3/library/functions.html#__import__
> Note: This is an advanced function that is not needed in everyday
> Python programming, unlike importlib.import_module().
As importlib.get_module() uses the Python module cache and returns the
module, this also allows simplifying many module cache checks of use of
sys.modules.
importlib.get_module() has been available since Python 3.3.
2019-08-17 11:45:39 -07: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
Eric Larson
c0e46adc07
ENH: Explain rebuilds
2019-08-06 09:59:35 -04:00
Takeshi KOMIYA
bbc11a059f
Update CHANGES for PR #6628
2019-08-05 01:22:30 +09:00
Takeshi KOMIYA
a3de59e00f
Merge pull request #6628 from stevepiercy/update-template-links
...
Update links in quickstart template to save redirects
2019-08-05 01:20:26 +09:00
jfbu
4ae5414ee5
Update our docs for imgmath_latex (refs: #6610 )
2019-08-03 12:00:24 +02:00
Takeshi KOMIYA
a01aabe7bd
Merge pull request #6576 from tk0miya/6574_annotation_for_varidic_params
...
Fix autodoc: missing type annotation for variadic and keyword parameters (refs: #6574 )
2019-08-03 02:54:11 +09:00
Steve Piercy
a503ed8b78
Update links in quickstart template to save redirects
2019-08-02 10:27:32 -07:00
Takeshi KOMIYA
b43676011e
Merge branch '2.0' into 6574_annotation_for_varidic_params
2019-08-03 02:19:29 +09:00
Takeshi KOMIYA
04fbd51b4e
Merge pull request #6592 from tk0miya/6589_autodoc_typehints_none
...
Fix #6589 : autodoc: Formatting issues with autodoc_typehints='none'
2019-08-02 22:36:43 +09:00
Takeshi KOMIYA
4571d8b1a1
Merge pull request #6593 from tk0miya/docutils-0.15
...
Test with docutils-0.14 (previous release)
2019-08-02 10:08:42 +09:00
Takeshi KOMIYA
d2d6cad898
Merge pull request #6609 from tk0miya/6606_jquery-3.4.1
...
Fix #6606 : Update jQuery to 3.4.1
2019-08-02 10:07:27 +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
81736cc828
Test with docutils-0.14 (previous release)
2019-08-02 01:53:41 +09:00
Takeshi KOMIYA
d9d8ba5e7f
Fix #6606 : Update jQuery to 3.4.1
2019-08-02 01:53:32 +09:00
jfbu
4732ec5edf
Fix type annotation
2019-08-01 18:30:15 +02: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
7c59e44eaa
Fix version changed info in our document for imgmath
2019-08-01 18:24:28 +02:00
jfbu
365574f052
Fix error in cherry-picking #6310 to 2.0
2019-08-01 18:05:57 +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
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
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
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
92491c0769
Fix autodoc: missing type annotation for variadic and keyword parameters (refs: #6574 )
2019-07-13 19:25:38 +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
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
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