Skip to content

Commit

Permalink
Remove todo from script (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Feb 28, 2018
1 parent 7bcff77 commit 341c0bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/refdoc/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def generate(ext_file, output_dir):
ext_file, '--disable-pip-version-check', '--no-cache-dir']
print_status('Executing "{}"'.format(' '.join(pip_cmd)))
check_call(pip_cmd)
# TODO-DEREK Check these. It's running the correct script?
sphinx_cmd = ['sphinx-build', '-b', 'xml', os.path.dirname(os.path.realpath(__file__)), output_dir]
env = copy.copy(os.environ)
env[ENV_KEY_AZURE_EXTENSION_DIR] = temp_extension_dir
Expand Down

0 comments on commit 341c0bf

Please sign in to comment.