Takeshi KOMIYA
9bd3aaf3dc
Merge branch '1.7' into 4701_viewcode
2018-03-07 10:34:46 +09:00
Takeshi KOMIYA
1f71cb3944
Merge pull request #4694 from tk0miya/4689_fix_autosummary_extract_summary
...
Fix #4689 : autosummary: unexpectedly strips docstrings containing "i.e."
2018-03-07 00:50:09 +09:00
jfbu
60c62df009
Add German translation of "continues on next page" and compile catalogs
...
modified: sphinx/locale/de/LC_MESSAGES/sphinx.mo
modified: sphinx/locale/de/LC_MESSAGES/sphinx.po
modified: sphinx/locale/pl/LC_MESSAGES/sphinx.mo
2018-03-05 19:08:51 +01:00
Takeshi KOMIYA
f1c6c22e84
Fix #4701 : viewcode: Misplaced `<div>
` in viewcode html output
2018-03-05 23:46:34 +09:00
Takeshi KOMIYA
fdefe987d5
Fix #4689 : autosummary: unexpectedly strips docstrings containing "i.e."
2018-03-04 02:12:13 +09:00
Takeshi KOMIYA
8e0cca01e5
Merge pull request #4687 from tk0miya/1042_strip_parens
...
Fix pydomain: always strip parenthesis if empty (refs: #1042 )
2018-03-04 02:10:44 +09:00
Takeshi KOMIYA
b707ab35e5
Merge branch '1.7' into 1042_strip_parens
2018-03-04 02:10:31 +09:00
Takeshi KOMIYA
0e2ef9cada
Merge pull request #4703 from tk0miya/fix_autodoc_logging
...
Fix autodoc: crashed when invalid options given
2018-03-03 20:20:52 +09:00
Takeshi KOMIYA
52f212c115
Merge pull request #4707 from tk0miya/mypy
...
Fix mypy violations
2018-03-03 20:01:38 +09:00
Takeshi KOMIYA
fd89be7f0f
Fix mypy violations
2018-03-03 14:56:46 +09:00
Takeshi KOMIYA
adc8c80190
Fix autodoc: crashed when invalid options given
2018-03-03 02:35:28 +09:00
Takeshi KOMIYA
6872d5b337
Fix pydomain: always strip parenthesis if empty (refs: #1042 )
2018-03-03 01:41:49 +09:00
Takeshi KOMIYA
3efadc63cc
Merge pull request #4696 from tk0miya/4685_autosummary_warning
...
Fix #4685 : autosummary emits meaningless warnings
2018-03-03 01:34:30 +09:00
Takeshi KOMIYA
608695e851
Merge pull request #4695 from mitya57/pgen2
...
Remove the remaining traces of sphinx.pycode.pgen2 module
2018-03-02 01:21:58 +09:00
Takeshi KOMIYA
9ca956dda7
Merge pull request #4675 from tk0miya/deprecation_list
...
doc: Add deprecation list
2018-03-02 01:11:33 +09:00
Dmitry Shachnev
16d4e00043
Remove sphinx.pycode.pgen2 from flake8 exclude
2018-03-01 18:33:42 +03:00
Dmitry Shachnev
c5f243ef11
Remove LICENSE section for sphinx.pycode.pgen2 module
2018-03-01 18:33:42 +03:00
Dmitry Shachnev
28ad1c5847
Remove CompileGrammarCommand, it uses removed sphinx.pycode.pgen2 module
2018-03-01 18:33:42 +03:00
Takeshi KOMIYA
bd898be3fc
doc: Add deprecation list
...
So far, deprecated APIs are only listed as CHANGES entry. But
they are not listed in one place. In this change, I gathered them
to docs as a list.
As a side effect, it makes CHANGES entry simple.
2018-03-02 00:01:49 +09:00
Takeshi KOMIYA
c435bcf8dc
Fix #4685 : autosummary emits meaningless warnings
2018-03-01 22:29:50 +09:00
Takeshi KOMIYA
6bce06757f
Fix #4669 : sphinx.build_main and sphinx.make_main throw NameError
2018-02-28 23:03:21 +09:00
Takeshi KOMIYA
a37f253a6b
Bump version
2018-02-23 23:42:01 +09:00
Takeshi KOMIYA
d4b6839295
Bump to 1.7.1 final
2018-02-23 23:39:34 +09:00
Takeshi KOMIYA
e9520fe7c3
Merge pull request #4666 from tk0miya/4662_any_resolver_crashed
...
Fix #4662 : any refs with term targets crash when an ambiguity is encountered
2018-02-23 23:28:05 +09:00
Takeshi KOMIYA
c41e746b7a
Fix #4662 : any refs with term targets crash when an ambiguity is encountered
2018-02-23 23:05:58 +09:00
Takeshi KOMIYA
6701676ddb
Merge pull request #4665 from tk0miya/4664_broken_intersphinx_cmdline
...
Fix #4664 : Reading objects.inv fails again
2018-02-23 22:56:58 +09:00
Takeshi KOMIYA
cd08a6503c
Fix #4664 : Reading objects.inv fails again
2018-02-23 10:44:11 +09:00
Takeshi KOMIYA
4b0ff9a0d3
Update CHANGES for PR #4653
2018-02-23 00:45:18 +09:00
Takeshi KOMIYA
f4a527d8a6
Update CHANGES for PR #4653
2018-02-23 00:44:39 +09:00
Takeshi KOMIYA
7999aca606
Revert "Update CHANGES for PR #4653 "
...
This reverts commit 6f05c96027
.
2018-02-23 00:44:25 +09:00
Takeshi KOMIYA
6f05c96027
Update CHANGES for PR #4653
2018-02-23 00:13:17 +09:00
Takeshi KOMIYA
b192bbfb15
Merge pull request #4653 from adam-azarchs/patch-1
...
Fix error reporting for parameterless ImportErrors
2018-02-23 00:11:57 +09:00
Takeshi KOMIYA
16a7539007
Update CHANGES
2018-02-22 21:09:21 +09:00
Takeshi Suzuki
a34d39dd27
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 21:05:15 +09:00
Takeshi KOMIYA
a46ba4f1a8
Merge pull request #4640 from tk0miya/4622_show_epub_scheme_only_for_epub3.1
...
Show opt:scheme attribute only for EPUB3.1 (refs: #4622 )
2018-02-22 21:02:14 +09: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
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
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
63f6603297
Merge pull request #4651 from tk0miya/fix_flake8_violations
...
Fix flake8 violations
2018-02-19 23:57:00 +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
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
e0a74a3f40
Merge branch '1.7' into 4577_nested_enumlist
2018-02-19 22:48:54 +09:00