Commit 39800085c52fbfe149355ff0fbd95245056f61be

Authored by Geoffrey Hunter
1 parent 51e068f4

Assigned master document in conf.py for documentation.

Showing 1 changed file with 3 additions and 0 deletions
docs/conf.py
... ... @@ -53,3 +53,6 @@ html_theme = 'alabaster'
53 53 # relative to this directory. They are copied after the builtin static files,
54 54 # so a file named "default.css" will overwrite the builtin "default.css".
55 55 html_static_path = ['_static']
  56 +
  57 +# Assign master document so readthedocs is happy
  58 +master_doc = 'index'
... ...