Skip to content

Commit

Permalink
Remove load_documentation_profile from docs builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 18, 2024
1 parent febe7b6 commit 1d37217
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 @@ -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
Expand Down

0 comments on commit 1d37217

Please sign in to comment.