Commit Graph

10186 Commits

Author SHA1 Message Date
shimizukawa
eb1e8f937c So far, the Sphinx-doc project name on the transifex service included the latest major version number. For example "sphinx-doc-1_8". For this reason, we released a major version, we had to create a new project with transifex and took time to switch the data to be translated. This was to keep the translated text of the past version on transifex.
From now on, transifex project name does not include version number like "sphinx-doc". Project data always handles the contents of Sphinx's master branch.
Translation of the major version of the past is held at https://travis-ci.org/sphinx-doc/sphinx-doc-translations.
2018-04-01 21:50:13 +09:00
Takeshi KOMIYA
095b178cc3
Merge pull request #4797 from tk0miya/4789_imgconverter_misdetects_convert_command
Fix #4789: imgconverter: confused by converter.exe of Windows
2018-04-01 17:59:44 +09:00
Takeshi KOMIYA
4e39113d94 Fix #4789: imgconverter: confused by convert.exe of Windows 2018-03-31 02:46:54 +09:00
jfbu
d8b9baf1cb Better font config for Sphinx own PDF docs 2018-03-30 10:32:08 +02:00
jfbu
98e73ecf77 Improve latex docs about fonts 2018-03-30 10:30:05 +02:00
jfbu
2e74ab0baf Update CHANGES for PR #4796 2018-03-29 19:16:45 +02:00
Jean-François B
14bef5d8ca
Merge pull request #4796 from jfbu/latex_fix_mangled_template_path
Fix broken LateX customization via templates (closes: #4795)
2018-03-29 19:00:10 +02:00
jfbu
b25f7ee137 Use builder.confdir as prefix to user latex templates 2018-03-29 15:34:37 +02:00
jfbu
38dc048bce Fix broken LateX customization via templates (closes: #4795) 2018-03-29 14:58:32 +02:00
jfbu
bf911b9f40 Update CHANGES for PR #4792 2018-03-28 22:56:22 +02:00
Jean-François B
3259ba9422
Merge pull request #4792 from jfbu/autosummary_latex_tablespec
Fix autosummary latex table colspec (closes #4790)
2018-03-28 22:40:32 +02:00
jfbu
c59a0ccae1 Fix autosummary latex table colspec (closes #4790) 2018-03-28 10:03:18 +02:00
Takeshi KOMIYA
e2d2a9ab7b
Merge pull request #4774 from tk0miya/4769_argument_for_staticmethods
Fix #4769: autodoc loses the first staticmethod parameter
2018-03-27 09:47:11 +09:00
Takeshi KOMIYA
9e0089b252 Fix #4769: autodoc loses the first staticmethod parameter 2018-03-24 00:53:07 +09:00
Takeshi KOMIYA
991b471025 Bump version 2018-03-21 21:06:48 +09:00
Takeshi KOMIYA
d029b3d5c9 Bump to 1.7.2 final 2018-03-21 21:03:54 +09:00
Takeshi KOMIYA
ce3019821b
Merge pull request #4766 from tk0miya/4520_apidoc
4520 apidoc
2018-03-21 20:00:47 +09:00
Takeshi KOMIYA
a35be4cc66 Update CHANGES 2018-03-21 14:55:09 +09:00
Takeshi KOMIYA
451168d292
Merge pull request #4764 from tk0miya/4744_add_canonical_url
Fix #4744: Add canonical URL to docs
2018-03-21 14:45:15 +09:00
Takeshi KOMIYA
00260936ed
Merge pull request #4762 from tk0miya/4724_fix_example_for_autogen
Fix #4724: doc: an example of autogen is incorrect
2018-03-21 14:42:07 +09:00
Takeshi KOMIYA
75eccc86d7 apidoc: Fix local variable is not initialized 2018-03-21 14:36:16 +09:00
Christer Bystrom
a7aac6956d Closes #4520 - acidic: Subpackage not in toc. The rule of skipping folders with only an empty __init__.py has been removed. The reason for this is that it was never working consistently in the first place and made the code unnecessary hard to reason about. Tests for the TOC generation have been added, as well as tests for the exclude mechanism since they are coupled. One test (test_ext_apidoc.py::test_exclude) has also been modified to reflect the new behaviour. 2018-03-21 14:35:58 +09:00
Takeshi KOMIYA
ad08b5b409
Merge pull request #4755 from stephenfin/issue/4738
codecov: Disable status checks
2018-03-21 11:47:03 +09:00
Takeshi KOMIYA
948f8c94d9
Merge pull request #4763 from tk0miya/4611_epubcheck
Fix existence check for JRE was broken
2018-03-21 01:23:56 +09:00
Stephen Finucane
cef28eedfe codecov: Disable status checks
We don't currently care if a commit changes our coverage metrics, so we
can disable the status checks that would enforce that.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: #4738
2018-03-20 15:33:35 +00:00
Takeshi KOMIYA
d8c107a61b Fix #4744: Add canonical URL to docs 2018-03-21 00:01:44 +09:00
Takeshi KOMIYA
cd08872cc0 Fix existence check for JRE was broken 2018-03-20 23:35:42 +09:00
Takeshi KOMIYA
cf3de7d62b
Merge pull request #4758 from tk0miya/epub_escape_toc.ncx
epub: Fix docTitle elements of toc.ncx is not escaped
2018-03-20 23:08:10 +09:00
Takeshi KOMIYA
9716010313
Merge pull request #4757 from tk0miya/suppress_DeprecationWarning
test: Suppress DeprecationWarning
2018-03-20 23:07:37 +09:00
Takeshi KOMIYA
0a8e3f5087 Fix #4724: doc: an example of autogen is incorrect 2018-03-20 22:58:21 +09:00
Takeshi KOMIYA
9891924485 epub: Fix docTitle elements of toc.ncx is not escaped 2018-03-20 20:28:02 +09:00
Takeshi KOMIYA
049df5d5e1 test: Suppress DeprecationWarning 2018-03-20 20:27:05 +09:00
Takeshi KOMIYA
a06e954bd8
Merge pull request #4749 from tk0miya/qthelp_templates
Qthelp templates
2018-03-20 01:45:26 +09:00
Takeshi KOMIYA
f2d4ebe9e8
Merge branch '1.7' into qthelp_templates 2018-03-20 01:43:46 +09:00
Takeshi KOMIYA
58d118c8a7
Merge pull request #4756 from tk0miya/4754_remove_unused_code
Fix #4754: sphinx/pycode/__init__.py raises AttributeError
2018-03-20 01:42:17 +09:00
Takeshi KOMIYA
c9fcaa3c14
Merge branch '1.7' into 4754_remove_unused_code 2018-03-20 01:41:57 +09:00
Takeshi KOMIYA
c320c29c60
Merge pull request #4747 from tk0miya/4688_remote_image_having_long_URL
4688 remote image having long url
2018-03-20 01:40:48 +09:00
Takeshi KOMIYA
d7ebcf6f45
Merge branch '1.7' into 4688_remote_image_having_long_URL 2018-03-19 23:34:39 +09:00
Takeshi KOMIYA
abcc31d945
Merge pull request #4752 from tk0miya/2286_handle_rendering_errors
Fix #2286: Sphinx crashes when error is happens in rendering HTML pages
2018-03-19 23:33:36 +09:00
Takeshi KOMIYA
869ac1efe2 Fix #4754: sphinx/pycode/__init__.py raises AttributeError 2018-03-19 23:23:20 +09:00
Takeshi KOMIYA
a9e24ebf5c
Merge pull request #4753 from tk0miya/2307_update_docs
Update docs (refs: #2307)
2018-03-19 22:02:22 +09:00
Jeroen Demeyer
089d151ec5 usage strings should not contain "usage:" 2018-03-19 00:30:36 +09:00
Takeshi KOMIYA
0ad232696a Update docs (refs: #2307) 2018-03-19 00:23:58 +09:00
Takeshi KOMIYA
c3afffe54f Fix #2286: Sphinx crashes when error is happens in rendering HTML pages 2018-03-19 00:22:18 +09:00
Takeshi KOMIYA
bb2e83a651
Merge pull request #4750 from tk0miya/4655_fix_chinese_translations
4655 fix chinese translations
2018-03-18 23:42:56 +09:00
Takeshi KOMIYA
5aeef30af8 Update message catalogs 2018-03-18 13:08:49 +09:00
Takeshi KOMIYA
8db78fe001 Fix #4655: Fix a translation for Chinese 2018-03-18 13:04:00 +09:00
Matt Tuchfarber
501a24a7e9 Remove incorrectly formatted translation
Running compiletranslations on this .po file causes an error of
`number of format specifications in 'msgid' and 'msgstr' does not match`
due to the missing `%r` reference in the translation. This removes
the translation because I don't know the language to fix it.
2018-03-18 13:01:33 +09:00
Takeshi KOMIYA
00c2a90cf8 Fix mypy violations 2018-03-18 12:58:31 +09:00
Takeshi KOMIYA
a709adf233 qthelp: escape keywords in .qhp file 2018-03-18 12:33:10 +09:00