Skip to content

Commit

Permalink
Make sphinx-configuration work with python2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmaenpaa committed Dec 9, 2014
1 parent 3005b3d commit f22bfbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -13,6 +13,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

from __future__ import unicode_literals

import sys
import os
import sphinx
Expand All @@ -24,8 +26,6 @@
else:
napoleon_version = "sphinx.ext.napoleon"

print(napoleon_version)

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down

0 comments on commit f22bfbd

Please sign in to comment.