Scroll to navigation

SPHINX-QUICKSTART(1) Sphinx SPHINX-QUICKSTART(1)

NAME

sphinx-quickstart - Sphinx documentation template generator

SYNOPSIS

sphinx-quickstart

DESCRIPTION

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(1).

OPTIONS

Quiet mode that skips the interactive wizard for specifying options. This option requires -p, -a and -v options.

Display usage summary or Sphinx version.

Structure Options

If specified, separate source and build directories.

If specified, create build directory under source directory.

Inside the root directory, two more directories will be created; "_templates" for custom HTML templates and "_static" for custom stylesheets and other static files. You can enter another prefix (such as ".") to replace the underscore.

Project Basic Options

Project name will be set. (see project).

Author names. (see copyright).

Version of project. (see version).

Release of project. (see release).

Document language. (see language).

Source file suffix. (see source_suffix).

Master document name. (see root_doc).

Extension Options

Enable sphinx.ext.autodoc extension.

Enable sphinx.ext.doctest extension.

Enable sphinx.ext.intersphinx extension.

Enable sphinx.ext.todo extension.

Enable sphinx.ext.coverage extension.

Enable sphinx.ext.imgmath extension.

Enable sphinx.ext.mathjax extension.

Enable sphinx.ext.ifconfig extension.

Enable sphinx.ext.viewcode extension.

Enable sphinx.ext.githubpages extension.

Enable arbitrary extensions.

Makefile and Batchfile Creation Options

Makefile/make.bat uses (or doesn't use) make-mode. Default is use, which generates a more concise Makefile/make.bat.

Changed in version 1.5: make-mode is default.


Create (or not create) makefile.

Create (or not create) batchfile

Project templating

New in version 1.5: Project templating options for sphinx-quickstart

Template directory for template files. You can modify the templates of sphinx project files generated by quickstart. Following Jinja2 template files are allowed:
  • root_doc.rst_t
  • conf.py_t
  • Makefile_t
  • Makefile.new_t
  • make.bat_t
  • make.bat.new_t

In detail, please refer the system template files Sphinx provides. (sphinx/templates/quickstart)


Define a template variable

SEE ALSO

sphinx-build(1)

COPYRIGHT

2007-2022, Georg Brandl and the Sphinx team

June 16, 2022 4.5.0