Add includecode directive for akka-docs

This commit is contained in:
Peter Vlugter 2011-04-19 13:03:15 +12:00
parent 14334a65af
commit c179cbf623
3 changed files with 138 additions and 1 deletions

View file

@ -7,7 +7,8 @@ import sys, os
# -- General configuration -----------------------------------------------------
extensions = ['sphinx.ext.todo']
sys.path.append(os.path.abspath('exts'))
extensions = ['sphinx.ext.todo', 'includecode']
templates_path = ['_templates']
source_suffix = '.rst'