Skip to content

Commit

Permalink
Updated sphinx configuration. Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Oct 27, 2016
1 parent 5525dd0 commit cb78205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ An `InfluxDB`_ 0.9.2 or higher storage plugin for `Graphite-API`_.
.. image:: https://coveralls.io/repos/InfluxGraph/influxgraph/badge.png?branch=master
:target: https://coveralls.io/r/InfluxGraph/influxgraph?branch=master
:alt: Coverage
.. image:: https://readthedocs.org/projects/influxgraph/badge/?version=latest
:target: http://influxgraph.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status


This project started as a re-write of `graphite-influxdb <https://github.com/vimeo/graphite-influxdb>`_, now a separate project.
Expand Down
7 changes: 4 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
# 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.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
import influxgraph

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

Expand Down

0 comments on commit cb78205

Please sign in to comment.