Sphinx <http://www.sphinx-doc.org/> is a python framework that makes it easy to create beautiful documentation for all kinds of projects. Languages besides python are supported via plugins that allow to account for language specific features. In the past two months I wrote such an extension for the Julia language which not only implements Julia specific constructs but also allows to automatically extract docstrings from Julia code. It is finally in a state where I think it might be useful for other people. The project itself can be found on github
https://github.com/bastikr/sphinx-julia and is documented at http://bastikr.github.io/sphinx-julia/ I really would appreciate feedback and bug reports!
