Commit Graph

10298 Commits

Author SHA1 Message Date
jfbu
0f2dffb0c8 Avoid unneeded \relax after \phantomsection in glossary item labels 2018-05-21 16:17:58 +02:00
Takeshi KOMIYA
ff3ac70c76 Fix #4973: latex: glossary directive adds whitespace to each item 2018-05-21 23:01:39 +09:00
Takeshi KOMIYA
c2a245ac12
Merge pull request #4995 from tk0miya/4956_subclass_of_mock_class
Fix #4956: autodoc: Failed to extract document from a subclass of the class on mocked module
2018-05-21 22:23:14 +09:00
Takeshi KOMIYA
3080d24330 Fix #4956: autodoc: Failed to extract document from a subclass of the class on mocked module 2018-05-21 21:53:20 +09:00
Takeshi KOMIYA
713aa82140
Merge pull request #4987 from tk0miya/4979_latex_index_escaping
Fix #4979: latex: Incorrect escaping of curly braces in index entries
2018-05-21 20:56:19 +09:00
Takeshi KOMIYA
0261b76bcb
Merge branch '1.7' into 4979_latex_index_escaping 2018-05-21 10:40:38 +09:00
Takeshi KOMIYA
679002c483
Merge pull request #4993 from tk0miya/4946_pydomain_None_type
Fix #4946: py domain: type field could not handle "None" as a type
2018-05-20 15:09:11 +09:00
Takeshi KOMIYA
9ccff74f66 Fix #4946: py domain: type field could not handle "None" as a type 2018-05-19 22:50:10 +09:00
Takeshi KOMIYA
bd6442bf96 Update CHANGES for PR #4928 2018-05-19 16:44:55 +09:00
Takeshi KOMIYA
c09f5e0f98
Merge pull request #4928 from JulienPalard/i18n-ignore-git-dir
i18n: Ignore dot-directories like .git/ in LC_MESSAGES/.
2018-05-19 16:44:11 +09:00
Takeshi KOMIYA
67d435f1fe
Merge pull request #4984 from tk0miya/4978_incorrect_shorthandoff_for_brazil
Fix #4978: latex: shorthandoff is not set up for Brazil locale
2018-05-19 16:35:04 +09:00
Julien Palard
6740d2d391 Use a Matcher as default argument to simplify type anotation. 2018-05-19 09:30:11 +02:00
Takeshi KOMIYA
de6f3b252e Fix #4979: latex: Incorrect escaping of curly braces in index entries 2018-05-19 14:15:02 +09:00
Takeshi KOMIYA
58f11980cd
Merge branch '1.7' into 4978_incorrect_shorthandoff_for_brazil 2018-05-19 14:04:22 +09:00
Takeshi KOMIYA
6df16e9daf
Merge pull request #4974 from tk0miya/latex_deeply_nested_enumlist
Fix latex: deeply nested enumerated list which is beginning with non-1 causes LaTeX engine crashed
2018-05-19 14:03:33 +09:00
Takeshi KOMIYA
4d68b4173b
Merge branch '1.7' into latex_deeply_nested_enumlist 2018-05-19 13:00:00 +09:00
Takeshi KOMIYA
6bbcfb2200
Merge pull request #4972 from tk0miya/4969_constructor_has_retann
Fix #4969: autodoc: constructor method should not have return annotation
2018-05-19 12:58:53 +09:00
Takeshi KOMIYA
b2abab1c45 Fix #4969: autodoc: constructor method should not have return annotation 2018-05-19 11:49:32 +09:00
Takeshi KOMIYA
b22cdccd9a
Merge pull request #4965 from tk0miya/epub_exception
epub: Do not use bare raise statement
2018-05-19 11:46:38 +09:00
Jakob Lykke Andersen
4cf1b48947 C++, properly use desc_addname in declarations.
This meant that the prefix was not rendered in code font,
and it broke Breathe.

Fixes michaeljones/breathe#374

Example:

.. cpp:class:: A

.. cpp:member:: A::b

	``A::`` not rendered properly.
2018-05-18 21:27:27 +02:00
Takeshi KOMIYA
269becfbf6 Fix #4978: latex: shorthandoff is not set up for Brazil locale 2018-05-19 02:29:47 +09:00
Takeshi KOMIYA
ba4b9c0131 Update CHANGES for PR #4916 2018-05-19 01:35:19 +09:00
Jakob Lykke Andersen
d8ac86a2bb C++, handle (escaped) line breaks in epxr role
Fixes sphinx-doc/sphinx#4825
2018-05-16 22:02:29 +02:00
Takeshi KOMIYA
b7b1db0f18
Merge pull request #4916 from remyabel/4915_fixurlroot
Fix blank URL_ROOT
2018-05-15 21:54:44 +09:00
shimizukawa
ffc6ad5fb4 CHANGES for #4863 2018-05-15 21:37:29 +09:00
Takeshi KOMIYA
c6050a3d1e Fix latex: deeply nested enumerated list which is beginning with non-1 causes LaTeX engine crashed 2018-05-15 01:48:12 +09:00
Takeshi KOMIYA
3a9dacd052 Do not use bare raise statement 2018-05-14 00:06:39 +09:00
Takeshi KOMIYA
981e044bd5 Update CHANGES 2018-05-13 23:10:44 +09:00
Takeshi KOMIYA
4cf35441ef Update CHANGES for PR #4963 2018-05-13 23:10:27 +09:00
Takeshi KOMIYA
aa36d2dea6
Merge pull request #4963 from melvinvermeeren/master
Resolve "Missing location= in cpp domain warning "Duplicate declaration" name variant"
2018-05-13 23:08:27 +09:00
Melvin Vermeeren
071db1ecbc
correctly set location for cpp domain log
"Duplicate declarion" warning, name variant is missing the location=
specifier causing string formatting to fail

closes #4962
2018-05-13 11:37:09 +02:00
Takeshi KOMIYA
1e631b3fa4
Merge pull request #4943 from tk0miya/4913_literal_block_under_bullet_list
Fix #4913: i18n: literal blocks in bullet list are not translated
2018-05-12 23:22:15 +09:00
Takeshi KOMIYA
e4410b6ab0
Merge branch '1.7' into 4913_literal_block_under_bullet_list 2018-05-12 22:35:55 +09:00
Takeshi KOMIYA
c9890cb653 Update release-checklist 2018-05-11 22:28:04 +09:00
shimizukawa
5e688615a4 CHANGES for #4938, #4939 2018-05-11 20:59:54 +09:00
Takayuki SHIMIZUKAWA
79650f5827
fix #4938: i18n doesn't handle node.title correctly (#4939) 2018-05-11 20:51:07 +09:00
shimizukawa
ab101744f2 Use twine instead of 'setup.py upload'. There are security reason ( https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi ) and metadata reason (refs #4936 ). 2018-05-09 11:31:41 +09:00
Julien Palard
6dcdce685d i18n: Ignore dot-directories like .git/ in LC_MESSAGES/.
This avoids warnings when find_catalog_source_files returns files
found in .git/ like:

WARNING: Start of line didn't match any expected keyword./refs/heads/freezed-library/colorsys.mo
WARNING: Problem on line 1: 0000000000000000000000000000000000000000 032a00a7391ec8a155bbc54d66ba72fb1b7bdbf1 Julien Palard <julien@palard.fr> 1521582790 +0100 branch: Created from freezed/library/colorsys.po

`.po` files can typically reside in .git/refs/heads/ if some branches
name end with .po, in which case they contain a SHA1, not
translations, leading to warnings.
2018-05-08 11:02:14 +02:00
Takeshi KOMIYA
5c56c99dfd Fix #4913: i18n: literal blocks in bullet list are not translated 2018-05-07 22:25:42 +09:00
Takeshi KOMIYA
2d42753acd
Merge pull request #4935 from tk0miya/4932_ignored_subpackages
Fix #4932: apidoc: some subpackages is ignored if sibling subpackage contains underscored module
2018-05-07 01:11:44 +09:00
Takeshi KOMIYA
49385d944b Fix #4932: apidoc: some subpackages is ignored if sibling subpackage contains underscored module 2018-05-03 18:43:52 +09:00
Takeshi KOMIYA
cb8c659320
Merge pull request #4933 from tk0miya/mypy-0.600
Mypy 0.600
2018-05-03 11:04:31 +09:00
Takeshi KOMIYA
b1d79a4175 Fix mypy violations 2018-05-03 10:31:18 +09:00
Takeshi KOMIYA
656f80cca9 mypy: add --no-strict-optional
Since mypy-0.600, validations for Optional becomes very strict. It
interfere our development. So this disables it temporarily.
2018-05-03 10:26:59 +09:00
Takeshi KOMIYA
d55b17d091 Update CHANGES for PR #4924 2018-05-03 09:34:02 +09:00
Takeshi KOMIYA
6d37d29ce8
Merge pull request #4924 from derdennis/1.7
Fixed the HTML search for uppercase words in all languages
2018-05-03 09:33:08 +09:00
Tommy Nguyen
a7c6cb0180
Fix blank URL_ROOT
pathto doesn't expand in non-HTML templates so the workaround involves
expanding it in the HTML file and passing it as a data attribute to
the script.
2018-05-02 13:44:51 -04:00
Dennis Wegner
cbe2b66001 Fixed the HTML search for uppercase words in all languages
After testing the search for all uppercase words like `PAR_APP_TITLE`
with different settings for `language` in `conf.py` I applied the
same fix as in PR #4871 to all other languages.

English, French and German were already fixed.
2018-05-01 15:57:49 +02:00
Takeshi KOMIYA
6ad0ad6f17 Bump version 2018-04-26 01:02:14 +09:00
Takeshi KOMIYA
f7b3292d87 Bump to 1.7.4 final 2018-04-26 00:54:38 +09:00