Skip to content

Commit

Permalink
Use Python3 to build docs (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolia committed Sep 27, 2019
1 parent 7b0a2db commit 5432f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line.
SPHINXOPTS = -W -t kanister
SPHINXBUILD = python -msphinx
SPHINXBUILD = python3 -msphinx
SPHINXPROJ = kanister
SOURCEDIR = .
BUILDDIR = _build
Expand Down

0 comments on commit 5432f5c

Please sign in to comment.