Takeshi KOMIYA
b4eadba3a1
Remove deprecated feature: sphinx.util.nodes.process_only_nodes()
2017-04-27 21:49:19 +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
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
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
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
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
Takeshi KOMIYA
a87a93ac71
Move load_extension() to factory
2017-04-22 20:04:46 +09:00
Takeshi KOMIYA
78ea36a787
Move translators to SphinxFactory
2017-04-22 20:04:45 +09:00
Takeshi KOMIYA
f346e7dc1d
Move source_parsers manager to SphinxFactory
2017-04-22 20:04:45 +09:00
Takeshi KOMIYA
8ca9bdfbd4
Move domain class manager to SphinxFactory
2017-04-22 20:04:43 +09:00
Takeshi KOMIYA
3cc9d8c250
Move Sphinx._directive_helper() to sphinx.util.docutils
2017-04-22 20:04:43 +09:00
Takeshi KOMIYA
feaf2a793b
Add SphinxFactory class to simplify application class
2017-04-22 20:04:43 +09:00
Takeshi KOMIYA
ca618b2998
Update docs
2017-04-22 19:04:00 +09:00
Takeshi KOMIYA
3cf1883356
tests: compile by LaTeX only with py36
2017-04-22 18:14:06 +09:00
Takeshi KOMIYA
56f51cb6aa
Add dependency (temporary)
2017-04-22 17:54:21 +09:00
Takeshi KOMIYA
b4cf0c96f7
Update CHANGES
2017-04-22 17:54:20 +09:00
Takeshi KOMIYA
a62104ccda
Emit deprecation warnings on importing sphinx.websupport
2017-04-22 17:54:20 +09:00
Takeshi KOMIYA
c0a39eb3f7
Simplify testcases for websupport
...
Now websupport modules has separated and move into
sphinxcontrib-websupport package. They are also tested in the
package. Hence, we should test the bridge code for them.
2017-04-22 17:54:20 +09:00
Takeshi KOMIYA
fef9f870d4
Split websupport to sphinxcontrib-websupport package
2017-04-22 17:54:20 +09:00
Takeshi KOMIYA
621a4e6f61
Fix #3628 : Rename sphinx_themes entry point to sphinx.html_themes
2017-04-22 14:59:10 +09:00
Takeshi KOMIYA
334d527e64
Fix mypy violations
2017-04-22 14:55:43 +09:00
Takeshi KOMIYA
2b9b4f92a5
Add image_converter_args confval
2017-04-22 13:29:17 +09:00
Takeshi KOMIYA
c525723807
Add sphinx.ext.imgconverter
2017-04-22 13:29:16 +09:00