docs: fix unqualified class references in enums.py#1388
Conversation
Coverage Report for CI Build 25986706211Coverage remained the same at 97.775%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
|
@Godzilaa would you please add a change log entry, per https://icalendar.readthedocs.io/en/stable/contribute/index.html#change-log-entry-format and address the failing CI check? See https://icalendar.readthedocs.io/en/stable/contribute/development.html#format-code. Also would you please update your branch agains |
|
@Godzilaa this PR includes changes from another PR. I can't review this in its current state. Please update this branch against |
Fully qualify :class:`FBTYPE` and :class:`BUSYTYPE` references in docstrings so Sphinx can resolve the links correctly. Contributes to collective#1158 Used AI model: opencode/deepseek-v4-flash-free Used for: generating the fix for fully qualified class references, adding the changelog entry, and fixing line length formatting.
51913e6 to
7702da0
Compare
|
I've updated the branch against main to remove the unrelated timezone.py changes. The PR now only contains the enums.py fix plus the required changelog entry. Ruff checks are passing and all tests succeed. |
Fix unqualified
:class:FBTYPEand `:class:`BUSYTYPEreferencesin
enums.pydocstrings by adding fully qualified paths so Sphinxcan resolve the links correctly.
Contributes to #1158
📚 Documentation preview 📚: https://icalendar--1388.org.readthedocs.build/