diff --git a/docs/.buildinfo b/docs/.buildinfo new file mode 100644 index 0000000..c1c381b --- /dev/null +++ b/docs/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 9f647f525db0c82aadec132928a40ec5 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle new file mode 100644 index 0000000..227e3ec Binary files /dev/null and b/docs/.doctrees/environment.pickle differ diff --git a/docs/.doctrees/index.doctree b/docs/.doctrees/index.doctree new file mode 100644 index 0000000..4b03f63 Binary files /dev/null and b/docs/.doctrees/index.doctree differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 268d05a..90fe77a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ copyright = '2018, Jamie Hardt' author = 'Jamie Hardt' # The short X.Y version -version = '' +version = '0.7' # The full version, including alpha/beta/rc tags -release = '' +release = '0.6' # -- General configuration --------------------------------------------------- @@ -75,7 +75,7 @@ pygments_style = None # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # 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