parent
b7c5272a46
commit
f78443958d
@ -1 +1 @@
|
|||||||
d1c7c61b37872d15496dbb4a4ec256d9 waf-1.8.14.stripped.tar.bz2
|
5f3325df07fdd4c73225fd00fc09a989 waf-1.8.15.stripped.tar.bz2
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
diff -up waf-1.8.15/docs/sphinx/conf.py.orig waf-1.8.15/docs/sphinx/conf.py
|
||||||
|
--- waf-1.8.15/docs/sphinx/conf.py.orig 2015-10-20 09:27:38.787867271 +0200
|
||||||
|
+++ waf-1.8.15/docs/sphinx/conf.py 2015-10-24 12:29:30.497809066 +0200
|
||||||
|
@@ -396,7 +396,11 @@ pygments_style = 'sphinx'
|
||||||
|
|
||||||
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
|
# a list of builtin themes.
|
||||||
|
-html_theme = 'classic'
|
||||||
|
+from sphinx import version_info
|
||||||
|
+if (1, 3) <= version_info:
|
||||||
|
+ html_theme = 'classic'
|
||||||
|
+else:
|
||||||
|
+ html_theme = 'default'
|
||||||
|
|
||||||
|
# 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
|
Loading…
Reference in new issue