Takeshi KOMIYA
815abf0fea
Fix #7362 : autodoc: does not render correct signatures for built-in functions
2020-05-09 16:37:03 +09:00
Takeshi KOMIYA
560ccf83ae
Fix #7551 : autodoc: failed to import nested class
2020-05-07 02:02:02 +09:00
Takeshi KOMIYA
eef7e4cdd5
test: Rename test_autodoc.py to test_ext_autodoc.py
2020-05-06 13:55:45 +09:00
Takeshi KOMIYA
2ca76d2366
test: Merge test_ext_autodoc.py and test_autodoc.py
2020-05-06 13:47:15 +09:00
Takeshi KOMIYA
eaf495c3c4
A happy new year!
2020-01-01 14:27:43 +09:00
Takeshi KOMIYA
90bf81bd37
test: Use get_doctree() to load doctree files
2019-02-17 20:27:48 +09:00
Takeshi KOMIYA
76e9f57c2e
Merge branch '1.8'
2019-01-02 16:16:25 +09:00
Takeshi KOMIYA
1b1ebd2c75
A happy new year!
2019-01-02 16:00:30 +09:00
Jon Dufresne
bade33c7e4
Remove unnecessary encoding cookie from Python source files
...
In Python 3, the default encoding of source files is utf-8. The encoding
cookie is now unnecessary and redundant so remove it. For more details,
see the docs:
https://docs.python.org/3/howto/unicode.html#the-string-type
> The default encoding for Python source code is UTF-8, so you can
> simply include a Unicode character in a string literal ...
Includes a fix for the flake8 header checks to stop expecting an
encoding cookie.
2018-12-16 12:22:12 -08:00
Takeshi KOMIYA
abcb5bd5ec
The default setting for master_doc is changed to 'index'
2018-09-04 01:14:16 +09:00
Takeshi KOMIYA
f7027049b1
Fix flake8 violations
2018-02-19 23:20:56 +09:00
Sergey B Kirpichev
b1c100ca3b
autodoc: make full reference for classes, aliased with "alias of"
...
We do this here only if class belongs to the different module.
Closes sphinx-doc/sphinx#2437
2018-01-13 00:19:19 +03:00
Takeshi KOMIYA
2426cedb8b
A happy new year!
2018-01-01 01:06:58 +09:00
Takeshi KOMIYA
c57e47e042
Year++
2017-03-26 11:49:34 +09:00
shimizukawa
baaef9146d
pytest: remove deprecated with_app decorator functions
2017-01-06 01:14:47 +09:00
Takeshi KOMIYA
e15216c568
Fix sphinx.ext.autodoc
crashes if target code imports * from mock modules by autodoc_mock_imports
2016-08-09 12:20:11 +09:00