docs: conf.py: alphabetize imports

This commit is contained in:
Jeff Epler 2020-06-14 12:56:22 -05:00
parent 3c3cad5ae6
commit f83b0c2507
1 changed files with 3 additions and 2 deletions

View File

@ -14,11 +14,12 @@
# serve to show the default. # serve to show the default.
import json import json
import sys
import os import os
import subprocess
import sys
import urllib.parse
import recommonmark import recommonmark
import subprocess
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the