Add `--extensions to sphinx-quickstart` to support enable arbitary extensions from command line (ref: #2904)

This commit is contained in:
Takeshi KOMIYA
2016-11-02 11:11:15 +09:00
parent a759e5eae7
commit ae1f523d52
4 changed files with 34 additions and 8 deletions
+4
View File
@@ -118,6 +118,10 @@ Extension options
Enable `sphinx.ext.viewcode` extension.
.. option:: --extensions=EXTENSIONS
Enable arbitary extensions.
Makefile and Batchfile creation options
---------------------------------------