Skip to content

Commit

Permalink
Add test deps in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Aug 14, 2023
1 parent 50366ff commit 3619f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r base.in
-r test.in
autodoc_pydantic
ipykernel
ipython!=8.7.0 # Breaks syntax highlighting in Jupyter code cells.
myst-parser
nbsphinx
pydata-sphinx-theme>=0.13
pytest
sphinx
sphinx-autodoc-typehints
sphinx-copybutton
Expand Down
16 changes: 2 additions & 14 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# SHA1:cab7a24dee08d37a2df8b7950d31864bf2be953d
# SHA1:474295e0c4867854b6e88f97999afd837bbf45ed
#
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile-multi
#
-r base.txt
-r test.txt
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
Expand Down Expand Up @@ -113,13 +114,6 @@ nbsphinx==0.9.2
# via -r requirements/docs.in
nest-asyncio==1.5.6
# via ipykernel
packaging==23.1
# via
# ipykernel
# nbconvert
# pydata-sphinx-theme
# pytest
# sphinx
pandocfilters==1.5.0
# via nbconvert
parso==0.8.3
Expand All @@ -130,8 +124,6 @@ pickleshare==0.7.5
# via ipython
platformdirs==3.8.0
# via jupyter-core
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.39
# via ipython
psutil==5.9.5
Expand All @@ -151,10 +143,6 @@ pygments==2.15.1
# sphinx
pyrsistent==0.19.3
# via jsonschema
pytest==7.4.0
# via -r requirements/docs.in
pyyaml==6.0
# via myst-parser
pyzmq==25.1.0
# via
# ipykernel
Expand Down

0 comments on commit 3619f07

Please sign in to comment.