Skip to content

Commit

Permalink
📝 Add alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Sep 2, 2023
1 parent c92b9d5 commit fa46263
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ template: /the/path/of/template.j2
and
[examples](https://github.com/sphinx-contrib/requirements-txt/blob/main/src/sphinxcontrib/requirements_txt/assets/jinja2).

## Alternatives

- [sphinxcontrib-eval](https://github.com/sphinx-contrib/eval#generate-requirements-document)

See
[![readthedocs](https://shields.io/readthedocs/sphinxcontrib-requirements-txt)](https://sphinxcontrib-requirements-txt.readthedocs.io)
to know more.
2 changes: 1 addition & 1 deletion tests/test_directive.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_parse() -> None:
result = parse(os.path.join(PATH, "requirements.txt"))
expected = [
{},
{"text": "Support MyST"},
{"text": "Support MyST."},
{
"text": "myst-parser",
"other": "",
Expand Down

0 comments on commit fa46263

Please sign in to comment.