Skip to content

Commit

Permalink
editing conf by referring to kobuki conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindk2604 committed Oct 3, 2017
1 parent 4375aef commit 8005c2b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,25 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
needs_sphinx = '1.0'

# 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 = [
#'sphinx.ext.todo',
#'sphinx.ext.autodoc',
#'sphinx.ext.coverage',
#'sphinx.ext.viewcode',
#'sphinx.ext.autosummary',
#'sphinx.ext.graphviz',
#'sphinx.ext.doctest',
#'sphinx.ext.intersphinx',
#'sphinx_git',
#'sphinxcontrid.inlinesyntaxhighlight', #pip install sphinxcontrib-inlinesyntaxhighlight
#'sphinx_tabs.tabs', #https://github.com/djungelorm/sphinx-tabs
#'rst2pdf.pdfbuilder'
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['ytemplates']
Expand Down

0 comments on commit 8005c2b

Please sign in to comment.