Skip to content

Commit

Permalink
fix: fix the readthedocs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
duypham2108 committed Feb 3, 2022
1 parent 5ebea70 commit dddf743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
if not os.path.isdir("./_static"):
url = "https://www.dropbox.com/s/6mgg4p978zwyxy9/download.zip?dl=1"
os.system("wget " + url)
os.system("mv downloads.zip?dl=1 downloads.zip")
os.system("unzip downloads.zip")

# -- General configuration ---------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
install_requires=requirements,
license="BSD license",
long_description=readme + "\n\n" + history,
long_description_content_type="text/markdown",
include_package_data=True,
keywords="stlearn",
name="stlearn",
Expand Down

0 comments on commit dddf743

Please sign in to comment.