From fa3d2abdebe72a61c58e8324972428e1bbc0c191 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Sun, 6 Jan 2019 04:14:49 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4e169d..40f3775 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ], entry_points={ - 'sphinx_themes': [ + 'sphinx.html_themes': [ 'path = sphinx_psi_theme:get_theme_dir', ], },