From 1d37217087855b6fd021cec2039f23e68f199b03 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Mon, 18 Mar 2024 19:46:35 +0500 Subject: [PATCH] Remove load_documentation_profile from docs builds. --- docs/source/conf.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4c169e5..b8381d8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,14 +15,6 @@ import time from typing import Dict -from aiida.manage.configuration import load_documentation_profile - -# -- AiiDA-related setup -------------------------------------------------- - -# Load the dummy profile even if we are running locally, this way the documentation will succeed even if the current -# default profile of the AiiDA installation does not use a Django backend. -load_documentation_profile() - # If we are not on READTHEDOCS load the Sphinx theme manually if not os.environ.get("READTHEDOCS", None): import sphinx_rtd_theme