extract documentation from cmake modules

This commit is contained in:
Radovan Bast
2015-06-04 15:59:55 +02:00
parent 2d23fd9e8c
commit 7d9a8a5797
4 changed files with 86 additions and 5 deletions

View File

@ -16,6 +16,9 @@ import sys
import os
import shlex
sys.path.append(os.path.relpath(os.path.abspath('.')))
import extract_rst
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.