From 951b1c1e8309ef79e0c6bceae535b9771e6ce3c0 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 28 May 2019 17:15:57 +0200 Subject: [PATCH] Add shebang for docs/conf.py --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 571854e3b..68e814038 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder.