sphinx_fuma._steps ================== .. py:module:: sphinx_fuma._steps .. autoapi-nested-parse:: The ``steps`` directive. fumadocs renders numbered walkthroughs as a rail of circled step numbers. There is no Sphinx equivalent, so a thin container directive marks the region and the stylesheet draws the rail from the headings inside it. Functions --------- .. autoapisummary:: sphinx_fuma._steps.setup_steps Module Contents --------------- .. py:function:: setup_steps(app) -> None