Skip to content

Commit

Permalink
Revert "Misc/revert dep change as release not ready (#1178)"
Browse files Browse the repository at this point in the history
This reverts commit 203bd83.
  • Loading branch information
zhenyu-ms authored Jan 22, 2025
1 parent 203bd83 commit 288ebbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ def generate_news():


def setup(app):
app.add_stylesheet("icon.css")
app.add_stylesheet("news.css")
app.add_css_file("icon.css")
app.add_css_file("news.css")
generate_news()
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"Topic :: Software Development :: Testing :: Unit"
]
dependencies = [
"sphinx<2",
"sphinx_rtd_theme",
"setuptools",
"pytest",
"pytest-mock",
Expand Down

0 comments on commit 288ebbb

Please sign in to comment.