From 46dea8d595baff0b1cbb7658fdb385f9e8da99c5 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 13 May 2015 18:46:07 -0700 Subject: [PATCH] Fix missing Sphinx labels (So we don't send would-be Djrill contributors to Django's "Contributors Guide".) --- docs/contributing.rst | 2 ++ docs/troubleshooting.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index fb843b7..4d27dcf 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,3 +1,5 @@ +.. _contributing: + Contributing ============ diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 14a1192..dec4fe4 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -1,3 +1,5 @@ +.. _troubleshooting: + Troubleshooting ===============