Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Fixed sphinx makefile and conf
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyjrobins committed Nov 29, 2017
1 parent 4e948da commit 97596fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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".
Expand Down
2 changes: 1 addition & 1 deletion conf.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# WALKOFF documentation build configuration file, created by
Expand Down

0 comments on commit 97596fd

Please sign in to comment.