Skip to content

Commit

Permalink
revert dep change as release not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyu-ms committed Jan 21, 2025
1 parent 9171723 commit f5fc177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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_css_file("icon.css")
app.add_css_file("news.css")
app.add_stylesheet("icon.css")
app.add_stylesheet("news.css")
generate_news()
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"Topic :: Software Development :: Testing :: Unit"
]
dependencies = [
"sphinx<2",
"sphinx_rtd_theme",
"setuptools",
"pytest",
"pytest-mock",
Expand Down

0 comments on commit f5fc177

Please sign in to comment.