Commit Graph

9363 Commits

Author SHA1 Message Date
Takeshi KOMIYA
07220140ac Add BuildEnvironment.prepare_settings() 2017-10-31 23:05:04 +09:00
Takeshi KOMIYA
c05c4d1910 Add BuildEnvironment.write_doctree() 2017-10-31 23:04:08 +09:00
Takeshi KOMIYA
c3fffc521b Reduce warnings on testing 2017-10-31 22:57:28 +09:00
Takeshi KOMIYA
bbe3f8fe0c Update CHANGES 2017-10-31 10:52:47 +09:00
Takeshi KOMIYA
c44e041469
Merge pull request #4197 from dlech/kbd
Closes #3160: Use <kbd> tag for :kbd: role in html writers
2017-10-31 10:44:35 +09:00
Takeshi KOMIYA
9ac68edced
Merge pull request #4178 from tk0miya/deprecate_string_for_html_sidebars
a single string value for ``html_sidebars`` will be deprecated in 2.0
2017-10-31 10:37:04 +09:00
David Lechner
831f89a687 Closes #3160: Use <kbd> tag for :kbd: role in html writers 2017-10-30 10:23:55 -05:00
Takeshi KOMIYA
83c266aa2e using a string value for `html_sidebars` will be removed in 2.0 2017-10-30 13:41:57 +09:00
Takeshi KOMIYA
215be8e5bd
Merge pull request #4177 from tk0miya/improve_theme_sidebars
HTML themes can set up default sidebars through ``theme.conf``
2017-10-30 13:36:10 +09:00
Takeshi KOMIYA
d7d2e823fc sphinx.config.ENUM allows to validate items of lists or tuples 2017-10-29 22:23:15 +09:00
jfbu
6274ea7ec8 Replace a few `\undefined by \@undefined` in LaTeX styles
This prevents against unlikely event user via template or
``latex_elements`` keys insert some custom definition of ``\undefined``
macro before sphinx.sty gets loaded.

For background of this LaTeX issue, cf

<http://tug.org/pipermail/tex-live/2017-October/040739.html>

For extra safe, Sphinx could use ``\sphinx@undefined`` rather.

	modified:   footnotehyper-sphinx.sty
	modified:   sphinx.sty
2017-10-27 10:57:46 +02:00
Takeshi KOMIYA
c0aa0ce2d8 Add hints for html_sidebars 2017-10-26 00:04:23 +09:00
Takeshi KOMIYA
6288eac1ec Provide default settings for alabaster 2017-10-26 00:02:08 +09:00
Takeshi KOMIYA
47049ce5f6 Merge branch 'master' into improve_theme_sidebars 2017-10-25 23:53:44 +09:00
Takeshi KOMIYA
5ae72bdd28 Fix flake8 violation 2017-10-23 23:25:50 +09:00
Takeshi KOMIYA
e3baf213f5 Merge branch 'stable' 2017-10-23 23:04:32 +09:00
Takeshi KOMIYA
47c869c89a Fix flake8 and style-check violations 2017-10-23 23:01:18 +09:00
Takeshi KOMIYA
7e7b389eed Merge branch 'stable' 2017-10-23 12:23:58 +09:00
Takeshi KOMIYA
314831d332 Bump version 2017-10-23 12:22:42 +09:00
Takeshi KOMIYA
33fd46b2a5 Bump to 1.6.5 final 2017-10-23 12:19:56 +09:00
Takeshi KOMIYA
ad2610a0bc Fix mypy violation 2017-10-22 20:50:20 +09:00
Takeshi KOMIYA
cfadf17379 Fix #4132: Failed to convert reST parser error to warning 2017-10-22 20:34:07 +09:00
jfbu
6b4a0123fa Fix the fix of #4090 (sorry) 2017-10-22 13:28:46 +02:00
jfbu
5e86c1c934 Fix #4090: extra LaTeX macros via `latex_additional_files` 2017-10-22 13:24:03 +02:00
jfbu
90e3425ed7 Fix #4149: Documentation: Help choosing latex_engine 2017-10-22 11:45:28 +02:00
Takeshi KOMIYA
81b3a81bcb Merge pull request #4173 from eric-wieser/patch-2
quickstart: fix return type of term_decode
2017-10-22 15:34:01 +09:00
Takeshi KOMIYA
b78f3090a0 HTML themes can set up default sidebars through `theme.conf` 2017-10-22 15:14:02 +09:00
Takeshi KOMIYA
ed3683a56e Merge pull request #4176 from tk0miya/3739_module_is_ignored_inside_pyobject
Fix #3739: ``:module:`` option is ignored at content of pyobjects
2017-10-21 21:52:11 +09:00
Takeshi KOMIYA
ffad4f08c7 Fix #3739: `:module:` option is ignored at content of pyobjects 2017-10-21 21:37:44 +09:00
Takeshi KOMIYA
1c060b9b28 Merge pull request #4092 from mitya57/stable
Make it easier to override variables in Makefiles generated by quickstart
2017-10-21 19:31:42 +09:00
Dmitry Shachnev
943cd788fc Make it easier to override variables in Makefiles generated by quickstart
Refs #3965.
2017-10-21 12:59:14 +03:00
Takayuki SHIMIZUKAWA
101b289351 Merge pull request #4097 from stephenfin/argparse-integration
Fix #3259: Argparse integration
2017-10-21 18:58:55 +09:00
Takeshi KOMIYA
2f78acb2f9 Merge pull request #4048 from jdemeyer/unpickle_error
Turn any environment unpickling error into IOError
2017-10-21 18:43:05 +09:00
Takeshi KOMIYA
5de42c4c50 Merge pull request #4121 from stephenfin/remove-check-indent
utils: Remove the 'reindent' tool
2017-10-21 18:17:47 +09:00
Takeshi KOMIYA
b8b4d9b187 Update CHANGES for #3965 2017-10-21 16:24:07 +09:00
Takeshi KOMIYA
a5f6e97ac4 Revert "Default SPHINXBUILD to 'python -msphinx' instead of 'sphinx-build'."
This reverts commit 0832aa73ab.
2017-10-21 16:23:50 +09:00
Eric Wieser
58beeed235 fixup
Warning and missing typing function
2017-10-20 23:53:33 -07:00
Eric Wieser
a4b7927a29 quickstart: fix return type of term_decode
term_decode is documented as `(unicode) -> unicode`, but actually:

* Accepts `bytes` arguments, despite not being documented to
* Returns `bytes` when it shouldn't

This is extracted from the more controversial #3584
2017-10-20 23:18:46 -07:00
Takeshi KOMIYA
c3dec3507d Merge pull request #4153 from Smattr/1086bfa6-fa4c-485f-bd17-6aa1ca49f851
Fix #1020: ext.todo todolist not linking to the page in pdflatex
2017-10-21 13:48:52 +09:00
Takeshi KOMIYA
67981527a1 Fix mypy violation 2017-10-21 13:48:42 +09:00
Takeshi KOMIYA
cd4964249f Merge branch 'stable' into 1086bfa6-fa4c-485f-bd17-6aa1ca49f851 2017-10-21 13:48:25 +09:00
Takeshi KOMIYA
f11cff555d Merge branch 'stable' 2017-10-21 13:45:56 +09:00
Takeshi KOMIYA
f224f3ca25 Merge pull request #4157 from tk0miya/4156_parse_class_comment
Fix #4156: failed to parse class comment
2017-10-21 13:45:33 +09:00
Takeshi KOMIYA
29f6650153 Merge pull request #4171 from tk0miya/4169_chinese_search
Fix #4169: Chinese language doesn't trigger Chinese search automatically
2017-10-21 13:44:46 +09:00
Takeshi KOMIYA
05516a61c8 Fix mypy violation 2017-10-21 13:44:36 +09:00
Takeshi KOMIYA
e56b70d7c9 Merge branch 'stable' into 4169_chinese_search 2017-10-21 13:21:13 +09:00
Takeshi KOMIYA
134f3b1884 Merge branch 'stable' 2017-10-21 01:50:50 +09:00
Takeshi KOMIYA
53ed3342ba Update CHANGES for PR #4168 2017-10-21 01:48:02 +09:00
Takeshi KOMIYA
d8b1ea6a3d Merge pull request #4168 from fyears/patch-1
improve zh search with jieba
2017-10-21 01:47:07 +09:00
Takeshi KOMIYA
4448902977 Fix #4169: Chinese language doesn't trigger Chinese search automatically 2017-10-21 01:42:53 +09:00