-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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: true is set in .readthedocs.yaml.
This issue tracks the fix for the documentation build process.
Metadata
Metadata
Assignees
Labels
No labels