-
I tried to test the example in section Custom Sphinx extensions in the guide book. While using the extension
but when building the book, it threw an error: Extension error:
Could not import extension sphinx-inline-tabs (exception: No module named 'sphinx-inline-tabs')
Traceback (most recent call last):
File "/home/gqw-wsl/anaconda3/lib/python3.8/site-packages/sphinx/registry.py", line 409, in load_extension
mod = import_module(extname)
File "/home/gqw-wsl/anaconda3/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sphinx-inline-tabs' but use the command
I am not sure if I missed some necessary steps, and no similar problems were found in the issues. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hmmm - double-check the configuration value for |
Beta Was this translation helpful? Give feedback.
hmmm - double-check the configuration value for
sphinx-inline-tabs
. Maybe it issphinx_inline_tabs
instead?