Skip to main content

Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a livereload enabled web server.

Installation

sphinx-autobuild relies on a not-yet-released version of python-livereload. You can install it through pip by issuing the following command:

pip install https://github.com/lepture/python-livereload/archive/master.zip

You can then use pip to install the package:

pip install sphinx-autobuild

Usage

The package installs a single executable script, named sphinx-autobuild. The script takes the same arguments as the sphinx-build command installed by Sphinx plus a -p/--port option to specify the port on which the documentation shall be served (default 8000).

To build a classical Sphinx documentation set, issue the following command:

sphinx-autobuild docs docs/_build/html

And then visit the webpage served at http://127.0.0.1:8000. Each time a change to the documentation source is detected, the HTML is rebuilt and the browser automatically reloaded.

To stop the server simply press ^C.

Makefile integration

To integrate the sphinx-autobuild command in the Makefile generated by Sphinx, add the following target:

livehtml:
    sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

0.2.3 - 2013/12/25

  • Ignore the paths indicated by the -w and -d arguments when watching for changes to the documentation.

0.2.1 - 2013/12/25

  • Catch subprocess PTY reading errors.

0.2.0 - 2013/12/25

  • Explicitly parse sphinx-build arguments for better compatibility.

0.1.0 - 2013/12/25

  • Initial release.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-autobuild-0.2.3.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sphinx_autobuild-0.2.3-py27-none-any.whl (6.4 kB view details)

Uploaded Python 2.7

File details

Details for the file sphinx-autobuild-0.2.3.tar.gz.

File metadata

File hashes

Hashes for sphinx-autobuild-0.2.3.tar.gz
Algorithm Hash digest
SHA256 0c85c6a144e16f8b9053130e23fcf1aed8dbb1383d3612c51f7015491ea9a210
MD5 a4b842348c55fd5405cb55363ac5fedb
BLAKE2b-256 cb1c778939503a022288048c1329208d8be9575c3034552174a64fb10191a517

See more details on using hashes here.

File details

Details for the file sphinx_autobuild-0.2.3-py27-none-any.whl.

File metadata

File hashes

Hashes for sphinx_autobuild-0.2.3-py27-none-any.whl
Algorithm Hash digest
SHA256 260725ed62e6d550f6e7f5001c581b2a40225f49d297df4c263827f43603f33e
MD5 4729835e192c3b69c3286f6e57fa4343
BLAKE2b-256 7ae9648d692518e83d4396af0d8315ccb7dcaca17c73a4427b80fe99b3346fce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page