Skip to content

Commit

Permalink
RTD infrasim-compute update - conf.py minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Fu committed Sep 30, 2016
1 parent 395c114 commit 5e500dd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc']
extensions = ['edit_on_github', 'sphinx.ext.autodoc']
edit_on_github_project = 'InfraSIM/docs'
edit_on_github_branch = 'master'
edit_on_github_src_path = 'docs/' # optional. default: ''

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -171,9 +174,9 @@
#html_use_smartypants = True

# Custom sidebar templates, maps document names to template names.
# html_sidebars = {
# '*': ['searchbox.html', 'localtoc.html']
# }
html_sidebars = {
'*': ['searchbox.html', 'localtoc.html']
}

# Additional templates that should be rendered to pages, maps page names to
# template names.
Expand Down

0 comments on commit 5e500dd

Please sign in to comment.