Skip to content

Commit

Permalink
Remove usage of load_documentation_profile in docs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
agoscinski committed Nov 21, 2024
1 parent 366f036 commit 8bcb63c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8bcb63c

Please sign in to comment.