diff --git a/docs/source/conf.py b/docs/source/conf.py index 565ea406a..02fe239f6 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,9 +14,10 @@ import pathlib import time -from aiida.manage.configuration import load_documentation_profile +from aiida.manage.configuration import Profile, load_profile + +load_profile(Profile('docs', {'process_control': {}, 'storage': {}})) -load_documentation_profile() # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here.