Takeshi KOMIYA
2c7d08ee47
Merge branch '1.7'
2018-03-19 23:46:15 +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
8db78fe001
Fix #4655 : Fix a translation for Chinese
2018-03-18 13:04:00 +09: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
d5e38b6e80
Merge pull request #4741 from tk0miya/update_deprecation_list
...
Update deprecation list
2018-03-16 17:55:29 +09:00
jfbu
bccdc7f02d
Update CHANGES after PR #4729
...
modified: CHANGES
2018-03-15 10:30:21 +01: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
24054d1862
Merge branch '1.7' into 4716_make_not_found
2018-03-14 23:36:29 +09:00
Takeshi KOMIYA
b9d6e0a211
Update CHANGES
2018-03-13 23:23:33 +09: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
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
Takeshi KOMIYA
9bd3aaf3dc
Merge branch '1.7' into 4701_viewcode
2018-03-07 10:34:46 +09: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
b707ab35e5
Merge branch '1.7' into 1042_strip_parens
2018-03-04 02:10:31 +09:00
Takeshi KOMIYA
1f5b40c291
Merge pull request #4702 from tk0miya/drop_pngmath
...
Remove sphinx.ext.pngmath
2018-03-03 20:19:43 +09:00
Takeshi KOMIYA
e2f481c956
Merge branch '1.7'
2018-03-03 20:03:45 +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
cdd5503f5d
Remove sphinx.ext.pngmath
2018-03-03 00:18:53 +09: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
278577c2ef
Merge branch 'master' into improve_i18n
2018-03-01 23:38:38 +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
9b4d90a494
Merge pull request #4672 from tk0miya/4669_broken_sphinx.build_main
...
Fix #4669 : sphinx.build_main and sphinx.make_main throw NameError
2018-02-28 23:02:16 +09:00
Takeshi KOMIYA
b6584090a8
Merge branch 'master' into refactor_env.update
2018-02-27 01:33:05 +09:00
Takeshi KOMIYA
bc31485b10
Fix i18n: message catalogs were reset on each initialization
2018-02-25 23:44:38 +09:00
Takeshi KOMIYA
b3e7609a80
Update docs
2018-02-25 23:44:38 +09:00
Takeshi KOMIYA
ed403ad8ff
Supports i18n console output
2018-02-25 23:44:37 +09:00
Takeshi KOMIYA
8d653a406d
Integrate `l_() into _()`
2018-02-25 02:03:57 +09:00
Takeshi KOMIYA
616e487941
Fix #4669 : sphinx.build_main and sphinx.make_main throw NameError
2018-02-25 01:10:36 +09:00
Takeshi KOMIYA
d01d494119
Deprecate env.update()!
...
To make BuildEnvironment simple, the responsibility of converting
source files to doctrees is moved to Builder class.
2018-02-24 13:06:46 +09:00
Takeshi KOMIYA
b2b500dda5
Merge branch 'master' into move_cmdline_to_cmd.build
2018-02-24 02:17:23 +09:00
Takeshi KOMIYA
a2bce15989
Merge branch '1.7'
2018-02-23 23:44:00 +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
c41e746b7a
Fix #4662 : any refs with term targets crash when an ambiguity is encountered
2018-02-23 23:05:58 +09:00
Takeshi KOMIYA
cd08a6503c
Fix #4664 : Reading objects.inv fails again
2018-02-23 10:44:11 +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
16a7539007
Update CHANGES
2018-02-22 21:09:21 +09:00
Takeshi KOMIYA
30cab5c376
Merge branch 'master' into migrate_registry
2018-02-22 20:21:09 +09:00
Takeshi KOMIYA
5789b25847
Change interface of add_source_parser() and add add_source_suffix()
2018-02-21 10:54:49 +09:00