From 5df04d28d182479d266569b054264f970ee3a69f Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Mon, 18 Mar 2024 19:54:17 +0500 Subject: [PATCH] Try to make docs build work. --- docs/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index b8381d8..8793507 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,6 +15,10 @@ import time from typing import Dict +from aiida.manage.configuration import Profile, load_profile + +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): import sphinx_rtd_theme