Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RST syntax errors #174

Merged
merged 14 commits into from
Feb 1, 2024
Merged

Fix RST syntax errors #174

merged 14 commits into from
Feb 1, 2024

Conversation

nick-vanpraet
Copy link
Contributor

@nick-vanpraet nick-vanpraet commented Jan 31, 2024

Description

fixes #165 (partially atm)

So far:

  • Fix duplicate object description by adding namespaces to the 2 classes in question. Ideally we should use namespaces for all classes and reference them using the full namespace.
  • Fix broken links
  • Fix "Title level inconsistent"
  • Fix undefined/wrong labels
    • sync notification handlers is truly missing
    • text message transports is truly missing
    • we need to figure out where these were supposed to link to

@nick-vanpraet
Copy link
Contributor Author

damn, sphinx 6 doesn't support linkcheck_anchors_ignore_for_url yet. I'll switch it for... linkcheck_anchors_ignore?

@nick-vanpraet
Copy link
Contributor Author

I removed the last 2 missing labels, as the page/section they are supposed to link to does not exist afaict. I believe that was the last issue, I think build should now pass without any warnings/errors.

Copy link
Member

@RCheesley RCheesley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work @nick-vanpraet thanks so much for getting on top of this!

LGTM!

@RCheesley RCheesley merged commit cf066c9 into mautic:5.x Feb 1, 2024
3 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.

Fix RST syntax errors
2 participants