-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements.txt to fix failing (#468)
* Chore: Update requirements.txt to fix failing Also, update the installation command in the README.md file to use "--use-pep517" flag for pip install. * Add older weasyprint 0.44 to fix mkdocs-with-pdf depricated warmimg * chore: Update copyright year to 2024 and added - search in mkArmbianDocs.py * Update copyright year to 2024 and add - search in mkArmbianDocs.py * chore: Add mdx_truly_sane_lists markdown extension * generated yml
- Loading branch information
Showing
4 changed files
with
110 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Jinja2~=3.1.1 | ||
markdown>=3.2 | ||
mkdocs>=1.3.0 | ||
mkdocs-material>=8.0.0 | ||
Jinja2~=3.1.4 | ||
markdown>=3.6 | ||
mkdocs>=1.6.0 | ||
mkdocs-material>=9.5.31 | ||
mkdocs-with-pdf>=0.9.3 | ||
mdx_truly_sane_lists>=1.3.0 | ||
weasyprint==44 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters