Add includecode directive for akka-docs
This commit is contained in:
parent
14334a65af
commit
c179cbf623
3 changed files with 138 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue