diff options
| author | Shawn Hoffman <[email protected]> | 2024-09-17 12:17:12 -0700 |
|---|---|---|
| committer | Shawn Hoffman <[email protected]> | 2024-09-17 12:17:12 -0700 |
| commit | 616532892d913b7224806ed1e881b72ed66bb3e1 (patch) | |
| tree | b31cfa68d8d64eb96699f7081646f56a4daae6e8 /docs/conf.py | |
| parent | f4dd1764849d005a2e44d51f62428aeaf2513804 (diff) | |
make all python files executable and standardize interpreter
Diffstat (limited to 'docs/conf.py')
| -rwxr-xr-x[-rw-r--r--] | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 878b29645..af44b7339 100644..100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full |
