docs: conf.py: alphabetize imports
This commit is contained in:
parent
3c3cad5ae6
commit
f83b0c2507
5
conf.py
5
conf.py
|
@ -14,11 +14,12 @@
|
|||
# serve to show the default.
|
||||
|
||||
import json
|
||||
import sys
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
import urllib.parse
|
||||
|
||||
import recommonmark
|
||||
import subprocess
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue