diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-20 17:00:23 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-20 17:00:23 +1000 |
commit | 647b1d28ca37478aa773da85c01303bfe9ef5d25 (patch) | |
tree | 30122b6e4e5ae7969732e845a1f0eac20d19ff56 | |
parent | 66b19ce1d893fd3166bc2e351f92d8eff6d8dc02 (diff) | |
download | mediagoblin-647b1d28ca37478aa773da85c01303bfe9ef5d25.tar.lz mediagoblin-647b1d28ca37478aa773da85c01303bfe9ef5d25.tar.xz mediagoblin-647b1d28ca37478aa773da85c01303bfe9ef5d25.zip |
Mention building docs in contributing.
-rw-r--r-- | docs/source/devel/contributing.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/devel/contributing.rst b/docs/source/devel/contributing.rst index a61a3fd0..47bcd170 100644 --- a/docs/source/devel/contributing.rst +++ b/docs/source/devel/contributing.rst @@ -21,6 +21,7 @@ This page will describe how to get started contributing to MediaGoblin: * How to set up a development environment * How to run the test suite +* How to update and build the documentation * How to submit code contributions We eventually hope to migrate the information over from our wiki pages: |