diff --git a/Makefile b/Makefile index e37e2b994..5582007d1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build SPHINXPROJ = WALKOFF -SOURCEDIR = .. +SOURCEDIR = . BUILDDIR = _build # Put it first so that "make" without argument is like "make help". diff --git a/conf.py b/conf.py index 36a7d35ee..fcb3f0a35 100644 --- a/conf.py +++ b/conf.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # WALKOFF documentation build configuration file, created by