1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Fri, 22 Nov 2019 11:57:50 +0100
Subject: Temporarily disable releases sphinx extension.
Bug: https://github.com/bitprophet/releases/issues/84
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index ff9184f..c3460e9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,7 +29,7 @@ from braces import __version__
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ["releases"]
+#extensions = ["releases"]
releases_issue_uri = "https://github.com/brack3t/django-braces/issues/%s"
releases_release_uri = "https://github.com/brack3t/django-braces/tree/%s"
|