From 4ecf8c0a49b171fd76707479db744e03b45bc0b2 Mon Sep 17 00:00:00 2001 From: "larry hosken (Twitter)" Date: Wed, 7 May 2014 08:40:18 -0700 Subject: [PATCH] fix ref syntax, Sphinx gets mad when you leave out that colon Reviewed at https://rbcommons.com/s/twitter/r/313/ --- .../templates/builddictionary/pants_ini_reference.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/pants/tasks/templates/builddictionary/pants_ini_reference.mustache b/src/python/pants/tasks/templates/builddictionary/pants_ini_reference.mustache index 666d461346f..968f4e2151f 100644 --- a/src/python/pants/tasks/templates/builddictionary/pants_ini_reference.mustache +++ b/src/python/pants/tasks/templates/builddictionary/pants_ini_reference.mustache @@ -14,7 +14,7 @@ The following configuration options are provided: {{#sections}} -.. _configref_section_{{section}} +.. _configref_section_{{section}}: {{section}} section -----------------------------------------------------------------------------