move doc to sphinx

This commit is contained in:
Radovan Bast
2015-06-01 16:16:35 +02:00
parent bc77fd8963
commit 1563ce13e3
5 changed files with 72 additions and 64 deletions

12
doc/customization.rst Normal file
View File

@ -0,0 +1,12 @@
Customizing the CMake modules
=============================
The CMake modules can be customized directly inside ``modules/`` but this is
not very convenient as the customizations may be overwritten by the
``boostrap.py`` script.
A better solution is to download the CMake modules that you wish you customize
to a separate directory and source the customized CMake modules in
``autocmake.cfg``.