Skip to content

Commit

Permalink
Use NUMBA_DISABLE_JIT when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
duetosymmetry committed Aug 20, 2019
1 parent f0a2bc6 commit 65d9b6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Minimal makefile for Sphinx documentation
#

# Disable numba, so jitted functions are nicely documented.
export NUMBA_DISABLE_JIT=1

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
Expand All @@ -16,4 +19,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

0 comments on commit 65d9b6c

Please sign in to comment.