intel / cve-bin-tool

The CVE Binary Tool helps you determine if your system includes known vulnerabilities. You can scan binaries for over 200 common, vulnerable components (openssl, libpng, libxml2, expat and others), or if you know the components used, you can get a list of known vulnerabilities associated with an SBOM or a list of components and versions.
https://cve-bin-tool.readthedocs.io/en/latest/
GNU General Public License v3.0
1.18k stars 454 forks source link

docs: upgrading sphinx & myst-parser #4311

Open terriko opened 1 month ago

terriko commented 1 month ago

Looks like the automatic version bump for sphinx failed because myst-parser doesn't support sphinx 8+. I'm happy to just wait until it does, but I"m opening this up in case anyone else wants to do some investigation and figure out what it would take to upgrade.

terriko commented 1 month ago

Looks like myst-parser has indeed updated. If someone's interested, this should be a beginner friendly issue now: