From ee9017d9ec6f502b0f0273e265861469d8b8f612 Mon Sep 17 00:00:00 2001 From: David Marin Date: Thu, 21 Oct 2010 17:59:01 -0700 Subject: [PATCH] Fixes to automated docs. Going to re-release --- docs/conf.py | 1 + setup.cfg | 8 ++++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9383f66c2..25cbaa287 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,6 +12,7 @@ # serve to show the default. import sys, os +import mrjob # 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 diff --git a/setup.cfg b/setup.cfg index 4c5579664..738905543 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [build_sphinx] -source-dir == docs/ -build-dir == docs/_build -all_files == 1 +source-dir = docs/ +build-dir = docs/_build +all_files = 1 [upload_sphinx] -upload-dir == docs/_build/html +upload-dir = docs/_build/html diff --git a/setup.py b/setup.py index 49585155f..71ed961f6 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'mrjob.examples', 'mrjob.tools', 'mrjob.tools.emr'], - provides='mrjob', + provides=['mrjob'], url='http://github.com/Yelp/mrjob', version='0.1.0-pre1', zip_safe=False, # so that we can bootstrap mrjob