Skip to content

Commit

Permalink
use python3 in stead of python in the docs Makefile and use python3 o…
Browse files Browse the repository at this point in the history
…n shebang line of docs/conf.py
  • Loading branch information
jdkloe committed Sep 5, 2019
1 parent 46e4ac0 commit fb72728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 =
SPHINXBUILD = python -msphinx
SPHINXBUILD = python3 -msphinx
SPHINXPROJ = pyproj
SOURCEDIR = .
BUILDDIR = _build
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pyproj documentation build configuration file, created by
Expand Down

0 comments on commit fb72728

Please sign in to comment.