Skip to content

Commit f9f60b3

Browse files
author
Matthew Fisher
committed
fix docs path issue
1 parent 887732e commit f9f60b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
sys.path.insert(0, os.path.abspath('..'))
2222
# create local_settings.py for SECRET_KEY if necessary
2323
local_settings_path = os.path.abspath(
24-
os.path.join('..', 'deis', 'local_settings.py'))
24+
os.path.join('..', 'controller', 'deis', 'local_settings.py'))
2525
if not os.path.exists(local_settings_path):
2626
with open(local_settings_path, 'w') as local_settings:
2727
local_settings.write("SECRET_KEY = 'DummySecretKey'\n")

0 commit comments

Comments
 (0)