From 6585c967732fe2a53c6ad6d4d2ab39aaa68258b0 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Sun, 7 Oct 2018 17:34:01 +0200 Subject: docs(readme): add docs build information --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ff71fcb..e8f2d76 100644 --- a/README.rst +++ b/README.rst @@ -54,6 +54,13 @@ Documentation The full documentation for CLI and API is available on `readthedocs `_. +Build the docs +-------------- +You can build the documentation using ``sphinx``:: + + pip install sphinx + python setup.py build_sphinx + Contributing ============ -- cgit v1.2.1