Skip to content

Commit

Permalink
Try to make docs build work.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 18, 2024
1 parent 1d37217 commit 5df04d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
import time
from typing import Dict

from aiida.manage.configuration import Profile, load_profile

load_profile(Profile('docs', {'process_control': {}, 'storage': {}}))

# 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 5df04d2

Please sign in to comment.