Skip to content

Commit

Permalink
auto generate .nojekyll on build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pierricmora committed Apr 2, 2024
1 parent f7cb12b commit 26533d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def run(self):
"""The command to run when users invoke python setup.py doc"""
subprocess.run(
['sphinx-build docsrc docs'], shell=True)
subprocess.run(
['touch -a docs/.nojekyll'], shell=True)


class SafetyChecks(setuptools.Command):
Expand Down

0 comments on commit 26533d1

Please sign in to comment.