Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

fix doc dependencies #455

Merged
merged 1 commit into from
Jan 11, 2024
Merged
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
10 changes: 8 additions & 2 deletions doc-requirements.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.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile doc-requirements.in
#
alabaster==0.7.16
alabaster==0.7.13
# via sphinx
babel==2.14.0
# via sphinx
Expand All @@ -29,6 +29,8 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.3
# via sphinx
lxml==5.1.0
Expand All @@ -44,6 +46,8 @@ pygments==2.17.2
# sphinx-prompt
python-slugify[unidecode]==8.0.1
# via sphinx-material
pytz==2023.3.post1
# via babel
requests==2.31.0
# via
# sphinx
Expand Down Expand Up @@ -103,3 +107,5 @@ unidecode==1.3.8
# via python-slugify
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
Loading