sphinx-rtd-theme -> sphinx_rtd_theme

This commit is contained in:
vitaut 2015-10-15 08:19:33 -07:00
parent 9daa774b5b
commit 694bfb5309

View File

@ -40,7 +40,7 @@ def build_docs():
pip_install('michaeljones/breathe',
'511b0887293e7c6b12310bb61b3659068f48f0f4')
print(check_output(['pip', '--version']))
print('sphinx-rtd-theme version: ' + pkg_resources.get_distribution("sphinx-rtd-theme").version)
print('sphinx-rtd-theme version: ' + pkg_resources.get_distribution("sphinx_rtd_theme").version)
print(check_output(['pip', 'show', 'sphinx-rtd-theme']))
print(check_output(['sphinx-build', '--version']))
print('PATH:', os.environ['PATH'])