Skip to content

Commit

Permalink
switch from sphinx-panels to sphinx-design
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Feb 9, 2024
1 parent 80720c1 commit 4557616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build # To build the project
wheel # To build wheels
Sphinx # To build the documentation in doc/
sphinx-autodoc-typehints # For leveraging Python type hints from Sphinx
sphinx-panels # For tabs and grid in documentation
sphinx-design # For tabs and grid in documentation
pillow # For loading images in documentation generation
pydata_sphinx_theme # Sphinx theme
nbsphinx # For converting ipynb in documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_project_configuration():
"pydata_sphinx_theme",
"sphinx",
"sphinx-autodoc-typehints",
"sphinx-panels",
"sphinx-design",
}

extras_require = {
Expand Down

0 comments on commit 4557616

Please sign in to comment.