Commit d8e33dbd authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fix path to source code in docs config.

This should fix API docs, which went AWOL with yesterday's changes.
parent 59b123bc
......@@ -14,7 +14,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../src'))
# -- Project information -----------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment