Write and maintain Sphinx documentation and reStructuredText files, including configuring Sphinx (conf.py, extensions, toctrees) and updating CI/deployment workflows so documentation builds as part of deployment or release pipelines.
sphinx-build -b html docs/ docs/_build/html and fix warnings that indicate broken references or missing targets.:ref: targets for cross-references and keep labels unique.autodoc and napoleon (if enabled) and keep docstrings concise but complete.literalinclude or language-specific domains (e.g., sphinxcontrib-bashdomain) instead of relying on comments alone..github/workflows/ and confirm where build artifacts are assembled.pip install -r docs/requirements.txt or pip install .[docs]).docs/_build/html.