The Read the Docs documentation build is currently failing due to:
-
Deprecated Sphinx configuration settings in docs/conf.py:
source_suffix = '.rst' should be source_suffix = {'.rst': 'restructuredtext'}
master_doc = 'index' should be root_doc = 'index'
-
Missing API documentation files (modules.rst and multibase.rst) that need to be generated before the build.
These issues cause warnings that fail the build because fail_on_warning: true is set in .readthedocs.yaml.
This issue tracks the fix for the documentation build process.
The Read the Docs documentation build is currently failing due to:
Deprecated Sphinx configuration settings in
docs/conf.py:source_suffix = '.rst'should besource_suffix = {'.rst': 'restructuredtext'}master_doc = 'index'should beroot_doc = 'index'Missing API documentation files (
modules.rstandmultibase.rst) that need to be generated before the build.These issues cause warnings that fail the build because
fail_on_warning: trueis set in.readthedocs.yaml.This issue tracks the fix for the documentation build process.