Skip to content

Commit

Permalink
Fix app.py build -> _build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Mar 3, 2016
1 parent 79de661 commit afe0a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from flask import Flask, send_from_directory

DIR = os.path.dirname(os.path.realpath(__file__))
ROOT = os.path.join(DIR, 'docs', 'build', 'html')
ROOT = os.path.join(DIR, 'docs', '_build', 'html')

app = Flask(__name__)

Expand Down

0 comments on commit afe0a7a

Please sign in to comment.