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
84213da197
Merge pull request #3671 from tk0miya/3669_gettext_raises_ValueError
...
3669 gettext raises value error
2017-04-27 01:10:11 +09: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
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
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
Takeshi KOMIYA
6cdc0542a6
Fix coding styles
2017-04-23 17:59:39 +09:00
Takeshi KOMIYA
10585c5283
Fix to use registry.load_extension() instead
2017-04-23 17:11:01 +09:00
Takeshi KOMIYA
3a0f7d3bad
Merge branch 'master' into add_sphinx_factory
2017-04-23 17:06:20 +09:00
Takeshi KOMIYA
bc8646b1f1
Drop ununsed import
2017-04-23 16:54:00 +09:00
Takeshi KOMIYA
5da74f463b
Merge pull request #3649 from tk0miya/deprecate_sphinx_theme_entry_point
...
Fix #3628 : Rename sphinx_themes entry point to sphinx.html_themes
2017-04-23 16:40:02 +09:00
Takeshi KOMIYA
44b6044d4b
Implement get_full_qualified_name() to CPPDomain (refs: #3630 )
2017-04-23 16:31:33 +09:00
Takeshi KOMIYA
96fa6d2972
Implement get_full_qualified_name() to JavascriptDomain (refs: #3630 )
2017-04-23 16:31:33 +09:00
Takeshi KOMIYA
db377ceb55
Implement get_full_qualified_name() to StandardDomain (refs: #3630 )
2017-04-23 16:31:33 +09:00
Takeshi KOMIYA
72f267c6ae
Rename SphinxFactory class to SphinxComponentRegistry
2017-04-23 16:29:38 +09:00
Takeshi KOMIYA
19323d232a
Merge pull request #3655 from tk0miya/compile_latex_only_on_py36
...
tests: compile by LaTeX only with py36
2017-04-23 16:28:03 +09:00
Takeshi KOMIYA
bd7fccb8d0
Merge pull request #3425 from tk0miya/3351_intersphinx_ref_with_context
...
Fix #3351 : intersphinx does not refers context
2017-04-23 16:15:07 +09:00
Takeshi KOMIYA
455dacc2f4
Merge branch 'master' into 3351_intersphinx_ref_with_context
2017-04-23 16:14:54 +09:00
Takeshi KOMIYA
745e048e58
Merge pull request #3653 from tk0miya/2859_image_transforms
...
Add a new extension: sphinx.ext.imgconverter
2017-04-23 16:10:34 +09:00
Takeshi KOMIYA
55818b7419
Update docs
2017-04-23 16:03:46 +09:00
Takeshi KOMIYA
7176d586cc
Add debug log
2017-04-23 11:24:29 +09:00
jfbu
94ba265944
Move jfbu from contributor list to co-maintainer list
2017-04-22 22:46:16 +02:00