Sphinx logo

Download

Current version: 0.4.2

Get Sphinx from the Python Package Index, or install it with:

easy_install Sphinx

Questions? Suggestions?

Join the Google group:

or come to the #python-docs channel on FreeNode.

You can also open a bug at Python's bug tracker, using the "Documentation tools" category.

Quick search

Welcome

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects, written by Georg Brandl and licensed under the BSD license.

It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. (Of course, this site is also created from reStructuredText sources using Sphinx!)

Although it is still under constant development, the following features are already present, work fine and can be seen “in action” in the Python docs:

  • Output formats: HTML (including Windows HTML Help) and LaTeX, for printable PDF versions
  • Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information
  • Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children
  • Automatic indices: general index as well as a module index
  • Code handling: automatic highlighting using the Pygments highlighter
  • Extensions: automatic testing of code snippets, inclusion of docstrings from Python modules, and more

Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils.

Examples

The Python documentation and this page are different examples of Sphinx in use. You can also download a PDF version of the Sphinx documentation, generated from the LaTeX Sphinx produces.

Links to more documentation generated with Sphinx can be found on the Projects using Sphinx page.

Documentation

Get Sphinx

Sphinx is available as an easy-installable package on the Python Package Index.

The code can be found on the Python SVN server, under http://svn.python.org/projects/doctools.