```chris@debian:~$ sphinx-quickstart -h usage: sphinx-quickstart [OPTIONS] Generate required files for a Sphinx project. sphinx-quickstart is an interactive tool that asks some questions about your project and then generates a complete documentation directory and sample Makefile to be used with sphinx-build. positional arguments: PROJECT_DIR output path optional arguments: -h, --help show this help message and exit -q, --quiet quiet mode --version show program's version number and exit Structure options: --sep if specified, separate source and build dirs --dot DOT replacement for dot in _templates etc. Project basic options: -p PROJECT, --project PROJECT project name -a AUTHOR, --author AUTHOR author names -v VERSION version of project -r RELEASE, --release RELEASE release of project -l LANGUAGE, --language LANGUAGE document language --suffix SUFFIX source file suffix --master MASTER master document name --epub use epub Extension options: --ext-autodoc enable autodoc extension --ext-doctest enable doctest extension --ext-intersphinx enable intersphinx extension --ext-todo enable todo extension --ext-coverage enable coverage extension --ext-imgmath enable imgmath extension --ext-mathjax enable mathjax extension --ext-ifconfig enable ifconfig extension --ext-viewcode enable viewcode extension --ext-githubpages enable githubpages extension --extensions EXTENSIONS enable arbitrary extensions Makefile and Batchfile creation: --makefile create makefile --no-makefile do not create makefile --batchfile create batchfile --no-batchfile do not create batchfile -m, --use-make-mode use make-mode for Makefile/make.bat -M, --no-use-make-mode do not use make-mode for Makefile/make.bat Project templating: -t TEMPLATEDIR, --templatedir TEMPLATEDIR template directory for template files -d NAME=VALUE define a template variable For more information, visit . ```