Skip to content

Commit

Permalink
Use absolute path to docs dir. Fixes issue #279.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed May 2, 2011
1 parent 492d04a commit ab0603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
# If you change this version, change it also in docs/conf.py
version = "1.0.1"

doc_dir = os.path.join(os.path.dirname(__file__), "docs")
doc_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), "docs")
index_filename = os.path.join(doc_dir, "index.txt")
news_filename = os.path.join(doc_dir, "news.txt")
long_description = """
Expand Down

0 comments on commit ab0603a

Please sign in to comment.