Skip to content

Commit

Permalink
invoke sphinx from venv
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques committed Feb 17, 2024
1 parent 918bdc2 commit 49b8f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SPHINXBUILD ?= python3 -m sphinx
SOURCEDIR = .
BUILDDIR = _build

Expand Down

0 comments on commit 49b8f89

Please sign in to comment.