diff --git a/doc/requirements.txt b/doc/requirements.txt index 9a82cb3862..d4c4ce981e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 diff --git a/sbom/index.rst b/sbom/index.rst new file mode 100644 index 0000000000..ce05761537 --- /dev/null +++ b/sbom/index.rst @@ -0,0 +1,7 @@ +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + intro + usage + sbom_for_humans/index diff --git a/sbom/sboms_for_humans/index.rst b/sbom/sboms_for_humans/index.rst new file mode 100644 index 0000000000..2aff194ec3 --- /dev/null +++ b/sbom/sboms_for_humans/index.rst @@ -0,0 +1,7 @@ +.. toctree:: + :maxdepth: 2 + :caption: SBOM for Humans + + README.md + ./sbom/sboms_for_humans/cve-bin-tool-py3.7.json +