ouhft / diakonia-open

Ministers to the data needs of the departments. Collection of custom app developments for clinical data analysis or support.
https://ouhft.github.io/
MIT License
2 stars 1 forks source link

Add Sphinx to project #39

Closed marshalc closed 8 years ago

marshalc commented 8 years ago

Setup Sphinx in the project repository to start building the documents

marshalc commented 8 years ago

Sphinx requires there to be a django project active (because of the code scan added in the config profile, copied from other projects), thus I have generated a blank project using django admin

marshalc commented 8 years ago

Monkey patched lib/pythonX.Y/site-packages/sphinx/ext/autosummary/__init__.py as per my instructions at https://gist.github.com/marshalc/327fc737ce0557a253c0c3d57f679292

marshalc commented 8 years ago

Have generated first html set of outputs from documents, so conclude that this works.