mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Debug log theme location
This commit is contained in:
parent
16d874d984
commit
31e8ec71b5
@ -24,6 +24,7 @@ sys.path.append(os.path.abspath('./demo/'))
|
|||||||
import sphinx_rtd_theme
|
import sphinx_rtd_theme
|
||||||
from sphinx.locale import _
|
from sphinx.locale import _
|
||||||
|
|
||||||
|
print(f'Using sphinx_rtd_theme: {sphinx_rtd_theme.__file__}')
|
||||||
|
|
||||||
project = u'Read the Docs Sphinx Theme'
|
project = u'Read the Docs Sphinx Theme'
|
||||||
slug = re.sub(r'\W+', '-', project.lower())
|
slug = re.sub(r'\W+', '-', project.lower())
|
||||||
|
Loading…
Reference in New Issue
Block a user