diff --git a/docs/source/conf.py b/docs/source/conf.py index 8793507..deed168 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,7 +17,7 @@ from aiida.manage.configuration import Profile, load_profile -load_profile(Profile('docs', {'process_control': {}, 'storage': {}})) +load_profile(Profile("docs", {"process_control": {}, "storage": {}})) # If we are not on READTHEDOCS load the Sphinx theme manually if not os.environ.get("READTHEDOCS", None):