Skip to content

Commit 1d41c50

Browse files
Fix sphinx build
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 330ce34 commit 1d41c50

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/source/reference/available_package_parsers.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parsers in scancode-toolkit during documentation builds.
1414

1515

1616
.. list-table:: Supported Package Parsers
17-
:widths: 10 10 20 10 10 2
17+
:widths: 10 10 20 10 10 10 2
1818
:header-rows: 1
1919

2020
* - Description
@@ -140,6 +140,13 @@ parsers in scancode-toolkit during documentation builds.
140140
- ``cargo_toml``
141141
- Rust
142142
- https://doc.rust-lang.org/cargo/reference/manifest.html
143+
* - Rust binary
144+
- None
145+
- ``cargo``
146+
- ``linux``, ``win``, ``mac``
147+
- ``rust_binary``
148+
- Rust
149+
- https://github.com/rust-secure-code/cargo-auditable/blob/master/PARSING.md
143150
* - Chef cookbook metadata.json
144151
- ``*/metadata.json``
145152
- ``chef``
@@ -1008,4 +1015,3 @@ parsers in scancode-toolkit during documentation builds.
10081015
- ``windows_executable``
10091016
- None
10101017
- https://en.wikipedia.org/wiki/Portable_Executable
1011-

src/packagedcode/templates/available_package_parsers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parsers in scancode-toolkit during documentation builds.
1414

1515

1616
.. list-table:: Supported Package Parsers
17-
:widths: 10 10 20 10 10 2
17+
:widths: 10 10 20 10 10 10 2
1818
:header-rows: 1
1919

2020
* - Description

0 commit comments

Comments
 (0)