docs: Make Python 3 compatible

This commit is contained in:
Anton Maklakov
2020-01-24 10:33:28 +07:00
committed by Angus Gratton
parent 50324b505d
commit 775448c792
6 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import os.path
import sys
import subprocess
from util import copy_if_modified
from .util import copy_if_modified
def setup(app):