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

docs: Update Sphinx and myst-parser versions; resolve warnings #4581

Merged
merged 10 commits into from
Dec 18, 2024
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^\.github/
^locales/
^sbom/
3 changes: 2 additions & 1 deletion doc/how_to_guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ How To Guides
sbom
sbom_generation
scan_installed_packages

vex_generation
mismatch_cli
File renamed without changes.
3 changes: 2 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The CVE Binary Tool helps you determine if your system includes known vulnerabil
MANUAL.md
CSV2CVE.md
how_to_guides/index
sboms_for_humans/index
RELEASE.md
CONTRIBUTING.md
CHECKERS.md
Expand All @@ -25,7 +26,7 @@ The CVE Binary Tool helps you determine if your system includes known vulnerabil
triaging_process.md
new-contributor-tips.md
pypi_downloads.md
mismatch_data.md
mismatch_data.md

Indices and tables
==================
Expand Down
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sphinx==7.4.7
Sphinx==8.0.2
sphinx_markdown_tables
myst_parser==3.0.1
myst_parser==4.0.0
sbom2doc
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
7 changes: 7 additions & 0 deletions sbom/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. toctree::
:maxdepth: 2
:caption: Contents:

intro
usage
sbom_for_humans/index
7 changes: 7 additions & 0 deletions sbom/sboms_for_humans/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. toctree::
:maxdepth: 2
:caption: SBOM for Humans

README.md
./sbom/sboms_for_humans/cve-bin-tool-py3.7.json

Loading