mathLab / PINA

Physics-Informed Neural networks for Advanced modeling
https://mathlab.github.io/PINA/
MIT License
395 stars 66 forks source link

Documentation deploy #337

Open dario-coscia opened 2 months ago

dario-coscia commented 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

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

dario-coscia commented 2 months ago

@ndem0 Do you have any ideas on how to solve this?