Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-26 | Fix python error in ecm sphinx module | Alex Merry | |
The ecm sphinx module occasionally tried to modify a list it was iterating over, which is a Bad Thing and raised an exception on the third or so time it was run without clearing the build directory. | |||
2014-04-18 | Make documentation generation python3 compatible | Uwe L. Korn | |
REVIEW: 117624 | |||
2014-04-11 | Add documentation generation using Sphinx | Alex Merry | |
This is deliberately modelled very closely on CMake's documentation system. It's a hefty patch, because it involved changing all the documentation to be in reStructuredText format. I also cleaned up the copyright/license statements at the same time. Note that the find modules contain the full license, due to the fact that ecm_use_find_module() copies them out of the ECM distribution. |