Skip to content

[FIX] docs: add 14.0 + 18.0 method sections to API.rst#453

Merged
pedrobaeza merged 1 commit into
OCA:masterfrom
ledoent:docs-api-add-14-18-sections
May 30, 2026
Merged

[FIX] docs: add 14.0 + 18.0 method sections to API.rst#453
pedrobaeza merged 1 commit into
OCA:masterfrom
ledoent:docs-api-add-14-18-sections

Conversation

@dnplkndll

Copy link
Copy Markdown
Contributor

What

Add the missing 14.0 and 18.0 method sections to docsource/API.rst. Both modules (openupgrade_140.py, openupgrade_180.py) exist but were never wired into the API docs, so the published page stopped at 16.0.

Also

Fixes an RST indentation warning in convert_field_html_string_13to14's docstring (missing blank line before the :param list) that sphinx -W surfaces once the 14.0 module is documented.

Source-only — docs/ is regenerated by documentation-commit.yml on push. Verified: sphinx -W builds clean; both convert_html_string_13to14 and convert_company_dependent now render.

Supersedes #432.

The published API page stopped at 16.0 even though openupgrade_140.py and
openupgrade_180.py exist — docsource/API.rst was missing their automodule
directives. Add both sections. Fixes an RST indent error in
convert_field_html_string_13to14's docstring (missing blank line before the
:param list) that -W surfaced once the 14.0 module is documented.

docs/ HTML is regenerated by the documentation-commit workflow on push, so
only the source is changed here.
@dnplkndll

Copy link
Copy Markdown
Contributor Author

@pedrobaeza

@pedrobaeza pedrobaeza merged commit d3b8847 into OCA:master May 30, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants