Skip to content

Commit

Permalink
Fixes to automated docs. Going to re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Marin committed Oct 22, 2010
1 parent 3af64ca commit ee9017d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -12,6 +12,7 @@
# serve to show the default. # serve to show the default.


import sys, os import sys, os
import mrjob


# If extensions (or modules to document with autodoc) are in another directory, # 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 # add these directories to sys.path here. If the directory is relative to the
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
@@ -1,7 +1,7 @@
[build_sphinx] [build_sphinx]
source-dir == docs/ source-dir = docs/
build-dir == docs/_build build-dir = docs/_build
all_files == 1 all_files = 1


[upload_sphinx] [upload_sphinx]
upload-dir == docs/_build/html upload-dir = docs/_build/html
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@
'mrjob.examples', 'mrjob.examples',
'mrjob.tools', 'mrjob.tools',
'mrjob.tools.emr'], 'mrjob.tools.emr'],
provides='mrjob', provides=['mrjob'],
url='http://github.com/Yelp/mrjob', url='http://github.com/Yelp/mrjob',
version='0.1.0-pre1', version='0.1.0-pre1',
zip_safe=False, # so that we can bootstrap mrjob zip_safe=False, # so that we can bootstrap mrjob
Expand Down

0 comments on commit ee9017d

Please sign in to comment.