Skip to content

Commit 4c66227

Browse files
committed
fix dependencies in docs build
1 parent 80b086f commit 4c66227

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements/docs.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
attrs==21.4.0
22
Jinja2<3.1
33
linkify-it-py==1.0.3
4-
myst-nb
4+
myst-nb==0.17.2
5+
nbformat==5.9.2
6+
jsonschema==4.17.3
57
natsort==8.1.0
68
recommonmark==0.7.1
79
sphinx_book_theme~=1.0.1

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ commands =
121121
changedir = {toxinidir}
122122
deps =
123123
-rrequirements/docs.txt
124-
-rrequirements/test.txt
124+
-rrequirements/dev.txt
125125
git+https://github.com/NVIDIA-Merlin/core.git
126126
git+https://github.com/NVIDIA-Merlin/dataloader.git
127127
git+https://github.com/NVIDIA-Merlin/NVTabular.git

0 commit comments

Comments
 (0)