1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 26 Jul 2021 08:32:41 +0200
Subject: settings.rst: Correct reST syntax
sphinx is complaining about non fully correct syntax.
/build/django-graphene-2.15.0/docs/settings.rst:192: WARNING: Title underline too short.
---
docs/settings.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/settings.rst b/docs/settings.rst
index 1e82e70..5bf8b1a 100644
--- a/docs/settings.rst
+++ b/docs/settings.rst
@@ -189,7 +189,7 @@ Default: ``None``
``GRAPHIQL_HEADER_EDITOR_ENABLED``
----------------------
+----------------------------------
GraphiQL starting from version 1.0.0 allows setting custom headers in similar fashion to query variables.
|