Skip to content

Commit

Permalink
update setup requirements + CI for new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bsubbaraman committed Nov 15, 2023
1 parent 88d8405 commit f83f144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx pydata_sphinx_theme sphinx-autoapi
pip install sphinx pydata_sphinx_theme sphinx-autoapi sphinx-design
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ def read(fname):
"Operating System :: POSIX :: Linux",
],
python_requires='>=3.6',
install_requires=['pyserial==3.5', 'requests', 'ipykernel', 'numpy', 'opencv_contrib_python==4.5.3.56', 'matplotlib', "Jinja2", "picamera;platform_system=='Linux'"]
install_requires=['pyserial==3.5', 'requests', 'ipykernel', 'numpy', 'opencv_contrib_python==4.5.3.56', 'matplotlib', "Jinja2", "sphinx", "sphinx-design", "pydata_sphinx_theme", "sphinx-autoapi", "picamera;platform_system=='Linux'"]
)

0 comments on commit f83f144

Please sign in to comment.