We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you make all_html in template_project
make all_html
template_project
in the generated ReqsDocument.html you can see
ReqsDocument.html
<span class="subtopiclist"><ul><li><a href="What's all about.html">WhatsAbout</a></li>
when it should probably be
<a href="WhatsAbout.html">WhatsAbout</a>
or
<a href="WhatsAbout.html">What's all about</a>
Seems like this is fixed in master, but not in the currently released (at least through pip) version 24.3.0
24.3.0
rmtoo/rmtoo/outputs/html.py
Line 100 in c1d5acb
The text was updated successfully, but these errors were encountered:
Maybe make another release through pypi.org?
Sorry, something went wrong.
No branches or pull requests
If you
make all_html
intemplate_project
in the generated
ReqsDocument.html
you can seewhen it should probably be
or
Seems like this is fixed in master, but not in the currently released (at least through pip) version
24.3.0
rmtoo/rmtoo/outputs/html.py
Line 100 in c1d5acb
The text was updated successfully, but these errors were encountered: