From 984ba4c1140dcecdaa7b9234b134aee1b15d658e Mon Sep 17 00:00:00 2001 From: Robert Day Date: Fri, 22 May 2015 20:44:02 -0700 Subject: [PATCH 1/2] Fixes to Build Warnings Swapped the html_theme and created the folder _static to stop build warnings --- _static/.gitignore | 0 conf.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 _static/.gitignore diff --git a/_static/.gitignore b/_static/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/conf.py b/conf.py index dd68872..8a39680 100644 --- a/conf.py +++ b/conf.py @@ -99,8 +99,8 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. #html_theme = 'alabaster' -#html_theme = 'classic' -html_theme = 'default' +html_theme = 'classic' +#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 From beef9a6b6efa8c0b0c6e70cb46cec0ba20cbdf67 Mon Sep 17 00:00:00 2001 From: Robert Day Date: Sat, 6 Jun 2015 22:47:32 -0700 Subject: [PATCH 2/2] No default Theme No default theme should be selected. So it uses the current Read the Docs theme http://docs.readthedocs.org/en/latest/theme.html --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 8a39680..6cff11d 100644 --- a/conf.py +++ b/conf.py @@ -99,7 +99,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. #html_theme = 'alabaster' -html_theme = 'classic' +#html_theme = 'classic' #html_theme = 'default' # Theme options are theme-specific and customize the look and feel of a theme