1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From: Shengjing Zhu <zhsj@debian.org>
Date: Mon, 14 Dec 2020 16:39:25 +0800
Subject: Doc: unwanted GitHub iframe
Forwarded: not-needed
---
doc/index.rst | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/doc/index.rst b/doc/index.rst
index 8d55c7a..d669f44 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -187,12 +187,3 @@ A permissive MIT `license <https://github.com/fmtlib/fmt#license>`_ allows
using the library both in open-source and commercial projects.
`Learn more... <contents.html>`_
-
-.. raw:: html
-
- <a class="btn btn-success" href="https://github.com/fmtlib/fmt">GitHub Repository</a>
-
- <div class="section footer">
- <iframe src="https://ghbtns.com/github-btn.html?user=fmtlib&repo=fmt&type=watch&count=true"
- class="github-btn" width="100" height="20"></iframe>
- </div>
|