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
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
Takeshi KOMIYA
b2b833d39e
Update CHANGES for PR #5403
2018-09-10 20:45:16 +09:00
Takeshi KOMIYA
908f3a2fcb
Merge pull request #5403 from jdufresne/unused-content
...
Remove unused argument, content, from guess_mimetype
2018-09-10 20:43:24 +09:00
Takeshi KOMIYA
caeaea9028
Merge pull request #5401 from jdufresne/message
...
Fix AttributeError in ExtensionError
2018-09-10 20:40:47 +09:00
Jon Dufresne
e6e6d91d55
Deprecate unused argument, content, from guess_mimetype
...
Unused since its introduction in
be261ed71e
.
2018-09-09 12:23:36 -07:00
Jon Dufresne
9d6deec4ca
Fix AttributeError in ExtensionError
...
In Python 3, the attribute BaseException.message doesn't exist.
$ python3
>>> from sphinx.errors import ExtensionError
>>> e = ExtensionError('foo')
>>> repr(e)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "sphinx/sphinx/errors.py", line 65, in __repr__
return '%s(%r)' % (self.__class__.__name__, self.message)
AttributeError: 'ExtensionError' object has no attribute 'message'
2018-09-09 11:50:56 -07:00
Takeshi KOMIYA
cf707ac46f
Revert translations on zh_CN because of broken
2018-09-09 20:44:39 +09:00
Takeshi KOMIYA
eeba8f339f
Update message catalogs (from transifex)
2018-09-09 20:40:33 +09:00
Takeshi KOMIYA
d1eecb1307
Merge branch '1.7' into 1.8
2018-09-09 19:22:35 +09:00
Takeshi KOMIYA
189072dbc9
Merge pull request #5404 from tk0miya/test_DO_EPUBCHECK
...
Add $DO_EPUBCHECK envvar as a workaround for #4611
2018-09-09 19:21:49 +09:00
Takeshi KOMIYA
973986cfdb
Add $DO_EPUBCHECK envvar as a workaround for #4611
2018-09-09 19:09:56 +09:00
Takeshi KOMIYA
578adb887f
Merge pull request #5400 from tk0miya/5399_find_catalog_crashes
...
Fix #5399 : Sphinx crashes if unknown po file exists
2018-09-09 18:38:21 +09:00
Takeshi KOMIYA
8e729b419e
Fix #5399 : Sphinx crashes if unknown po file exists
2018-09-08 22:21:59 +09:00
Takeshi KOMIYA
0970619813
Merge pull request #5392 from tk0miya/5290_support_egged_source_code
...
Fix #5290 : autodoc: failed to analyze source code in egg package
2018-09-08 22:15:14 +09:00
Takeshi KOMIYA
35e1764025
Fix #5290 : autodoc: failed to analyze source code in egg package
2018-09-06 22:22:01 +09:00
Takeshi KOMIYA
888eea2944
Merge pull request #5378 from tk0miya/5127_quickstart_should_not_overwrite_Makefiles
...
Fix #5127 : quickstart: ``Makefile`` and ``make.bat`` are not overwritten if exists
2018-09-06 22:19:50 +09:00
Takeshi KOMIYA
d9694befae
Merge branch '1.8' into 5127_quickstart_should_not_overwrite_Makefiles
2018-09-06 21:35:55 +09:00
Takeshi KOMIYA
dfbf90a128
Merge pull request #5375 from tk0miya/5362_apidoc_toc
...
Fix #5362 : apidoc: Add ``--toc`` option to change the filename of ToC
2018-09-06 21:33:19 +09:00
Takeshi KOMIYA
86abb57577
Fix #5362 : apidoc: Add `--toc
` option to change the filename of ToC
2018-09-06 18:29:44 +09:00
Takeshi KOMIYA
4abc55239a
Merge pull request #5377 from tk0miya/4034_fix_download_url2
...
Fix #2720 , #4034 : Incorrect links with ``:download:``, duplicate names, and parallel builds
2018-09-06 18:24:42 +09:00
Takeshi KOMIYA
a2d5c79114
Merge branch '1.8' into 4034_fix_download_url2
2018-09-06 02:00:37 +09:00
Takeshi KOMIYA
811d23fa4d
Merge pull request #5383 from tk0miya/fix_ImportError_is_replaced
...
Fix autodoc: ImportError is replaced by AttributeError for deeper module
2018-09-06 01:54:24 +09:00
Takeshi KOMIYA
df8e1a4cbc
Update CHANGES for PR #5388
2018-09-06 01:09:40 +09:00
Takeshi KOMIYA
28e05b131e
Merge branch '1.8' into fix_ImportError_is_replaced
2018-09-06 00:09:45 +09:00
Takeshi KOMIYA
f7e556c1db
Merge pull request #5376 from tk0miya/2401_members_conflicts_with_special_members
...
Fix #2401 : autodoc: ``:members:`` causes ``:special-members:`` not to be shown
2018-09-06 00:06:25 +09:00
Takeshi KOMIYA
3d35723f6d
Merge branch '1.7' into 1.8
2018-09-05 23:09:48 +09:00
Takeshi KOMIYA
403f7edb17
Bump version
2018-09-05 23:07:09 +09:00
Takeshi KOMIYA
1cd87a11ef
Bump to 1.7.9 final
2018-09-05 23:05:02 +09:00
Takeshi KOMIYA
c9826fe676
Merge branch '1.8' into 2401_members_conflicts_with_special_members
2018-09-05 23:00:13 +09:00
Takeshi KOMIYA
c67c08fc7b
Merge pull request #5374 from tk0miya/4379_toctree_and_exclude_patterns
...
Fix #4379 : toctree shows confusible warning when document is excluded
2018-09-05 22:57:28 +09:00
Takeshi KOMIYA
e07731e7b1
Fix autodoc: ImportError is replaced by AttributeError for deeper module
2018-09-03 22:49:01 +09:00
Takeshi KOMIYA
daac35cda7
doc: Add versionadded label (refs: #5029 )
2018-09-03 10:46:38 +09:00
Takeshi KOMIYA
bd7c28f471
Fix #5127 : quickstart: `Makefile
and
make.bat
` are not overwritten if exists
2018-09-03 01:36:18 +09:00
Takeshi KOMIYA
06aa1a7864
Fix #2401 : autodoc: `:members:
causes
:special-members:
` not to be shown
2018-09-03 01:26:31 +09:00
Takeshi KOMIYA
34cc1b5c95
Fix #2720 , #4034 : Incorrect links with `:download:
`, duplicate names, and parallel builds
2018-09-03 01:01:55 +09:00
Takeshi KOMIYA
ecb1e21a58
Merge pull request #5372 from tk0miya/refactor_set.union
...
refactor: Use set.union() to combine set objects
2018-09-02 22:44:25 +09:00
Takeshi KOMIYA
86a43b0119
Fix #4379 : toctree shows confusible warning when document is excluded
2018-09-02 20:27:39 +09:00
Takeshi KOMIYA
c6e0d92d10
Fix CHANGES
2018-09-02 20:27:15 +09:00
Takeshi KOMIYA
9d7b1b756a
refactor: Use set.union() to combine set objects
2018-09-02 19:12:56 +09:00
Takeshi KOMIYA
855ebfbbf5
Merge pull request #5371 from tk0miya/5282_testcase_for_pygments
...
testcases and CHANGES for #5282
2018-09-02 17:19:25 +09:00
Takeshi KOMIYA
a1f36202c0
Update CHANGES for #5282
2018-09-02 16:21:04 +09:00
Takeshi KOMIYA
219f024595
Add testcase for pygments
2018-09-02 16:17:02 +09:00
Takeshi KOMIYA
1082806c4a
Merge pull request #5282 from schettino72/quickstart-pygments-style-none
...
quickstart: set conf.py pygments_style value to None
2018-09-02 16:16:00 +09:00
Takeshi KOMIYA
96e1c70b39
Merge pull request #5363 from tk0miya/5361_crashed_on_incremental_build
...
Fix #5361 : crashed on incremental build if document uses include directive
2018-09-01 12:43:33 +09:00
Takeshi KOMIYA
5e22ff9045
Fix #5361 : crashed on incremental build if document uses include directive
2018-09-01 12:05:15 +09:00
Takeshi KOMIYA
36a9c813e6
Update CHANGES for PR #5359
2018-08-30 23:47:02 +09:00