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.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.0.tar.gz (10.2 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.0-py27-none-any.whl (6.1 kB view details)

Uploaded Python 2.7

File details

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

File metadata

File hashes

Hashes for sphinx-autobuild-0.2.0.tar.gz
Algorithm Hash digest
SHA256 94f613a6def43da475ac0dc160b335cc28aa905db3737c670c24d88453838950
MD5 927dc56198987f16f74078d1275bd38e
BLAKE2b-256 763c9ea246cc442b8d2f9352955a9b3ec88d5442f01db7c0ce155abae4dfb1c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sphinx_autobuild-0.2.0-py27-none-any.whl
Algorithm Hash digest
SHA256 6d22fc7530ff1d00f3c57a1f67e7da200e2e66c7e895ab1044812ab054585e93
MD5 8a77ef34b0373c3ff653236e3db5df12
BLAKE2b-256 0089790781bcafda830daa4bd7a7951676bcb5b6be8376aa9ffcf7d6343fe382

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