Skip to content

Commit

Permalink
sphinx formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
damouse committed Jun 21, 2015
1 parent 8cd85f3 commit 6a3addf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Paradrop

[![Join the chat at https://gitter.im/damouse/Paradrop](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/damouse/Paradrop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Documentation Status](https://readthedocs.org/projects/paradrop/badge/?version=latest)](https://readthedocs.org/projects/paradrop/?badge=latest)


Expand Down
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@

# -- General configuration ------------------------------------------------

try:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
except ImportError:
html_theme = 'default'
sys.stderr.write('Failed to import sphinx_rtd_theme!')

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

Expand Down

0 comments on commit 6a3addf

Please sign in to comment.