This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" Process URL for intersphinx targets and emit html or text """ | |
from sphinx.ext.intersphinx import read_inventory_v2 | |
from posixpath import join | |
# import pprint | |
import argparse | |
# import locale | |
# import os | |
import sys |