From 61176f485d1663dd48fa1837a00e164e3e1eeb32 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 31 Jul 2015 11:58:02 +0200 Subject: [PATCH] avoid sphinx build warnings --- doc/_static/.gitignore | 1 + doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/_static/.gitignore diff --git a/doc/_static/.gitignore b/doc/_static/.gitignore new file mode 100644 index 0000000..556df42 --- /dev/null +++ b/doc/_static/.gitignore @@ -0,0 +1 @@ +# nothing diff --git a/doc/conf.py b/doc/conf.py index fcdcf21..345da12 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -113,7 +113,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'classic' # 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