Fix path to source code in docs config.

This should fix API docs, which went AWOL with yesterday's changes.
This commit is contained in:
Aymeric Augustin
2019-12-23 16:49:35 +01:00
parent 59b123bc50
commit d8e33dbd67

View File

@@ -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 -----------------------------------------------------