Commit Graph

9809 Commits

Author SHA1 Message Date
deoren
c808b4b8db minor typo 2018-01-16 15:09:45 -06:00
Takeshi KOMIYA
a9f949e858 Bump version 2018-01-15 22:29:10 +09:00
Takeshi KOMIYA
bb34f0199a Bump to 1.7.0 beta1 2018-01-15 22:26:11 +09:00
Takeshi KOMIYA
bcb1bd914d package: update bump_version.py 2018-01-15 22:24:52 +09:00
Takeshi KOMIYA
f85ee252af Update message catalog 2018-01-15 22:10:01 +09:00
Takeshi KOMIYA
ab878f25e6
Merge pull request #4437 from tk0miya/refactor_i18n_reader
Refactor i18n reader
2018-01-15 21:33:23 +09:00
Takeshi KOMIYA
2e5a8a8c68
Merge pull request #4435 from stephenfin/hide-deprecation-warnings
tox: Ignore distutils deprecation warning
2018-01-15 21:32:46 +09:00
Takeshi KOMIYA
68e403a67b Process smart_quotes for translated text too 2018-01-15 21:03:37 +09:00
Takeshi KOMIYA
2c06826ae8 Remove duplicated transform entry 2018-01-15 21:02:49 +09:00
Stephen Finucane
4420b43e5a tox: Ignore distutils deprecation warning
distutils/__init__.py:4: DeprecationWarning: the imp module is
    deprecated in favour of importlib; see the module's documentation
    for alternative uses
      import imp

Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-01-15 09:09:53 +00:00
Takeshi KOMIYA
df513c617b
Merge pull request #4376 from timhoffm/body-width
#4246: Limit width of text body for all themes
2018-01-15 11:02:06 +09:00
Takeshi KOMIYA
03a3d6fbdd
Merge branch 'master' into body-width 2018-01-15 10:19:27 +09:00
Takeshi KOMIYA
1d0a087f75
Merge branch 'master' into body-width 2018-01-15 10:19:01 +09:00
Takeshi KOMIYA
0cd0f82492 Merge branch 'stable' 2018-01-15 10:15:06 +09:00
Takeshi KOMIYA
2398bc9f77 Update CHANGES for PR #4396 2018-01-15 10:12:53 +09:00
Takeshi KOMIYA
7582d0904a
Merge pull request #4396 from tk0miya/1922_french_search
Fix #1922: Upper characters problem in French HTML Search
2018-01-15 10:11:16 +09:00
Takeshi KOMIYA
fb501dbea7
Merge pull request #4410 from tk0miya/refactor_smartquotes2
Refactor smartquotes
2018-01-15 01:30:45 +09:00
Takeshi KOMIYA
fcc876f35c Merge branch 'master' into refactor_smartquotes2 2018-01-15 01:14:23 +09:00
Takeshi KOMIYA
975cde44cc Fix mypy violation 2018-01-15 01:11:58 +09:00
Takeshi KOMIYA
dc3d03da1b test: Fix broken testcases 2018-01-15 01:01:13 +09:00
Takeshi KOMIYA
18dfe37f8c Enable text_add_secnumbers by default (refs: #4218) 2018-01-15 00:37:32 +09:00
Takeshi KOMIYA
60d8f82c51
Merge pull request #4218 from mattheww/feature-text-secnumbers
Add optional section numbering in plain text output (issue #3998)
2018-01-15 00:34:25 +09:00
Takeshi KOMIYA
d757c7a288
Merge branch 'master' into feature-text-secnumbers 2018-01-15 00:22:22 +09:00
Takeshi KOMIYA
b688941b09
Merge branch 'master' into feature-text-secnumbers 2018-01-15 00:21:50 +09:00
Takeshi KOMIYA
2b9b6d6cb8
Merge pull request #4143 from tk0miya/4137_doctest_force_highlight_pycon
Fix #4137: doctest: doctest block is always highlighted as python con…
2018-01-15 00:12:44 +09:00
Takeshi KOMIYA
eebf9d0a0e Fix #4137: doctest: Make doctest and testcode blocks highlighted 2018-01-14 23:59:02 +09:00
Takeshi KOMIYA
de023f2dc0 Fix #3620: html theme: move DOCUMENTATION_OPTIONS to independent JavaScript file (refs: #3620) 2018-01-14 23:31:30 +09:00
Takeshi KOMIYA
0d61b251c5 Update CHANGES for PR #4413 2018-01-14 23:10:04 +09:00
Takeshi KOMIYA
b296487197
Merge pull request #4413 from rjarry/autodoc-mock-imports
autodoc: only mock specified modules with their descendants.
2018-01-14 23:05:06 +09:00
Takeshi KOMIYA
cf489c4b7e
Merge pull request #4202 from tk0miya/4196_emit_warning_for_tabularcolumn
Emit warning if both tabularcolumns and :widths: are given (refs: #4196)
2018-01-14 22:42:30 +09:00
Jean-François B
9397333616
Merge pull request #4429 from jfbu/leaner_visitfigure
Remove unneeded coding from LaTeXTranslator.visit_figure()
2018-01-14 14:42:13 +01:00
Takeshi KOMIYA
c399357f38 Show a notice if both tabularcolumns and :widths: are given (refs: #4196) 2018-01-14 22:23:18 +09:00
Takeshi KOMIYA
122a404eb3
Merge pull request #4427 from timhoffm/quickstart-conf2
Minor conf.py cleanup
2018-01-14 22:20:22 +09:00
jfbu
8b74d93ad9 Remove unneeded coding from LaTeXTranslator.visit_figure() 2018-01-14 10:32:47 +01:00
Robin Jarry
c24dffc5a8 autodoc: only mock specified modules with their descendants
Do not mock the ancestors of the specified modules in
autodoc_mock_imports. Only mock the modules themselves and their
descendants (as specified in the docs).

Fix the test configs accordingly.

Signed-off-by: Robin Jarry <robin@jarry.cc>
2018-01-13 17:24:02 +01:00
Tim Hoffmann
87b03bf76f minor conf.py cleanup 2018-01-13 15:52:50 +01:00
Takeshi KOMIYA
f3f829664d
Merge pull request #4424 from tk0miya/4079_notranslate
Fix #4079: Add notranslate class to let Google Translate know they are not translatable
2018-01-13 22:09:52 +09:00
Takeshi KOMIYA
fa9612801e
Merge branch 'master' into 4079_notranslate 2018-01-13 21:49:14 +09:00
Takeshi KOMIYA
6f1dc9b2be
Merge branch 'master' into 4079_notranslate 2018-01-13 21:46:50 +09:00
Takeshi KOMIYA
3663275755 Update CHANGES for PR #4245 2018-01-13 21:42:18 +09:00
Takeshi KOMIYA
553c92093d
Merge pull request #4245 from Blendify/patch-1
Themes: Add language to javascript vars list
2018-01-13 21:35:26 +09:00
Takeshi KOMIYA
fa51a637a8 shebang line is removed from generated conf.py (refs: #4385) 2018-01-13 21:00:13 +09:00
Takeshi KOMIYA
70d0a7bc3d
Merge pull request #4385 from timhoffm/quickstart-conf
Updates to conf.py generated by sphinx-quickstart
2018-01-13 20:56:19 +09:00
Takeshi KOMIYA
4d040abafb Fix #4079: Add notranslate class to let Google Translate know they are not translatable 2018-01-13 20:25:49 +09:00
Takeshi KOMIYA
f57634a8b8 Fix mark up 2018-01-13 19:08:23 +09:00
Takeshi KOMIYA
db361c3851 Update CHANGES for PR #4354 2018-01-13 18:42:48 +09:00
Takeshi KOMIYA
decbf20ccf
Merge pull request #4354 from stephenfin/builder-success-message
Add 'Builder.epilog' attribute
2018-01-13 18:39:29 +09:00
Jean-François B
43a097f17e
Merge pull request #4417 from jfbu/no_release_latex_header
Eliminate comma from PDF header when project has no release number
2018-01-13 09:09:12 +01:00
jfbu
f2bc93859a Remove unused and undocumented LaTeX macro `\shortversion` 2018-01-13 08:53:16 +01:00
Takeshi KOMIYA
822a04de9c
Merge pull request #4423 from tk0miya/3570_drop_typing_from_typehints
Fix #3570: autodoc: Do not display typing. module for type hints
2018-01-13 15:19:00 +09:00