Merge pull request #5970 from tk0miya/separate_devhelp

Separate devhelp to sphinxcontrib package
This commit is contained in:
Takeshi KOMIYA
2019-01-25 01:28:13 +09:00
committed by GitHub
6 changed files with 25 additions and 122 deletions

View File

@@ -117,7 +117,7 @@ The builder's "name" must be given to the **-b** command-line option of
.. versionadded:: 1.3
.. module:: sphinx.builders.devhelp
.. module:: sphinxcontrib.devhelp
.. class:: DevhelpBuilder
This builder produces the same output as the standalone HTML builder, but
@@ -130,6 +130,10 @@ The builder's "name" must be given to the **-b** command-line option of
.. autoattribute:: supported_image_types
.. versionchanged:: 2.0
Moved to sphinxcontrib.devhelp from sphinx.builders package.
.. module:: sphinx.builders.epub3
.. class:: Epub3Builder