diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-01-09 20:16:05 +0100 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-01-09 20:28:44 +0100 |
commit | 83ba44bb8308b6b6c1a731e63e52f6d3ce9ebef7 (patch) | |
tree | 56569b106bbc5e33c1150d898a2ed6b3446c6ba8 /textproc/py-mkdocs-material/files/patch-requirements.txt | |
parent | textproc/py-mkdocs-material-extensions: New port (diff) |
textproc/py-mkdocs-material: New port
Create a branded static site from a set of Markdown files to host the
documentation of your Open Source or commercial project – customizable,
searchable, mobile-friendly, 50+ languages. Set up in 5 minutes.
WWW: https://github.com/squidfunk/mkdocs-material
Diffstat (limited to 'textproc/py-mkdocs-material/files/patch-requirements.txt')
-rw-r--r-- | textproc/py-mkdocs-material/files/patch-requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-mkdocs-material/files/patch-requirements.txt b/textproc/py-mkdocs-material/files/patch-requirements.txt new file mode 100644 index 000000000000..d29587f5af9d --- /dev/null +++ b/textproc/py-mkdocs-material/files/patch-requirements.txt @@ -0,0 +1,11 @@ +Relax requirements for textproc/py-pygments + +--- requirements.txt.orig 2022-01-09 17:57:41 UTC ++++ requirements.txt +@@ -23,5 +23,5 @@ jinja2>=2.11.1 + markdown>=3.2 + mkdocs>=1.2.3 + mkdocs-material-extensions>=1.0 +-pygments>=2.10 ++pygments + pymdown-extensions>=9.0 |