Skip to content

Commit

Permalink
Fix doc failure and warning
Browse files Browse the repository at this point in the history
  • Loading branch information
schoi32 committed Jun 25, 2022
1 parent 33afa1f commit dc7b01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions demos/ray_tracing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"!pip install pillow --quiet"
]
},
Expand Down Expand Up @@ -458,4 +457,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ doc_html: _doc

doc_pdf: _doc
@$(SPHINXBUILD) -b latex $(SOURCEDIR) $(BUILDDIR) -W --keep-going 2>/dev/null
@grep -v "colab-badge" sphinx/_build/qmcpy.tex > sphinx/_build/qmcpy_tmp.tex && mv sphinx/_build/qmcpy_tmp.tex sphinx/_build/qmcpy.tex
@cd sphinx/_build && make

doc_epub: _doc
Expand Down

0 comments on commit dc7b01e

Please sign in to comment.