Skip to content

Commit

Permalink
Fix Sphinx module path
Browse files Browse the repository at this point in the history
  • Loading branch information
9600 committed Nov 26, 2017
1 parent e978204 commit 2580e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Change log
+------------+---------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+=====================================================================+============+
| **0.1.0** | * Initial version | |
| **0.1.0** | * Initial version | 26/11/17 |
+------------+---------------------------------------------------------------------+------------+
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('.'))

sys.path.insert(0, os.path.abspath('../'))

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author = 'RS Components',
author_email = 'maint@abopen.com',
url = 'https://github.com/designsparkrs/DesignSparkPmod',
# download_url = 'https://github.com/designsparkrs/DesignSparkPmod/archive/0.1.tar.gz',
download_url = 'https://github.com/designsparkrs/DesignSparkPmod/archive/0.1.tar.gz',
install_requires = ['future','RPI.GPIO','spidev','luma.oled','luma.core'],
license = 'MIT License',
long_description = open('README.rst').read(),
Expand Down

0 comments on commit 2580e8f

Please sign in to comment.