Skip to content

Commit

Permalink
Merge pull request #2051 from jaimergp/move-sphinx-2
Browse files Browse the repository at this point in the history
render index to root
  • Loading branch information
beckermr authored Jan 4, 2024
2 parents 0accc9f + 4c53ef9 commit 502fb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci_scripts/generate_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
),
}

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

0 comments on commit 502fb38

Please sign in to comment.