Commit Graph

11598 Commits

Author SHA1 Message Date
Takeshi KOMIYA
271ea125f2 Merge branch '1.8' 2018-09-21 01:24:39 +09:00
Zejun Wu
84f6d9f16e Fix TypeError in error message when override is prohibited 2018-09-21 01:24:04 +09:00
Takeshi KOMIYA
a912d90440 doc: app.info() should allow keyword argument 2018-09-20 20:32:41 +09:00
Takeshi KOMIYA
48d4a52276 doc: Update workaround for RTD 2018-09-20 20:29:56 +09:00
Takeshi KOMIYA
a4843cab2c Fix typo 2018-09-20 20:27:25 +09:00
Takeshi KOMIYA
134bcde40b Add workaround for RTD (refs: #5461) 2018-09-20 20:17:21 +09:00
Takeshi KOMIYA
522105b79b Merge branch '1.8' 2018-09-20 20:01:14 +09:00
Takeshi KOMIYA
bbb4593bfa
Merge pull request #5447 from tk0miya/5431_warnings_for_callable
Fix #5431: autodoc: ``autofunction`` emits a warning for callable objects
2018-09-19 09:48:56 +09:00
jfbu
f1b7969a8c Fix #5453 and move LaTeX `\pagestyle` to template 2018-09-18 20:52:08 +02:00
Takeshi KOMIYA
c7f3933612
Merge branch '1.8' into 5431_warnings_for_callable 2018-09-18 23:34:33 +09:00
Takeshi KOMIYA
609779033d
Merge pull request #5445 from tk0miya/5433_latex_ImportError
Fix #5433: latex: ImportError: cannot import name 'DEFAULT_SETTINGS'
2018-09-18 23:33:19 +09:00
Takeshi KOMIYA
2c0359f3a1
Merge branch '1.8' into 5433_latex_ImportError 2018-09-18 22:50:54 +09:00
Takeshi KOMIYA
5d509d69ed
Merge pull request #5442 from tk0miya/5437_autodoc_crashed_for_egg_packages
Fix #5437: autodoc: crashed on modules importing eggs
2018-09-18 22:49:37 +09:00
Takeshi KOMIYA
c938dd29d9
Merge branch '1.8' into 5437_autodoc_crashed_for_egg_packages 2018-09-18 17:44:27 +09:00
Takeshi KOMIYA
f79caff858
Merge pull request #5449 from tk0miya/5436_attributes_for_enum_subclasses
Fix #5436: Autodoc does not work with enum subclasses with properties/methods
2018-09-18 17:42:45 +09:00
Takeshi KOMIYA
72cd642ebc
Merge branch '1.8' into 5436_attributes_for_enum_subclasses 2018-09-18 17:19:41 +09:00
Takeshi KOMIYA
4550761d2e
Merge pull request #5451 from tk0miya/4911_help_for_nonmakemode
Fix #4911: add latexpdf to make.bat for non make-mode
2018-09-18 17:18:22 +09:00
Takeshi KOMIYA
e7811f0292 Fix #5437: autodoc: crashed on modules importing eggs 2018-09-18 13:03:17 +09:00
Takeshi KOMIYA
5c3a0e4e40 Fix #5431: autodoc: `autofunction` emits a warning for callable objects 2018-09-18 13:02:01 +09:00
Takeshi KOMIYA
9e8434f902 Fix #5436: Autodoc does not work with enum subclasses with properties/methods 2018-09-18 13:01:10 +09:00
Takeshi KOMIYA
6d55e98da1 test: Move EnumCls to target.enum package 2018-09-18 13:01:10 +09:00
Takeshi KOMIYA
cab6bd0e03 Fix #4911: add latexpdf to make.bat for non make-mode 2018-09-18 12:47:08 +09:00
Takeshi KOMIYA
914d93a9e1
Merge pull request #5452 from tk0miya/mypy-0.630
Fix mypy violations
2018-09-18 12:45:57 +09:00
Takeshi KOMIYA
e2979d1353 Fix mypy violations 2018-09-18 11:55:22 +09:00
Jon Dufresne
5fd45a0f6f Correct capitalization of PyPI
As spelled on https://pypi.org/.
2018-09-17 08:26:49 +09:00
Takeshi KOMIYA
7cb6961bb6
Merge pull request #5446 from jdufresne/cap-pypi
Correct capitalization of PyPI
2018-09-17 08:25:56 +09:00
Jon Dufresne
9fb75a9af8 Correct capitalization of PyPI
As spelled on https://pypi.org/.
2018-09-16 13:41:09 -07:00
Takeshi KOMIYA
65e3fd78e4 napoleon: Use collections.abc
collections.Callable was moved to under collections.abc package
since python 3.3.  And python 3.8 will remove it.  So this imports
it from new localtion.
2018-09-17 01:01:21 +09:00
Takeshi KOMIYA
d63c4884b6
Merge pull request #5443 from tk0miya/5417_crashed_with_py275
Fix #5417: Sphinx fails to build with syntax error in Python 2.7.5
2018-09-17 00:59:42 +09:00
Takeshi KOMIYA
58711d5ad9 Fix #5433: latex: ImportError: cannot import name 'DEFAULT_SETTINGS' 2018-09-16 23:16:14 +09:00
Takeshi KOMIYA
fabf445197 Fix mistake on merging 2018-09-16 22:14:43 +09:00
Takeshi KOMIYA
02204db99f Merge branch '1.8' 2018-09-16 21:40:37 +09:00
Takeshi KOMIYA
1d60e6a90c Fix #5417: Sphinx fails to build with syntax error in Python 2.7.5 2018-09-16 18:49:18 +09:00
Takeshi KOMIYA
e756c209a5
Merge pull request #5429 from tk0miya/5422_pickling_error
Fix #5422: lambda object causes PicklingError on storing environment
2018-09-15 22:16:54 +09:00
Takeshi KOMIYA
63f04f7cec
Merge pull request #5430 from tk0miya/fix_typo
Fix typo
2018-09-15 22:15:58 +09:00
Takeshi KOMIYA
c93ede5bc4 Fix typo 2018-09-14 22:36:07 +09:00
Takeshi KOMIYA
c83630bd1f Fix #5422: lambda object causes PicklingError on storing environment 2018-09-14 22:28:57 +09:00
Takeshi KOMIYA
c8b6928300
Merge pull request #5424 from tk0miya/5421_warning_for_autodoc_default_flags
Fix #5421: autodoc emits deprecation warning for :confval:`autodoc_default_flags`
2018-09-14 10:00:20 +09:00
Takeshi KOMIYA
aa69231bc7
Merge branch '1.8' into 5421_warning_for_autodoc_default_flags 2018-09-14 02:06:29 +09:00
Takeshi KOMIYA
e0570ab10e
Merge pull request #5425 from tk0miya/5418_incorrect_doctreedir
Fix #5418: Incorrect default path for sphinx-build -d/doctrees files
2018-09-14 02:05:36 +09:00
Takeshi KOMIYA
2e9d311ad5
Merge pull request #5420 from akaihola/patch-1
Add missing author
2018-09-13 22:45:36 +09:00
Takeshi KOMIYA
d7dca264f4 Fix #5418: Incorrect default path for sphinx-build -d/doctrees files 2018-09-13 22:30:13 +09:00
Takeshi KOMIYA
21d92b440a Fix #5421: autodoc emits deprecation warning for :confval:autodoc_default_flags 2018-09-13 21:58:36 +09:00
Antti Kaihola
33cf3e3688
Add missing author
I forgot to update `AUTHORS` in #5307.
2018-09-13 09:30:48 +03:00
Takeshi KOMIYA
efdc95ef8b Merge branch '1.8' 2018-09-13 00:53:09 +09:00
Takeshi KOMIYA
fa81b67141 Bump version 2018-09-13 00:51:56 +09:00
Takeshi KOMIYA
16533cff9a Bump to 1.8.0 final 2018-09-13 00:48:58 +09:00
Takeshi KOMIYA
46a1f4ef38 Update message catalogs 2018-09-13 00:46:02 +09:00
Jon Dufresne
490e4aed41 Remove unnecessary object from class definitions
In Python 3, all classes are new-style classes. The object in the
definition is redundant and unnecessary.
2018-09-11 07:07:01 -07:00
Jon Dufresne
2f14c36a8e Remove use of six.class_types
In Python 3, type is the only class type.
2018-09-11 06:22:34 -07:00