File: disable-buttons-in-alabaster-sphinx-theme

package info (click to toggle)
mu-editor 1.2.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,492 kB
  • sloc: python: 33,326; makefile: 154; xml: 32; sh: 7
file content (18 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Disable creation of Github buttons in sphinx documentation
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2018-12-21
---
Index: mu-editor/docs/conf.py
===================================================================
--- mu-editor.orig/docs/conf.py
+++ mu-editor/docs/conf.py
@@ -97,6 +97,8 @@ html_theme_options = {
     "logo_text_align": "center",
     "github_user": "mu-editor",
     "github_repo": "mu",
+    'github_banner': 'false',
+    'github_button': 'false',
 }
 
 html_sidebars = {"**": ["about.html", "navigation.html", "searchbox.html"]}