diff --git a/fabfile/__init__.py b/fabfile/__init__.py index a671006..471d5aa 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -427,7 +427,7 @@ def debug(): @task def serve(): - """Run the development server""" + """Run the local version of the documentation site (timeline.knightlab.com)""" with lcd(join(env.project_path)): local('python website/app.py')