Skip to content

Commit

Permalink
Don't use --html-paths.
Browse files Browse the repository at this point in the history
- Maybe the original intent was to have all image dirs mounted at root?
- Should address aosabook#136
  • Loading branch information
MichaelDiBernardo committed Apr 9, 2016
1 parent 7985614 commit a76527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def build_mobi():

def build_html(chapter_markdowns):
run('mkdir -p html/content/pages')
temp = 'python _build/preprocessor.py --chapter {chap} --html-refs --html-paths --output={md}.1 --latex {md}'
temp = 'python _build/preprocessor.py --chapter {chap} --html-refs --output={md}.1 --latex {md}'
temp2 = 'pandoc --csl=minutiae/ieee.csl --mathjax --bibliography=tex/500L.bib -t html -f markdown+citations -o html/content/pages/{basename}.md {md}.1'
temp3 = './_build/fix_html_title.sh html/content/pages/{basename}.md'
for i, markdown in enumerate(chapter_markdowns):
Expand Down

0 comments on commit a76527d

Please sign in to comment.