Update {{cookiecutter.project_slug}}/docs/_source/howto.rst

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
Hannah Lazarus 2020-06-27 14:11:57 -04:00 committed by GitHub
parent 8c2f49ad38
commit 916157e500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,7 @@ from inside the `{{cookiecutter.project_slug}}/docs` directory.
To build and serve docs, use the commands:
::
docker-compose -f local.yml build
docker run docs
docker-compose -f local.yml up docs
{% endif %}
Changes to files in `docs/_source` will be picked up and reloaded automatically.