diff -r 16350c1f81a1 Doc/conf.py --- a/Doc/conf.py Sun Dec 04 10:22:36 2016 +0200 +++ b/Doc/conf.py Sun Dec 04 10:45:21 2016 +0100 @@ -8,6 +8,7 @@ import sys, os, time sys.path.append(os.path.abspath('tools/extensions')) +sys.path.append(os.path.abspath('includes')) # General configuration # ---------------------