diff --git a/docs/cppreference.rst b/docs/cppreference.rst index 11aed8f63..e58a8e4d9 100644 --- a/docs/cppreference.rst +++ b/docs/cppreference.rst @@ -11,7 +11,7 @@ To use this extension, simply add it to the list of extensions in :file:`conf.py extensions = [ # other extensions... - "sphinx_immaterial.cppreferences", + "sphinx_immaterial.cppreference", ] .. rst-example::