File: 002_no_put_links_in_doc.patch

package info (click to toggle)
glances 3.3.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,924 kB
  • sloc: python: 12,849; makefile: 343; javascript: 330; sh: 169
file content (15 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove scripts with external HTML resources to fix lintian warning
Author: Daniel Echeverry <epsilon77@gmail.com>
Forwarded: not-needed
Last-Update: <2016-03-16>
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -168,7 +168,7 @@
 # Custom sidebar templates, maps document names to template names.
 html_sidebars = {
     '**': [
-        'about.html',
+#        'about.html',
         'navigation.html',
         'links.html',
         'searchbox.html'