Skip to content

Commit

Permalink
Remove a non-doc dependency.
Browse files Browse the repository at this point in the history
This was just bad copy-paste.
  • Loading branch information
Julian committed Jan 12, 2024
1 parent fb02a65 commit 74a85ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinx_copybutton",
"sphinx_json_schema_spec",
"sphinxcontrib.spelling",
"sphinxext.opengraph",
]
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ file:.#egg=rpds-py
furo
pygments-github-lexers
sphinx-copybutton
sphinx-json-schema-spec
sphinx>5
sphinxcontrib-spelling>5
sphinxext-opengraph
Expand Down
9 changes: 2 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --strip-extras docs/requirements.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
Expand All @@ -22,10 +22,8 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
lxml==4.9.3
# via sphinx-json-schema-spec
markupsafe==2.1.3
# via jinja2
packaging==23.2
Expand Down Expand Up @@ -53,7 +51,6 @@ sphinx==7.2.6
# furo
# sphinx-basic-ng
# sphinx-copybutton
# sphinx-json-schema-spec
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
Expand All @@ -65,8 +62,6 @@ sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r docs/requirements.in
sphinx-json-schema-spec==2023.8.1
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==7.4.4
# via -r tests/requirements.in
file:.#egg=rpds-py
# via -r tests/requirements.in

0 comments on commit 74a85ed

Please sign in to comment.