Skip to content

Commit

Permalink
match current Makefile use
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 23, 2018
1 parent 5f0ff94 commit 7078309
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/debug-sphinx-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@

def main():
options = """
-b html -d {builddir}/doctrees {paperopt} {sphinxopts} source {builddir}/html
-b html {sourcedir} {builddir}/html {sphinxopts}
""".format(
builddir=os.getcwd(),
sourcedir="source",
builddir=os.path.join(os.getcwd(), "build"),
paperopt="-D latex_paper_size=letter",
sphinxopts="",
).strip()
Expand Down

0 comments on commit 7078309

Please sign in to comment.