Skip to content

Commit 60e3b71

Browse files
aryamanaroraclaude
andcommitted
Fix sphinx-collections extension import in docs build
- Update conf.py to use 'sphinx_collections' instead of 'sphinxcontrib.collections' - Add sphinx-collections to project dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 36595ae commit 60e3b71

3 files changed

Lines changed: 2278 additions & 1771 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
extensions = [
2222
'sphinx.ext.autodoc',
2323
'sphinx.ext.autosummary',
24-
'sphinxcontrib.collections',
24+
'sphinx_collections',
2525
'myst_nb',
2626
'sphinx.ext.viewcode',
2727
]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
"fsspec>=2023.6.0",
3131
"accelerate>=0.34.2",
3232
"sentencepiece>=0.2.0",
33+
"sphinx-collections>=0.0.1",
3334
]
3435

3536
[dependency-groups]

0 commit comments

Comments
 (0)