various improvements
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Add ../../compute to path for autodoc
|
||||
# Add ../.. to path for autodoc Sphinx extension
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('../../compute'))
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
||||
# Project information
|
||||
project = 'Compute'
|
||||
|
Reference in New Issue
Block a user