Remove debug line

This commit is contained in:
Anthony Johnson 2020-05-02 17:06:05 -06:00
parent 31e8ec71b5
commit fb84183e71
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0

View File

@ -24,8 +24,6 @@ sys.path.append(os.path.abspath('./demo/'))
import sphinx_rtd_theme
from sphinx.locale import _
print(f'Using sphinx_rtd_theme: {sphinx_rtd_theme.__file__}')
project = u'Read the Docs Sphinx Theme'
slug = re.sub(r'\W+', '-', project.lower())
version = sphinx_rtd_theme.__version__