Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Dec 26, 2023
1 parent 8cd1d9d commit 7a03b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ dependencies:
- certifi==2023.7.22
- charset-normalizer==3.3.0
- colorama==0.4.6
- delta-spark==3.0.0
- docutils==0.15.2
- idna==3.4
- imagesize==1.4.1
- importlib-metadata==7.0.0
- jinja2==2.11.3
- livereload==2.6.3
- markupsafe==2.0.0
Expand All @@ -46,4 +48,5 @@ dependencies:
- sphinxcontrib-serializinghtml==1.1.5
- tornado==6.3.3
- urllib3==2.0.6
- zipp==3.17.0
prefix: <home>/anaconda3/envs/delta_docs
2 changes: 1 addition & 1 deletion docs/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():
print("Deleting previous output directory %s" % (html_output))
shutil.rmtree(html_output)

os.mkdir(html_output)
os.makedirs(html_output, exist_ok=False)

html_source = os.path.join(docs_root_dir, 'source')
print("Building content")
Expand Down

0 comments on commit 7a03b65

Please sign in to comment.