diff --git a/docs/source/index.rst b/docs/source/index.rst index eb15beab..c8430792 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,19 +23,18 @@ Welcome to PINA’s documentation! .. grid-item:: - .. image:: index_files/tutorial_5_0.png - :target: _rst/tutorials/tutorial10/tutorial.html + .. image:: index_files/tutorial_36_0.png + :target: _rst/tutorials/tutorial6/tutorial.html .. grid-item:: .. image:: index_files/tutorial_15_0.png :target: _rst/tutorials/tutorial13/tutorial.html - .. grid-item:: - .. image:: index_files/tutorial_36_0.png - :target: _rst/tutorials/tutorial6/tutorial.html + .. image:: index_files/tutorial_5_0.png + :target: _rst/tutorials/tutorial10/tutorial.html .. grid:: 1 1 3 3 diff --git a/setup.py b/setup.py index d0a73520..95b7a208 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,13 @@ ] EXTRAS = { - 'docs': ['sphinx', 'sphinx_rtd_theme', 'sphinx_copybutton', 'sphinx_design'], + 'docs': [ + 'sphinx', + 'sphinx_rtd_theme', + 'sphinx_copybutton', + 'sphinx_design', + 'pydata_sphinx_theme' + ], 'test': ['pytest', 'pytest-cov'], }