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 (or remove?) html tidy job #233

Closed
nealrichardson opened this issue Apr 12, 2024 · 3 comments · Fixed by #234
Closed

Fix (or remove?) html tidy job #233

nealrichardson opened this issue Apr 12, 2024 · 3 comments · Fixed by #234

Comments

@nealrichardson
Copy link
Collaborator

❯ checking HTML version of manual ... NOTE
  Found the following HTML validation problems:
  tags.html:119:1 (tags.Rd:70): Warning: trimming empty <li>
@aronatkins
Copy link
Contributor

This will probably require doc updates; it's complaining about the list-like thing here, and there's at least one empty item (search a tag tree):

https://github.com/rstudio/connectapi/blob/93d203195f8fa215bfcc1f3ff5b877d27d7d1c1e/R/tags.R#L28-L48

@nealrichardson
Copy link
Collaborator Author

Ah good catch, I looked but didn't spot it right off. That's an easy enough fix.

@aronatkins
Copy link
Contributor

I only looked because I was worried that we had another round of htmltidy / roxygen nonsense to go through. Not so much, this time.

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 a pull request may close this issue.

2 participants