commit | f6be8e37f62f98c6b80812c09a79d5df0e9c5118 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 30 16:06:03 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 30 19:45:26 2020 -0400 |
tree | 6ff8bd91ea233628713a5ec17a0123b48ae6a5d2 | |
parent | 0db4d4d8fc453f167eb67d8bb9f72dd76006ab24 [diff] [blame] |
build+ci: switch to python3 Also in this commit: * Sync CI scripts with other projects * Modernize docs/conf.py * Replace redmine_issue extension with sphinx.ext.extlinks * Minor updates to docs/doxygen.conf.in * Cleanup README.md and INSTALL.rst Refs: #5095 Change-Id: I614e876e6aed73659f4f4cea01813f4604599263
diff --git a/waf b/waf index 7ceee16..a1c5c96 100755 --- a/waf +++ b/waf
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # encoding: latin-1 # Thomas Nagy, 2005-2018 #