diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0aa974d70..d17c9a1f4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -11,6 +11,7 @@ history and [GitHubs 'Contributors' feature](https://github.com/py-pdf/pypdf/gra ## Contributors to the pypdf (formerly pyPdf / PyPDF2) project +* [abyesilyurt](https://github.com/abyesilyurt) * [DL6ER](https://github.com/DL6ER) * [ediamondscience](https://github.com/ediamondscience) * [Górny, Michał](https://github.com/mgorny) diff --git a/requirements/docs.in b/requirements/docs.in index d5fe41990..641b64b65 100644 --- a/requirements/docs.in +++ b/requirements/docs.in @@ -1,4 +1,4 @@ sphinx sphinx_rtd_theme -myst_parser +myst_parser==0.16.1 -e . diff --git a/requirements/docs.txt b/requirements/docs.txt index aff30625b..4a4496863 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -39,7 +39,7 @@ mdit-py-plugins==0.3.3 # via myst-parser mdurl==0.1.2 # via markdown-it-py -myst-parser==0.18.1 +myst-parser==0.16.1 # via -r requirements/docs.in packaging==22.0 # via sphinx