]> git.phdru.name Git - ppu.git/commitdiff
Docs: Remove shebang line from conf.py
authorOleg Broytman <phd@phdru.name>
Sat, 21 Oct 2017 22:16:16 +0000 (01:16 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 22 Oct 2017 20:30:55 +0000 (23:30 +0300)
It's not a script, it's a module.

[skip ci]

docs/conf.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 46fe5f2..fad69bd
@@ -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'),
 ]
-
-
-