Skip to content

Commit

Permalink
DOC: Pin myst_parser==0.16.1 and rename .readthedocs.yaml
Browse files Browse the repository at this point in the history
myst_parser is pinned to that version as links are otherwise broken,
see #1569

Causing-commit: 0476799
  • Loading branch information
MartinThoma committed Mar 27, 2023
1 parent 0476799 commit ff00d59
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx
sphinx_rtd_theme
myst_parser
myst_parser==0.16.1
-e .
attrs # required for myst, but not automatically installed by myst
27 changes: 15 additions & 12 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
# pip-compile requirements/docs.in
#
-e .
-e file:///home/moose/Github/py-pdf/pypdf
# via -r requirements/docs.in
alabaster==0.7.13
# via sphinx
Expand All @@ -16,9 +16,7 @@ certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
colorama==0.4.6
# via sphinx
docutils==0.18.1
docutils==0.17.1
# via
# myst-parser
# sphinx
Expand All @@ -43,31 +41,33 @@ mdit-py-plugins==0.3.5
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==1.0.0
myst-parser==0.16.1
# via -r requirements/docs.in
packaging==23.0
# via sphinx
pygments==2.14.0
# via sphinx
pytz==2023.2
# via babel
pyyaml==6.0
# via myst-parser
requests==2.28.2
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==6.1.3
sphinx==4.5.0
# via
# -r requirements/docs.in
# myst-parser
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==1.2.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
Expand All @@ -78,7 +78,10 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.5.0
# via pypdf
# via
# importlib-metadata
# markdown-it-py
# pypdf
urllib3==1.26.15
# via requests
zipp==3.15.0
Expand Down

0 comments on commit ff00d59

Please sign in to comment.