Skip to content

Commit

Permalink
fix failed rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Mar 25, 2024
1 parent c155b3b commit f243858
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --extra=docs --output-file=docs/requirements.txt pyproject.toml
Expand Down Expand Up @@ -37,6 +37,10 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
# via
# markdown
# sphinx
jinja2==3.1.3
# via
# myst-parser
Expand Down Expand Up @@ -70,6 +74,8 @@ pygments==2.17.2
# sphinx-tabs
pyspelling==2.10
# via ops (pyproject.toml)
pytz==2024.1
# via babel
pyyaml==6.0.1
# via
# myst-parser
Expand Down Expand Up @@ -143,3 +149,5 @@ webencodings==0.5.1
# via html5lib
websocket-client==1.7.0
# via ops (pyproject.toml)
zipp==3.18.1
# via importlib-metadata
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docs = [
"linkify-it-py",
"myst-parser",
"pyspelling",
"sphinx",
"sphinx==6.2.1",
"sphinx-autobuild",
"sphinx-copybutton",
"sphinx-design",
Expand Down

0 comments on commit f243858

Please sign in to comment.