Takeshi KOMIYA
b18fe13f55
Drop branches for sys.version_info < (3, 4)
2018-09-22 16:31:07 +09:00
Takeshi KOMIYA
52e68a79b5
Merge pull request #5467 from tk0miya/5432_attribute_type_disallows_termref
...
Fix #5432 : py domain: :type: field can't process :term: references
2018-09-22 16:26:33 +09:00
Takeshi KOMIYA
2f4047af78
Fix py domain: TypeError has been raised for class attribute (ref: #5426 )
2018-09-22 16:22:39 +09:00
Takeshi KOMIYA
c0fffb9e8b
Fix #5432 : py domain: :type: field can't process :term: references
2018-09-22 15:24:14 +09:00
Takeshi KOMIYA
a2748f787c
Merge pull request #5465 from tk0miya/5454_disappeared_index_in_latexpdfja
...
Fix #5454 : latex: Index has disappeared from PDF for Japanese documents
2018-09-22 01:17:57 +09:00
Takeshi KOMIYA
282282cc22
Fix #5454 : latex: Index has disappeared from PDF for Japanese documents
2018-09-22 00:53:27 +09:00
Takeshi KOMIYA
49c231ee34
Merge pull request #5464 from tk0miya/5463_deprecate_math_role
...
Fix #5463 : mathbase: math_role and MathDirective was disappeared in 1.8.0
2018-09-22 00:47:38 +09:00
Takeshi KOMIYA
ae12f357c7
Fix #5463 : mathbase: math_role and MathDirective was disappeared in 1.8.0
2018-09-21 23:44:11 +09:00
jfbu
b87d339b72
Fix typo in make.bat template help string, update help strings
...
modified: sphinx/templates/quickstart/Makefile_t
modified: sphinx/templates/quickstart/make.bat_t
2018-09-20 22:58:54 +02:00
Jean-François B
e4c6963325
Merge pull request #5455 from jfbu/5453_PDF_howto_pagenumbers
...
Fix #5453 and move LaTeX ``\pagestyle`` to template
2018-09-20 20:32:25 +02:00
jfbu
94bb3e3057
Update CHANGES for #5455
2018-09-20 19:58:06 +02:00
jfbu
6f62c50557
Merge branch '1.8' into 5453_PDF_howto_pagenumbers
2018-09-20 19:56:51 +02:00
Takeshi KOMIYA
4b2836a4b3
Update CHANGES for PR #5457
2018-09-21 01:26:01 +09:00
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