[hawkmoth] [PATCH 5/8] test: update the extension module name in the test sphinx project

  • From: Jani Nikula <jani@xxxxxxxxxx>
  • To: hawkmoth@xxxxxxxxxxxxx
  • Date: Thu, 13 Dec 2018 23:11:30 +0200

Replace hawkmoth.cautodoc with just hawkmoth.
---
 test/sphinx/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/sphinx/conf.py b/test/sphinx/conf.py
index b67834383db5..3a05c080c994 100644
--- a/test/sphinx/conf.py
+++ b/test/sphinx/conf.py
@@ -28,7 +28,7 @@ sys.path.insert(0, os.path.abspath('../..'))
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = ['hawkmoth.cautodoc']
+extensions = ['hawkmoth']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
-- 
2.19.2


Other related posts:

  • » [hawkmoth] [PATCH 5/8] test: update the extension module name in the test sphinx project - Jani Nikula