Skip to content

aleksandrsa/heroku-sphinxbuild-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.2%
  • Python 40.8%