Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.11 KB

README.rst

File metadata and controls

73 lines (48 loc) · 2.11 KB

Building and Hosting sphinx document on Heroku

This is a heroku template and buildpack for building/hosting sphinx document.

Deploy it

Deploy

Features

  • Building your sphinx document on git repository some where.
  • Serving HTML files that is generated by sphinx-build.
  • Serving HTML files with BASIC authentication for readers if you want.
  • Install 3rd-party python packages / sphinx extensions (You need requirements.txt at top of the source directory.)

Limitations

ToDo

  • pull & build document every hour/day
  • pull & build document by WebHook

How it works

This Heroku template will do:

  1. Create Heroku app instance on your account.
  2. Clone your Sphinx documentation from git URL you specified.
  3. Build Sphinx documentation on Heroku building stage.

Frequently Asked Questions