Commit Graph

8635 Commits

Author SHA1 Message Date
Takeshi KOMIYA
44f9146488 Merge pull request #3675 from tk0miya/3657_epub_builder_crashes
Fix #3657: EPUB builder crashes if document startswith genindex exists
2017-04-27 22:00:31 +09:00
Takeshi KOMIYA
8d5d70ba62 latex: Use ENUM for validate config value 2017-04-27 21:49:19 +09:00
Takeshi KOMIYA
b15cf7f89f Remove deprecated feature: drop RemovedInSphinx17Warning 2017-04-27 21:49:19 +09:00
Takeshi KOMIYA
c74eb9448b Remove deprecated feature: deprecated APIs 2017-04-27 21:49:19 +09:00
Takeshi KOMIYA
361a34257b Remove deprecated feature: latex_keep_old_macro_names 2017-04-27 21:49:19 +09:00
Takeshi KOMIYA
f2c93b3175 Remove deprecated feature: epub2 builder 2017-04-27 21:49:19 +09:00
Takeshi KOMIYA
3cd87176b6 Remove deprecated feature: sphinx.util.nodes.compat module 2017-04-27 21:49:19 +09:00
Takeshi KOMIYA
b4eadba3a1 Remove deprecated feature: sphinx.util.nodes.process_only_nodes() 2017-04-27 21:49:19 +09:00
Takeshi KOMIYA
5c5272c4ab Fix #3657: EPUB builder crashes if document startswith genindex exists 2017-04-27 21:44:46 +09:00
Takeshi KOMIYA
8462d4bcda doc: Update 2017-04-27 21:24:33 +09:00
Takeshi KOMIYA
45a61843ec Make ImportWarning silent 2017-04-27 21:24:29 +09:00
Takeshi KOMIYA
83d3fd2c36 Merge pull request #3663 from tk0miya/3662_deprecate_builder.css_files
deprecate builder.css_files
2017-04-27 10:08:06 +09:00
Takeshi KOMIYA
4874ae2c1d Merge pull request #3672 from Blendify/docs-add-seealso
Docs: Add seealso message to config page leading to api docs
2017-04-27 02:08:00 +09:00
Aaron Carlisle
458d1487b2 From Review: Fix typos 2017-04-26 12:59:49 -04:00
Takeshi KOMIYA
84213da197 Merge pull request #3671 from tk0miya/3669_gettext_raises_ValueError
3669 gettext raises value error
2017-04-27 01:10:11 +09:00
Aaron Carlisle
f92523751e Docs: Add seealso message to config page leading to api docs
While hanging around IRC in both #sphinx-doc and #readthedocs
I have found that a lot of people do not know about these options
even though a lot of theme are pretty common. For example,
adding a simple theme overide, most people will edit layout.html
instead of Sphinx.add_stylesheet.
2017-04-26 11:53:08 -04:00
Takeshi KOMIYA
02ff0863c6 Move deprecation warning 2017-04-27 00:33:40 +09:00
Takeshi KOMIYA
f8b58e41cd Fix #3669: gettext builder fails with "ValueError: substring not found" 2017-04-27 00:17:07 +09:00
Takeshi KOMIYA
7dee9a1d89 Merge pull request #3670 from mahilleb-msft/sphinx-apidoc-document-missing-options
doc/invocation.rst: document missing options for sphinx-apidoc
2017-04-26 23:56:45 +09:00
Mark Hillebrand
a7c8795d07 doc/invocation.rst: document missing options for sphinx-apidoc 2017-04-26 16:17:11 +02:00
Takeshi KOMIYA
50609f2000 Update CHANGES for PR #3666 2017-04-25 23:28:13 +09:00
Takeshi KOMIYA
961432ed96 Merge pull request #3666 from mitya57/1.6-release
Remove the custom smartypants code [rebased]
2017-04-25 23:25:31 +09:00
Dmitry Shachnev
4721767d08 Also monkey-patch the educate_tokens from Docutils
To fix https://sourceforge.net/p/docutils/bugs/317/.
2017-04-25 14:17:32 +03:00
Dmitry Shachnev
a9cbb42e7f Remove bulk_text_processors methods, they are no longer needed 2017-04-25 14:17:31 +03:00
Dmitry Shachnev
f99f5b23ee Backport fixes for French quotes from docutils 2017-04-25 14:17:31 +03:00
Dmitry Shachnev
9236beb9ee Deprecate the html_use_smartypants option 2017-04-25 14:17:30 +03:00
Dmitry Shachnev
4f4014c7c0 Remove sphinxquotedblleft and sphinxquotedblright, no longer needed 2017-04-25 14:17:29 +03:00
Dmitry Shachnev
1f9e251943 Add tests for English, Russian and French smart quotes 2017-04-25 14:17:29 +03:00
Dmitry Shachnev
c857f52f4b Monkey patch docutils’ educateQuotes function to fix apostrophes handling 2017-04-25 14:17:13 +03:00
Dmitry Shachnev
edc7f30b9c Remove the custom smartypants code
Instead rely on docutils’ ‘smart_quotes’ option which is available
since docutils 0.10.

This adds support for internationalization: our code supported only
English quotes, while docutils code supports 27 different languages.

Closes #498, #580, #3345, #3472.
2017-04-25 14:17:13 +03:00
Takeshi KOMIYA
b3f596a133 Fix #3662: `builder.css_files` is deprecated 2017-04-25 20:13:09 +09:00
Takeshi KOMIYA
710ddb3880 Fix mypy violations 2017-04-25 20:05:58 +09:00
jfbu
6c1c8948cb Merge branch 'stable' into 1.6-release 2017-04-25 12:14:11 +02:00
Jean-François B
67c1a8a59e Merge pull request #3665 from jfbu/fixfullineitemslabelsep
Fix #3664 relative to ``\labelsep`` setting in LaTeX fulllineitems
2017-04-25 12:11:44 +02:00
jfbu
7c2f5f16eb Fix #3664 relative to `\labelsep` setting in LaTeX fulllineitems
This also removes re-definition of description environment which is not
needed anymore as ``\labelsep`` is not modified.
2017-04-25 10:14:53 +02:00
Takeshi KOMIYA
e3d14e7862 Merge branch 'stable' into 1.6-release 2017-04-25 00:40:04 +09:00
Takeshi KOMIYA
10afb48b8e Revert "Remove empty 1.5.6 section in CHANGES file"
This reverts commit ac1020b540.
2017-04-25 00:39:00 +09:00
Takeshi KOMIYA
2807175f10 Fix #3661: sphinx-build crashes on parallel build 2017-04-25 00:38:07 +09:00
jfbu
ac1020b540 Remove empty 1.5.6 section in CHANGES file 2017-04-24 10:19:49 +02:00
Takeshi KOMIYA
ee3928743b Bump version 2017-04-24 00:45:57 +09:00
Takeshi KOMIYA
03949cd639 Bump version 2017-04-24 00:44:10 +09:00
Takeshi KOMIYA
3a60e1eaea Lazy import babel 2017-04-24 00:41:02 +09:00
Takeshi KOMIYA
ea94d67bbf Bump to 1.6 beta1 2017-04-24 00:37:53 +09:00
Takeshi KOMIYA
69ad471b99 Merge pull request #3654 from tk0miya/drop_websupport
Separate websupport module
2017-04-23 21:51:25 +09:00
Takeshi KOMIYA
c3b604db1d Add sphinxcontrib-websupport to test-reqs.txt 2017-04-23 21:39:16 +09:00
Takeshi KOMIYA
13e7ae2f1f Revert "Add dependency (temporary)"
This reverts commit 56f51cb6aa.
2017-04-23 21:04:40 +09:00
Takeshi KOMIYA
c50321d3ca Merge branch 'master' into drop_websupport 2017-04-23 19:18:01 +09:00
Takeshi KOMIYA
840ae67080 Fix typo 2017-04-23 19:16:39 +09:00
Takeshi KOMIYA
e268e919d0 Merge pull request #3658 from tk0miya/3630_add_get_full_qualified_names
Add get_full_qualified_names() to std, js and cpp domains.
2017-04-23 18:36:06 +09:00
Takeshi KOMIYA
61695064b8 Merge pull request #3656 from tk0miya/add_sphinx_factory
Add sphinx factory class
2017-04-23 18:20:53 +09:00