You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like to build whey documentation I need to have cli_extension.
+ /usr/bin/sphinx-build -n -T -b man doc-source build/sphinx/manRunning Sphinx v7.2.6Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/sphinx/registry.py", line 447, in load_extension mod = import_module(extname) File "/usr/lib64/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlockedModuleNotFoundError: No module named 'cli_extension'The above exception was the direct cause of the following exception:Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/sphinx/cmd/build.py", line 293, in build_main app = Sphinx(args.sourcedir, args.confdir, args.outputdir, File "/usr/lib/python3.10/site-packages/sphinx/application.py", line 233, in __init__ self.setup_extension(extension) File "/usr/lib/python3.10/site-packages/sphinx/application.py", line 406, in setup_extension self.registry.load_extension(self, extname) File "/usr/lib/python3.10/site-packages/sphinx/registry.py", line 450, in load_extension raise ExtensionError(__('Could not import extension %s') % extname,sphinx.errors.ExtensionError: Could not import extension cli_extension (exception: No module named 'cli_extension')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looks like to build
whey
documentation I need to havecli_extension
.Cannot locate that module on pypi 🤔
Beta Was this translation helpful? Give feedback.
All reactions