Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Change deprecated sphinx-panels to sphinx-design #1558

Merged
merged 1 commit into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'sphinx_autodoc_typehints',
'jupyter_sphinx',
'nbsphinx',
'sphinx_panels',
'sphinx_design',
'sphinx_reredirects'
]

Expand Down Expand Up @@ -200,7 +200,7 @@
# for a list of supported languages.
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# For Adding Locale
locale_dirs = ['locale/'] # path is example but recommended.
Expand Down
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 @@ pylatexenc>=1.4
sphinx-automodapi
jupyter
jupyter-sphinx
sphinx-panels
sphinx-design
sphinx-gallery
matplotlib>=3.3.0
pydot
Expand Down