From b6f5f1e48f75ccae122b8abda56b4cd7cf30deff Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 20 Feb 2019 21:51:07 +0100 Subject: [PATCH] Use Python 2 to work on the Travis CI which builds the docs --- documentation/src/boxes2rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/boxes2rst b/documentation/src/boxes2rst index f7b5b86..ec1db45 100755 --- a/documentation/src/boxes2rst +++ b/documentation/src/boxes2rst @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # Copyright (C) 2017 Florian Festi # # This program is free software: you can redistribute it and/or modify