Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Aug 24, 2015
1 parent f5ee68b commit 56245c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -26,7 +26,7 @@

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sectiondoc',
extensions = ['sectiondoc.styles.legacy',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
Expand Down Expand Up @@ -87,7 +87,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'refactordoc',
('index', 'sectiondoc',
u'SectionDoc Documentation', [u'Ioannis Tziakos'], 1)]


Expand Down

0 comments on commit 56245c2

Please sign in to comment.