diff options
author | David Robillard <d@drobilla.net> | 2020-12-11 18:05:28 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-11 18:05:28 +0100 |
commit | c186b1e8dc7a4f796c2bd406de17f840f466043a (patch) | |
tree | b1734c8cec5155faaf4075d99d12637d3dc5799d | |
parent | 47685df9c8f5dc56f973425cfbdd4f1a25524ef8 (diff) | |
download | pugl-c186b1e8dc7a4f796c2bd406de17f840f466043a.tar.gz pugl-c186b1e8dc7a4f796c2bd406de17f840f466043a.tar.bz2 pugl-c186b1e8dc7a4f796c2bd406de17f840f466043a.zip |
Require Python3 to build documentation
-rwxr-xr-x | scripts/dox_to_sphinx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dox_to_sphinx.py b/scripts/dox_to_sphinx.py index d472308..b4eee9f 100755 --- a/scripts/dox_to_sphinx.py +++ b/scripts/dox_to_sphinx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2020 David Robillard <d@drobilla.net> # |