melissawm / sphinx-tags

A tiny Sphinx extension that implements blog-style tags for documentation.
https://sphinx-tags.readthedocs.io/en/latest/
MIT License
44 stars 11 forks source link

Fixes for multiline tags #103

Closed JWCook closed 2 months ago

JWCook commented 2 months ago

This fixes the test failures in #102, which were mostly due to problems with handling extraneous whitespace.

melissawm commented 2 months ago

This looks good but do you know why the tests didn't run on this PR? I'll try to run locally and if all is good I'll merge. Thank you so much!!! ❤️ ❤️

JWCook commented 2 months ago

do you know why the tests didn't run on this PR

Probably because the GitHub Actions workflow is currently only triggered by merges into the main branch, and this is set to merge into your PR branch.

JWCook commented 2 months ago

I manually ran them here, and the tests pass: https://github.com/melissawm/sphinx-tags/actions/runs/9829948666/job/27135586549

melissawm commented 2 months ago

That makes sense, I didn't notice, sorry!