Skip to content

Commit

Permalink
test? remove load_documentation_profile should work as well
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Feb 3, 2024
1 parent 07e006a commit 56fc7e6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,8 @@
import time
from pathlib import Path

from aiida import load_profile
from aiida.storage.sqlite_temp import SqliteTempBackend

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

# Load a tmp profile for the readthedocs build


temp_profile = SqliteTempBackend.create_profile("temp-profile")
load_profile(temp_profile, allow_switch=True)

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
Expand Down

0 comments on commit 56fc7e6

Please sign in to comment.