Skip to content

Commit

Permalink
add pyspark dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Cozowicz committed Jun 6, 2024
1 parent 0897e9e commit 9443381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
semantic-link-sempy
sphinx_rtd_theme
pandas==2.0.3
pandas==2.0.3
pyspark==3.5.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
html_static_path = ['_static']

# List of packages we don't want to install in the environment
autodoc_mock_imports = ['delta', 'synapse', 'pyspark']
autodoc_mock_imports = ['delta', 'synapse']

napoleon_numpy_docstring = True

0 comments on commit 9443381

Please sign in to comment.