update doc (#335)

This commit is contained in:
Dario Coscia
2024-09-03 18:58:54 +02:00
committed by GitHub
parent 25dc5693ff
commit 4900278d78
2 changed files with 11 additions and 6 deletions

View File

@@ -23,19 +23,18 @@ Welcome to PINAs 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

View File

@@ -19,7 +19,13 @@ REQUIRED = [
]
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'],
}