Skip to content

Commit 5df04d2

Browse files
committed
Try to make docs build work.
1 parent 1d37217 commit 5df04d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
import time
1616
from typing import Dict
1717

18+
from aiida.manage.configuration import Profile, load_profile
19+
20+
load_profile(Profile('docs', {'process_control': {}, 'storage': {}}))
21+
1822
# If we are not on READTHEDOCS load the Sphinx theme manually
1923
if not os.environ.get("READTHEDOCS", None):
2024
import sphinx_rtd_theme

0 commit comments

Comments
 (0)