We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df04d2 commit 28bcef5Copy full SHA for 28bcef5
docs/source/conf.py
@@ -17,7 +17,7 @@
17
18
from aiida.manage.configuration import Profile, load_profile
19
20
-load_profile(Profile('docs', {'process_control': {}, 'storage': {}}))
+load_profile(Profile("docs", {"process_control": {}, "storage": {}}))
21
22
# If we are not on READTHEDOCS load the Sphinx theme manually
23
if not os.environ.get("READTHEDOCS", None):
0 commit comments