Skip to content
New issue

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

Update myst-parser version for docs #17778

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "${BASH_SOURCE%/*}"

test -t 1 && OPTS='-it' || OPTS=''

SPHINX_IMAGE=${SPHINX_IMAGE:-ghcr.io/trinodb/build/sphinx:5}
SPHINX_IMAGE=${SPHINX_IMAGE:-ghcr.io/trinodb/build/sphinx:7}
mosabua marked this conversation as resolved.
Show resolved Hide resolved

docker run --rm $OPTS -e TRINO_VERSION -u $(id -u):$(id -g) -v "$PWD":/docs $SPHINX_IMAGE \
sphinx-build -q -j auto -b html -W -d target/doctrees src/main/sphinx target/html
2 changes: 1 addition & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
markupsafe==2.0.1
myst-parser
myst-parser==1.0.0
pillow
sphinx-material
sphinx-copybutton
14 changes: 4 additions & 10 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
Expand All @@ -24,8 +24,6 @@ idna==2.9
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==4.12.0
# via sphinx
jinja2==2.11.1
# via
# myst-parser
Expand All @@ -40,11 +38,11 @@ markupsafe==2.0.1
# via
# -r requirements.in
# jinja2
mdit-py-plugins==0.3.0
mdit-py-plugins==0.3.5
# via myst-parser
mdurl==0.1.1
# via markdown-it-py
myst-parser==0.18.0
myst-parser==1.0.0
# via -r requirements.in
packaging==20.3
# via sphinx
Expand Down Expand Up @@ -91,11 +89,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
text-unidecode==1.3
# via python-slugify
typing-extensions==4.3.0
# via myst-parser
unidecode==1.1.1
# via python-slugify
urllib3==1.25.8
# via requests
zipp==3.8.1
# via importlib-metadata