From 53bc701e9a6e97f1282ad2b06ce5468d767b73e9 Mon Sep 17 00:00:00 2001
From: nlaanait <nlaanait@gmail.com>
Date: Wed, 21 Sep 2016 23:30:43 -0400
Subject: [PATCH] adding *.rst for package

---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index ddbbeb8f..4550df42 100644
--- a/docs/conf.py
+++ b/docs/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 = '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
@@ -230,7 +230,7 @@ latex_elements = {
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
     (master_doc, 'pycroscopy.tex', u'pycroscopy Documentation',
-     u'Suhas Somnath, Chris Ryan, Numan Laanait', 'manual'),
+     u'Numan Laanait, Suhas Somnath, Chris Ryan', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
-- 
GitLab