From d9b783574eec3862573e84a2f2ec7fe0e8cc0ef5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 22 Oct 2017 01:16:16 +0300 Subject: [PATCH] Docs: Remove shebang line from conf.py It's not a script, it's a module. [skip ci] --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) mode change 100755 => 100644 docs/conf.py diff --git a/docs/conf.py b/docs/conf.py old mode 100755 new mode 100644 index 46fe5f2..fad69bd --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # ppu documentation build configuration file, created by @@ -152,6 +151,3 @@ texinfo_documents = [ author, 'ppu', 'Portable Python Utilities.', 'Miscellaneous'), ] - - - -- 2.39.2