Claude Code Plugins

Community-maintained marketplace

Feedback

Fix errors and warnings in Sphinx docs build

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name fix-sphix-docs
description Fix errors and warnings in Sphinx docs build

Fix errors and warnings in Sphinx docs build

This skill iterates over Sphinx docs build and attempt to fix easily addressable errors and warnings.

Steps

  1. Run Sphinx build: (source ./.venv/bin/activate && cd ./docs/ && make html), but with a twist: figure out how to abort after 60 second do not try to wait for the full build takes too long.
  2. Check the output warnings and errors you could attempt to fix. DON'T TOUCH AUTO GENERATED RST FILES. These are in _autosummary folders like _autosummary_d2. These folders will be recreated by user with a special command you do not know.
  3. Report made changes
  4. Ask a permission to open a PR