Skip to content

Commit

Permalink
Remove deprecated load_documentation_profile for doc build (#555)
Browse files Browse the repository at this point in the history
The `load_documentation_profile` is deprecated, now there is not need to build API doc with the AiiDA profile.
  • Loading branch information
unkcpz committed Feb 5, 2024
1 parent 02b2972 commit 21dfc5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
import time
from pathlib import Path

# Load the dummy profile to make sure the docs build succeed even if the current
# default profile of the AiiDA installation is not configured.
from aiida.manage.configuration import load_documentation_profile

load_documentation_profile()

from aiidalab_widgets_base import __version__ # pylint: disable=wrong-import-position

# Add any Sphinx extension module names here, as strings. They can be
Expand Down

0 comments on commit 21dfc5d

Please sign in to comment.