adicu / adi-website

[DEPRECATED] The website for the Application Development Initiative, built on Eventum.
https://adicu.com
11 stars 15 forks source link

auto-generate sphinx documentation #159

Open natebrennand opened 9 years ago

natebrennand commented 9 years ago

This is has some guidance. http://amirchaudhry.com/from-jekyll-to-unikernel-in-fifty-lines/#deploying-your-unikernel

Then the docs can be hosted at [docs name].adicu.com

schlosser commented 9 years ago

Glad you made this, I was thinking about this too.

Would it be easier to run "make html" on the server and copy and paste the compiled html to some statically served directory?

natebrennand commented 9 years ago

I like the strategy of just keeping it in git. So have Travis run sphinx and then commit the compiled HTML to a repo and push it? Or you can just have it SCP the directory over