trevorcampbell / website_diff

MIT License
2 stars 1 forks source link

Changed sections not highlighted in Sphinx and code blocks removed #33

Open joelostblom opened 6 hours ago

joelostblom commented 6 hours ago

I have been experimenting a bit more with the altair docs (built via sphinx) and noticed that changed sections/chapters don't seem to be highlighted in the navigation bar. For example, here I have changed things in both the "Parameters, Conditions, & Filter" section and in the "Bindings & Widgets" section, but neither is highlighted:

image

I also noticed that our gallery examples all had their code removed in the diffed output and I'm not sure why. This is what the diffed page looks like:

image

Whereas the actual page looks like this:

image

I think you can use the procedure in https://github.com/trevorcampbell/website_diff/issues/28#issue-2532393078 to reproduce, just add any change you want directly in the HTML instead of building the docs from rst like i did.