Open dario-coscia opened 2 months ago
Describe the bug The documentation workflow fails to deploy. This is mainly due to the sphinx dependencies in EXTRA in setup.py
EXTRA
setup.py
EXTRAS = { 'docs': [ 'sphinx', 'sphinx_rtd_theme', 'sphinx_copybutton', 'sphinx_design', 'pydata_sphinx_theme' ], 'test': ['pytest', 'pytest-cov'], }
To Reproduce See https://github.com/mathLab/PINA/actions/runs/10687371959
@ndem0 Do you have any ideas on how to solve this?
Describe the bug The documentation workflow fails to deploy. This is mainly due to the sphinx dependencies in
EXTRA
insetup.py
To Reproduce See https://github.com/mathLab/PINA/actions/runs/10687371959