Skip to content

Changes to model don't invalidate Sphinx cache #12

@jahn-junior

Description

@jahn-junior

If a Pydantic field is modified and the rST remains unchanged, you must run make clean before make docs. Otherwise, Sphinx will not rebuild the document, as the reStructuredText has not changed.

This behavior diverges from autodoc, which renders changes to docstrings regardless of whether the rST has been modified or not.

This change would make iterating on kitbash documents locally much easier and less cumbersome.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions