From: Oleg Broytman Date: Sat, 21 Oct 2017 22:16:16 +0000 (+0300) Subject: Docs: Remove shebang line from conf.py X-Git-Tag: 0.6.0~14 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=d9b783574eec3862573e84a2f2ec7fe0e8cc0ef5 Docs: Remove shebang line from conf.py It's not a script, it's a module. [skip ci] --- 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'), ] - - -