Skip to content

Commit

Permalink
Get docs to build on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed May 27, 2018
1 parent 9b2c715 commit 5372b9a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@
parent = os.path.dirname(cwd)
sys.path.append(parent)

import django_ftl

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

# If your documentation needs a minimal Sphinx version, state it here.
#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', 'sphinx.ext.viewcode']

# To use autodoc/viewcode we have to install dependencies, which is
# not easy yet. So we disable.

#extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -54,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = django_ftl.__version__
version = "0.0.2"
# The full version, including alpha/beta/rc tags.
release = django_ftl.__version__
release = "0.0.2-dev"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 5372b9a

Please sign in to comment.