Sphinx extension that uses LLMs to generate documentation from code. Version 0.4.1, active development on GitHub under NVIDIA. Released periodically.
pip install sphinx-llmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Sphinx conf.py setup with sphinx-llm extension. Requires OPENAI_API_KEY environment variable.
Update imports: `from sphinx_llm import LLMConfig` instead of `from sphinx_llm.config import LLMConfig`.
Use `from sphinx_llm import LLMDocumenter`.
Upgrade Sphinx and Python to meet requirements.