diff --git a/doc/autobuild.py b/doc/autobuild.py index e631ab700..0807172c3 100644 --- a/doc/autobuild.py +++ b/doc/autobuild.py @@ -31,8 +31,10 @@ def writefile(filename, data): # Activate Kivy modules +''' for k in kivy.kivy_modules.list().keys(): kivy.kivy_modules.import_module(k) +''' # Search all kivy module l = [(x, sys.modules[x], os.path.basename(sys.modules[x].__file__).rsplit('.', 1)[0]) for x in sys.modules if x.startswith('kivy') and sys.modules[x]] diff --git a/doc/sources/.static/bg.png b/doc/sources/.static/bg.png deleted file mode 100644 index a94c6eba3..000000000 Binary files a/doc/sources/.static/bg.png and /dev/null differ diff --git a/doc/sources/.static/default.css b/doc/sources/.static/default.css index e9b98ab7a..3964fa7a9 100644 --- a/doc/sources/.static/default.css +++ b/doc/sources/.static/default.css @@ -5,7 +5,7 @@ body { font-family: sans-serif; font-size: 100%; - background-color: #000000; + background-color: #ffffff; color: #000; margin: 0; padding: 0; @@ -13,10 +13,6 @@ body { /* :::: LAYOUT :::: */ -div.document { - background-color: #1c4e63 url('bg.png') top left repeat; -} - div.documentwrapper { float: left; width: 100%; diff --git a/doc/sources/kivy-logo.png b/doc/sources/kivy-logo.png new file mode 100644 index 000000000..68ec43631 Binary files /dev/null and b/doc/sources/kivy-logo.png differ