Skip to content

Commit 502fb38

Browse files
authored
Merge pull request #2051 from jaimergp/move-sphinx-2
render index to root
2 parents 0accc9f + 4c53ef9 commit 502fb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_scripts/generate_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
),
5252
}
5353

54-
with open(os.path.join(repo_dir, 'sphinx', 'index.html'), 'w') as fp:
54+
with open(os.path.join(repo_dir, 'index.html'), 'w') as fp:
5555
fp.write(tmpl.render(context))

0 commit comments

Comments
 (0)