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

package info (click to toggle)
mu-editor 1.0.3%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,440 kB
  • sloc: python: 16,321; makefile: 129; xml: 29; sh: 7
file content (16 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable creation of Github buttons in sphinx documentation
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2018-12-21
---
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -97,6 +97,8 @@
     'logo_text_align': 'center',
     'github_user': 'mu-editor',
     'github_repo': 'mu',
+    'github_banner': 'false',
+    'github_button': 'false',
 }
 
 html_sidebars = {