From 8bcb63c03a15937c1c7fdf4fdb61e2e9b4b7bddf Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 21 Nov 2024 16:39:48 +0100 Subject: [PATCH] Remove usage of `load_documentation_profile` in docs With aiida-core/pull/6226 the usage of load_documentation_profile is not anymore required as the Django backend is not anymore supported and can therefore be removed. --- docs/source/conf.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 38ab465..80ebe50 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,16 +14,8 @@ import sys import time -from aiida.manage.configuration import load_documentation_profile - import aiida_restapi -# -- 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() - extensions = [ 'myst_parser', 'sphinx_external_toc',