File: sphinx-conf.py.patch

package info (click to toggle)
folium 0.12.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 712 kB
  • sloc: python: 3,602; makefile: 134; sh: 25; javascript: 13
file content (15 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: folium/docs/conf.py
===================================================================
--- folium.orig/docs/conf.py
+++ folium/docs/conf.py
@@ -99,7 +99,9 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'f6'
+## the uncopyrighted theme 'f6' which exists in the upstream package
+## was removed due to dfsg rules.
+# html_theme = 'f6'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the