diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-28 20:11:13 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-28 20:11:13 +0100 |
commit | fd13b16ba823bcd7b6f9c7163e7e75585855d33f (patch) | |
tree | 15496a2f336488f90810dbdf6f343441aff6135e /docs/source/conf.py | |
parent | d5c63e2ed3a5feaaa51e9cb315e6c0601ae01813 (diff) | |
download | Smarker-fd13b16ba823bcd7b6f9c7163e7e75585855d33f.tar.gz Smarker-fd13b16ba823bcd7b6f9c7163e7e75585855d33f.zip |
Updated readme and docs
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index bef233e..5dd644b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,6 +13,7 @@ import os import sys sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "Smarker"))) +sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "ExampleAssessments"))) # print(os.listdir(os.path.abspath(os.path.join("..", "..", "Smarker")))) @@ -32,7 +33,8 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon', - "sphinx_mdinclude" + "sphinx_mdinclude", + 'sphinxarg.ext' ] # Add any paths that contain templates here, relative to this directory. |