From e464f6f1351c4c004af3d8bf198561c3a95c93ef Mon Sep 17 00:00:00 2001 From: Timotheus Kampik Date: Sat, 24 Feb 2018 17:45:00 +0100 Subject: [PATCH] #4188 update quickstart doc --- doc/man/sphinx-quickstart.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/man/sphinx-quickstart.rst b/doc/man/sphinx-quickstart.rst index 28a52966f..1d7a99add 100644 --- a/doc/man/sphinx-quickstart.rst +++ b/doc/man/sphinx-quickstart.rst @@ -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 `. Default is ``use``, which generates a more concise :file:`Makefile/make.bat`.