Commit Graph

10373 Commits

Author SHA1 Message Date
Takeshi KOMIYA
1a43d47c33 Add a new keyword argument `override` to Application APIs 2018-03-21 00:23:44 +09:00
Takeshi KOMIYA
d7a9c8638b
Merge pull request #4759 from tk0miya/reduce_the_loglevel_of_message_for_add_translator
Reduce the log level of message for add_translator()
2018-03-21 00:10:54 +09:00
Takeshi KOMIYA
a014caa4f0
Merge pull request #4761 from tk0miya/fix_confdir
Fix invalid __file__ variable is passed to conf.py
2018-03-21 00:10:23 +09:00
Takeshi KOMIYA
f6e8b9897d Reduce the log level of message for add_translator()
This message might be useful for developers, not for users.
So I changed it to debug message from info leveled.
2018-03-20 23:10:14 +09:00
Takeshi KOMIYA
4202c13fe8 Fix invalid __file__ variable is passed to conf.py 2018-03-20 22:52:17 +09:00
Takeshi KOMIYA
0382ab6280 i18n: Make new messages translatable 2018-03-19 23:47:17 +09:00
Takeshi KOMIYA
2c7d08ee47 Merge branch '1.7' 2018-03-19 23:46:15 +09:00
Takeshi KOMIYA
1a0fe2b1ef
Merge pull request #4751 from tk0miya/2157_warning_helper_for_themes
Closes #2157: helper function ``warning()`` for HTML themes is added
2018-03-19 23:36:38 +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
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
52ed9ef3a0 Closes #2157: helper function `warning()` for HTML themes is added 2018-03-19 00:18:10 +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
fb8e258012
Merge pull request #4748 from tk0miya/4720_update_message_for_image_globing
Fix #4720: message when an image is mismatched for builder is not clear
2018-03-18 11:36:31 +09:00
jfbu
bde42595c6 Update installation docs 2018-03-17 22:56:53 +01:00
Takeshi KOMIYA
39835bf885 Fix #4720: message when an image is mismatched for builder is not clear 2018-03-18 01:35:42 +09:00
Takeshi KOMIYA
9efaf18852 Merge branch '1.7' 2018-03-18 01:21:01 +09:00
Takeshi KOMIYA
d97f41c0e3
Merge pull request #4736 from cocoatomo/fix-module-name
Fix module name
2018-03-16 18:16:18 +09:00
Takeshi KOMIYA
d5e38b6e80
Merge pull request #4741 from tk0miya/update_deprecation_list
Update deprecation list
2018-03-16 17:55:29 +09:00
shimizukawa
e3470bbde3 fix #4734: Describe how to specify make.bat parameter on Windows 2018-03-16 16:19:39 +09:00
jfbu
bccdc7f02d Update CHANGES after PR #4729
modified:   CHANGES
2018-03-15 10:30:21 +01:00
Jean-François B
e1e46cdf8b
Merge pull request #4729 from jfbu/latex_equation_nophantom
Fix vertical space before equation in latex (closes: #4574)
2018-03-15 10:29:10 +01:00
cocoatomo
6a6fcb5d86 Fix module name 2018-03-15 07:59:43 +09:00
Takeshi KOMIYA
4cebc4399c Merge commit '6694981dd6939ab876b27d4e20a8128561c307ac' 2018-03-15 02:02:21 +09:00
Takeshi KOMIYA
b3cbfc2bb5 Update deprecation list 2018-03-15 01:57:39 +09:00
Takeshi KOMIYA
613657981b
Merge pull request #4718 from tk0miya/4716_make_not_found
Fix #4716: Generation PDF file with TexLive on Windows, file not found error
2018-03-15 01:29:09 +09:00
Takeshi KOMIYA
24054d1862
Merge branch '1.7' into 4716_make_not_found 2018-03-14 23:36:29 +09:00
Takeshi KOMIYA
7bc2d82da7
Merge pull request #4730 from guoci/regex_no_warning
prevent raising of FutureWarning in regex
2018-03-14 01:54:20 +09:00
Takeshi KOMIYA
fd18695689
Merge pull request #4735 from tk0miya/revert_TYPE_CHECKING
#4725: Sphinx does not work with python 3.5.0 and 3.5.1
2018-03-14 01:42:02 +09:00
Takeshi KOMIYA
40446f5949 Fix mypy violations 2018-03-14 01:03:02 +09:00
Takeshi KOMIYA
6694981dd6
Merge pull request #4732 from jdufresne/pyreq
Pass python_requires argument to setuptools
2018-03-14 01:00:44 +09:00
guoci
786c3e0c20 prevent raising of FutureWarning in regex. 2018-03-13 11:56:35 -04:00
Jon Dufresne
78c1fde692 Pass python_requires argument to setuptools
Helps pip decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

> If your project only runs on certain Python versions, setting the
> python_requires argument to the appropriate PEP 440 version specifier
> string will prevent pip from installing the project on other Python
> versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

> python_requires
>
> A string corresponding to a version specifier (as defined in PEP 440)
> for the Python version, used to specify the Requires-Python defined in
> PEP 345.
2018-03-13 08:44:22 -07:00
Takeshi KOMIYA
b9d6e0a211 Update CHANGES 2018-03-13 23:23:33 +09:00
Takeshi KOMIYA
f2a23b761e Fix #4543: test for autodoc fails with python 3.5.3 2018-03-13 23:23:15 +09:00
Takeshi KOMIYA
70a622b86c Revert "Use typing.TYPE_CHECKING for typehints"
This reverts commit a073e17537.
2018-03-13 23:23:15 +09:00
Takeshi KOMIYA
2fd24f9129 Revert "Use typing.TYPE_CHECKING"
This reverts commit f51b644f39.
2018-03-13 23:23:14 +09:00
jfbu
c4e12ff012 Add TODO notes
modified:   sphinx/ext/mathbase.py
	modified:   sphinx/writers/latex.py
2018-03-12 17:00:01 +01:00
jfbu
711b8ecf70 Fix vertical space before equation in latex (closes: #4574) 2018-03-11 11:36:16 +01:00
Jean-François B
87e8dd16b2
Merge pull request #4728 from jfbu/textcomp_warn
Fix #4727: Option clash for package textcomp
2018-03-11 10:33:43 +01:00
jfbu
90dfce5367 Fix #4727: Option clash for package textcomp
Some packages loaded from user customized 'fontpkg' key may load
textcomp with no option, clashing with sphinx.sty which comes later
and wants it with "warn" option. This makes sure textcomp receives
always "warn" option, even if loaded prior to sphinx.

	modified:   CHANGES
	modified:   sphinx/templates/latex/latex.tex_t
	modified:   sphinx/texinputs/sphinx.sty
2018-03-11 09:08:21 +01:00
Takeshi KOMIYA
9fffb1e4ab
Merge branch '1.7' into 4716_make_not_found 2018-03-08 20:40:34 +09:00
Takeshi KOMIYA
e4fd16af9f
Merge pull request #4719 from tk0miya/relax-numref-on-sections
Relax numref on sections
2018-03-08 20:39:08 +09:00
Takeshi KOMIYA
f84917b8b1 Fix #4716: Generation PDF file with TexLive on Windows, file not found error 2018-03-08 16:28:49 +09:00
Takeshi KOMIYA
8b0812edc2 Update CHANGES for PR #4444 2018-03-08 01:12:10 +09:00