diff options
Diffstat (limited to 'doc/man/sphinx-quickstart.rst')
-rw-r--r-- | doc/man/sphinx-quickstart.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/man/sphinx-quickstart.rst b/doc/man/sphinx-quickstart.rst index c4bbc531b..1d7a99add 100644 --- a/doc/man/sphinx-quickstart.rst +++ b/doc/man/sphinx-quickstart.rst @@ -20,7 +20,7 @@ Options .. option:: -q, --quiet - Quiet mode that will skips interactive wizard to specify options. + Quiet mode that will skip interactive wizard to specify options. This option requires `-p`, `-a` and `-v` options. .. option:: -h, --help, --version @@ -112,13 +112,17 @@ Options Enable `sphinx.ext.viewcode` extension. +.. option:: --ext-githubpages + + Enable `sphinx.ext.githubpages` extension. + .. option:: --extensions=EXTENSIONS - Enable arbitary extensions. + Enable arbitrary extensions. .. rubric:: Makefile and Batchfile Creation Options -.. option:: --use-make-mode, --no-use-make-mode +.. option:: --use-make-mode (-m), --no-use-make-mode (-M) :file:`Makefile/make.bat` uses (or doesn't use) :ref:`make-mode <make_mode>`. Default is ``use``, which generates a more concise :file:`Makefile/make.bat`. |