diff options
author | maheshgudi | 2016-07-15 16:07:38 +0530 |
---|---|---|
committer | maheshgudi | 2016-07-15 16:07:38 +0530 |
commit | c607d1cb6c702ae2fffa46ef0d248c89941da8d8 (patch) | |
tree | faa76e228c091bf419249c6896c5bf5f63135634 /yaksh/documentation/conf.py | |
parent | c9527f40d67acea8980662bd21aa757c4b005d48 (diff) | |
download | online_test-c607d1cb6c702ae2fffa46ef0d248c89941da8d8.tar.gz online_test-c607d1cb6c702ae2fffa46ef0d248c89941da8d8.tar.bz2 online_test-c607d1cb6c702ae2fffa46ef0d248c89941da8d8.zip |
made minor changes in docs
Diffstat (limited to 'yaksh/documentation/conf.py')
-rw-r--r-- | yaksh/documentation/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/documentation/conf.py b/yaksh/documentation/conf.py index e5ea74a..10ad210 100644 --- a/yaksh/documentation/conf.py +++ b/yaksh/documentation/conf.py @@ -38,7 +38,7 @@ extensions = [ 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', - #'sphinx.ext.githubpages', +# 'sphinx.ext.githubpages', ] # Add any paths that contain templates here, relative to this directory. @@ -129,7 +129,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' #'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 |