summaryrefslogtreecommitdiff
path: root/doc/develop.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-06-02 11:47:27 +0100
committerStephen Finucane <stephen@that.guru>2020-06-02 12:08:34 +0100
commitd3021f644f49bf7b3cf4f9f65f93eec281a7e5c8 (patch)
treed8433f879495809cfee8eb24a55b5f4ce8f5e04b /doc/develop.rst
parenta33483f154bc02f5ff18feec415b6801f7b47da3 (diff)
downloadsphinx-git-d3021f644f49bf7b3cf4f9f65f93eec281a7e5c8.tar.gz
docs: Add contributing document
This completes the migration from the CONTRIBUTING document to the new in-tree contributing guide. The CONTRIBUTING document itself is temporarily removed so that git will correctly mark the document as having been moved. A future change will re-add this document as well as rework the new contributing document. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'doc/develop.rst')
-rw-r--r--doc/develop.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/develop.rst b/doc/develop.rst
index d4b9a0e5d..080251ba6 100644
--- a/doc/develop.rst
+++ b/doc/develop.rst
@@ -14,7 +14,8 @@ Sphinx is a maintained by a group of volunteers. We value every contribution!
* There is also the #sphinx-doc IRC channel on `freenode
<https://freenode.net/>`_.
-For more about our development process and methods, see the :doc:`devguide`.
+For more about our development process and methods, refer to
+:doc:`/internals/index`.
Extensions
==========