diff options
Diffstat (limited to '')
-rw-r--r-- | tests/js/roots/titles/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/js/roots/titles/conf.py b/tests/js/roots/titles/conf.py new file mode 100644 index 0000000..e5f6bb9 --- /dev/null +++ b/tests/js/roots/titles/conf.py @@ -0,0 +1,6 @@ +import os +import sys + +sys.path.insert(0, os.path.abspath('.')) + +extensions = ['sphinx.ext.autodoc'] |