Skip to content

Commit bc0fb6d

Browse files
Fix RTD docs build failure caused by Sphinx 9.x compatibility
Set default_role = 'any' in docs/conf.py. Sphinx 9.0 removed implicit handling of bare backtick text when no default role is configured, causing the build to fail with "cannot determine default role!". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 06f4c9c commit bc0fb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
# The reST default role (used for this markup: `text`) to use for all
107107
# documents.
108-
#default_role = None
108+
default_role = 'any'
109109

110110
# If true, '()' will be appended to :func: etc. cross-reference text.
111111
#add_function_parentheses = True

0 commit comments

Comments
 (0)