From 31e8ec71b59d8e0354c2b66b8ab188a7ecd5ab4d Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Sat, 2 May 2020 16:54:06 -0600 Subject: [PATCH] Debug log theme location --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 6547ac36..76aba860 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,6 +24,7 @@ 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())