summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fbe0e9131..3ec162d34 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -10,9 +10,9 @@
# 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.
#
-# import os
-# import sys
-# sys.path.insert(0, os.path.abspath('.'))
+import os
+import sys
+sys.path.insert(0, os.path.abspath('ext/'))
# -- Project information -----------------------------------------------------
@@ -31,6 +31,8 @@ extensions = [
'breathe',
'sphinx.ext.autosectionlabel',
'sphinxcontrib.bibtex',
+ 'sphinx_tabs.tabs',
+ 'examples',
]
bibtex_bibfiles = ['references.bib']
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback