aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/doc/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'keystone-moon/doc/README.rst')
-rw-r--r--keystone-moon/doc/README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/keystone-moon/doc/README.rst b/keystone-moon/doc/README.rst
new file mode 100644
index 00000000..a9537b9a
--- /dev/null
+++ b/keystone-moon/doc/README.rst
@@ -0,0 +1,9 @@
+Building Docs
+=============
+
+Developer documentation is generated using Sphinx. To build this documentation,
+run the following from the root of the repository::
+
+ $ tox -e docs
+
+The documentation will be built at ``doc/build/``.