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 something needs to be updated in conf.py
+ /usr/bin/sphinx-build -n -T -b man docs/source build/sphinx/manRunning Sphinx v8.0.2WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).loading translations [en]... donemaking output directory... doneWARNING: html_static_path entry '_static' does not existConverting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/']. Expected a two-element tuple or list.Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/sphinx/cmd/build.py", line 332, in build_main app = Sphinx(args.sourcedir, args.confdir, args.outputdir, File "/usr/lib/python3.10/site-packages/sphinx/application.py", line 277, in __init__ self.events.emit('config-inited', self.config) File "/usr/lib/python3.10/site-packages/sphinx/events.py", line 100, in emit results.append(listener.handler(self.app, *args)) File "/usr/lib/python3.10/site-packages/sphinx/ext/intersphinx/_load.py", line 127, in validate_intersphinx_mapping raise ConfigError(msg)sphinx.errors.ConfigError: Invalid `intersphinx_mapping` configuration (1 error).Configuration error:Invalid `intersphinx_mapping` configuration (1 error).
The text was updated successfully, but these errors were encountered:
Looks like something needs to be updated in conf.py
The text was updated successfully, but these errors were encountered: