mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
Add message to run make clean before make html
This commit is contained in:
@@ -84,6 +84,9 @@ class ScopeTableGenerator:
|
|||||||
with open(filename, 'w') as f:
|
with open(filename, 'w') as f:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
print(f"Generated {filename}.")
|
print(f"Generated {filename}.")
|
||||||
|
print(
|
||||||
|
"Run 'make clean' before 'make html' to ensure the built scopes.html contains latest scope table changes."
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Reference in New Issue
Block a user