Takeshi KOMIYA
f6b1abf254
Merge pull request #4594 from tk0miya/4564_rst_prolog_not_working
...
Change interface of add_source_parser() and add add_source_suffix()
2018-02-22 20:19:13 +09:00
Takeshi KOMIYA
42a048ec27
Merge pull request #4661 from ederag/patch-1
...
Typo: cocstring => docstring
2018-02-22 17:12:52 +09:00
Takeshi Suzuki
138e84dfb9
Fix incomplete localization strings in Polish (refs: #4655 )
...
Reflects the changes suggested in the comment below
https://github.com/sphinx-doc/sphinx/issues/4655#issuecomment-367310280
2018-02-22 14:37:32 +09:00
ederag
359050d88c
Typo: cocstring => docstring
2018-02-21 21:04:54 +01:00
Takeshi KOMIYA
5789b25847
Change interface of add_source_parser() and add add_source_suffix()
2018-02-21 10:54:49 +09:00
Takeshi KOMIYA
a0488dd884
Merge pull request #4659 from raybellwaves/master
...
Update README.rst with get in touch section
2018-02-21 09:50:42 +09:00
Ray Bell
24468eddbe
Update README.rst with get in touch section
2018-02-20 15:59:14 -05:00
adam-azarchs
6a2ec96c97
Fix error reporting for parameterless ImportErrors
...
In some cases, a module may raise an ImportError without any arguments, e.g.
if not_allowed():
raise ImportError
In this case, the exception has no args. This is bad practice, but it happens.
Currently, autodoc will crash with
IndexError: tuple index out of range
2018-02-20 12:22:47 -08:00
Takeshi KOMIYA
9c6d4f1308
Add simple wrapper to register nodes
2018-02-21 00:28:03 +09:00
Takeshi KOMIYA
8b8836b6d2
Show deprecation warning in directive_helper()
2018-02-21 00:27:18 +09:00
Takeshi KOMIYA
7fe27fdfc4
Merge pull request #4658 from tk0miya/4655_broken_translation
...
Fix incomplete localization strings in Polish (refs: #4655 )
2018-02-21 00:07:23 +09:00
Takeshi KOMIYA
a5a11885c2
Merge pull request #4652 from tk0miya/fix_flake8_violations_in_master
...
Fix flake8 violations
2018-02-21 00:06:51 +09:00
Takeshi KOMIYA
b45c47757d
Fix incomplete localization strings in Polish (refs: #4655 )
2018-02-20 22:50:14 +09:00
Takeshi KOMIYA
8a2e498c2e
Merge pull request #4657 from tk0miya/update_codecov.yml
...
Adjust .codecov.yml (again)
2018-02-20 22:40:42 +09:00
Takeshi KOMIYA
93d1170769
Adjust .codecov.yml (again)
2018-02-20 20:51:53 +09:00
Jakob Lykke Andersen
bde93246c6
C++, parse 'this' in expressions.
2018-02-19 20:58:55 +01:00
Jakob Lykke Andersen
7d49a5311f
C++, parse explicit casts and typeid in expression
2018-02-19 20:58:10 +01:00
Takeshi KOMIYA
56fe1d0414
Merge pull request #4644 from tk0miya/4641_toctree_glob_and_url
...
Fix #4641 : A external link in TOC cannot contain "?" with ``:glob:`` option
2018-02-20 01:50:54 +09:00
Takeshi KOMIYA
446eab49b8
refactor: transplant node handlers for writer on instantiation of translator
...
For now, node handlers are registered as class methods of translator
classes. After this change, they are registered as instance method.
2018-02-20 01:46:51 +09:00
Takeshi KOMIYA
18efa1a63a
refactor: Store enumerable_nodes to registry
2018-02-20 01:32:30 +09:00
Takeshi KOMIYA
1ffa537b1c
refactor: Store latex packages to registry
2018-02-20 00:19:32 +09:00
Takeshi KOMIYA
9a82e1098b
Merge pull request #4625 from tk0miya/add_app.phase
...
Add app.phase to let components know the current build phase
2018-02-20 00:09:58 +09:00
Takeshi KOMIYA
4073d4e850
Fix flake8 violations
2018-02-20 00:08:44 +09:00
Takeshi KOMIYA
938ba386ed
Merge branch '1.7'
2018-02-20 00:02:57 +09:00
Takeshi KOMIYA
63f6603297
Merge pull request #4651 from tk0miya/fix_flake8_violations
...
Fix flake8 violations
2018-02-19 23:57:00 +09:00
Takeshi KOMIYA
c95f538913
Merge pull request #4650 from tk0miya/use_typing.TYPE_CHECKING_in_master
...
Use typing.TYPE_CHECKING (in master)
2018-02-19 23:43:30 +09:00
Takeshi KOMIYA
d2b2cefe69
Merge pull request #4642 from tk0miya/4611_epubcheck
...
test: Run epubcheck as a testing
2018-02-19 23:31:35 +09:00
Takeshi KOMIYA
78decea801
Merge pull request #4646 from tk0miya/create_htmlhelp_section
...
doc: create htmlhelp section
2018-02-19 23:30:20 +09:00
Takeshi KOMIYA
82c320ac29
Merge pull request #4647 from tk0miya/fix_markup
...
doc: Fix markup
2018-02-19 23:28:59 +09:00
Takeshi KOMIYA
07de0ed10b
Fix #4641 : A external link in TOC cannot contain "?" with `:glob:
` option
2018-02-19 23:27:57 +09:00
Takeshi KOMIYA
f318cbe1e5
Merge pull request #4639 from tk0miya/4577_nested_enumlist
...
Fix #4577 : Enumerated sublists with explicit start with wrong number
2018-02-19 23:26:52 +09:00
Takeshi KOMIYA
f7027049b1
Fix flake8 violations
2018-02-19 23:20:56 +09:00
Takeshi KOMIYA
b6c2ba0d57
Use typing.TYPE_CHECKING
2018-02-19 23:12:45 +09:00
Takeshi KOMIYA
e0a74a3f40
Merge branch '1.7' into 4577_nested_enumlist
2018-02-19 22:48:54 +09:00
Takeshi KOMIYA
bce5fe76b5
Merge pull request #4637 from tk0miya/4563_extract_summary
...
Fix #4563 : autosummary: Incorrect end of line punctuation detection
2018-02-19 22:45:21 +09:00
Takeshi KOMIYA
d40db5efa2
Fix #4563 : autosummary: Incorrect end of line punctuation detection
2018-02-19 14:42:19 +09:00
Takeshi KOMIYA
20613edc03
refactor: Add extract_summary() for easily testing
2018-02-19 14:40:39 +09:00
Takeshi KOMIYA
9b0bf85c93
Update CHANGES for PR #4634
2018-02-19 10:49:54 +09:00
Takeshi KOMIYA
55f6400d50
Merge pull request #4634 from cocoatomo/detereministic-order-sphinxpot
...
Fix #4630 : Have order on msgids in sphinx.pot deterministic
2018-02-19 10:48:44 +09:00
Takeshi KOMIYA
4a03c5eeba
doc: create htmlhelp section
2018-02-19 10:37:06 +09:00
cocoatomo
f3d13d9ce7
Fix the dirname for testing files
2018-02-19 09:51:30 +09:00
cocoatomo
97463fd07e
Suppress a flake8 warning (E501)
2018-02-19 09:20:04 +09:00
cocoatomo
536fee9e83
Fix indentation violation (flake8 E114)
2018-02-19 08:57:19 +09:00
cocoatomo
07d2cdd47b
Add a testcase for deterministic msgid order
2018-02-19 08:57:19 +09:00
cocoatomo
582c829fa8
Have order on msgids in sphinx.pot deterministic
2018-02-19 08:57:19 +09:00
Takeshi KOMIYA
10991cdf67
Merge branch '1.7'
2018-02-19 00:31:57 +09:00
Takeshi KOMIYA
2523979d26
test: Run epubcheck as a testing
2018-02-19 00:27:45 +09:00
Takeshi KOMIYA
8e73cbca52
Fix ImportError
2018-02-18 21:15:03 +09:00
Takeshi KOMIYA
f51b644f39
Use typing.TYPE_CHECKING
2018-02-18 18:08:31 +09:00
Takeshi KOMIYA
20e06a2a3d
Merge pull request #4636 from tk0miya/compat_autosummary
...
autosummary: Fix compatibility of get_documenter() API (refs: #4366 )
2018-02-18 18:03:32 +09:00