Merge pull request #6056 from tk0miya/fix_warnings_for_docs

docs: Update location of builders
This commit is contained in:
Takeshi KOMIYA 2019-02-11 14:48:43 +09:00 committed by GitHub
commit 29270c91f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ The builder's "name" must be given to the **-b** command-line option of
.. autoattribute:: supported_image_types .. autoattribute:: supported_image_types
.. module:: sphinx.builders.dirhtml
.. class:: DirectoryHTMLBuilder .. class:: DirectoryHTMLBuilder
This is a subclass of the standard HTML builder. Its output is a directory This is a subclass of the standard HTML builder. Its output is a directory
@ -45,6 +46,7 @@ The builder's "name" must be given to the **-b** command-line option of
.. versionadded:: 0.6 .. versionadded:: 0.6
.. module:: sphinx.builders.singlehtml
.. class:: SingleFileHTMLBuilder .. class:: SingleFileHTMLBuilder
This is an HTML builder that combines the whole project in one output file. This is an HTML builder that combines the whole project in one output file.