Remove Jupyter notebooks from documentation

This commit is contained in:
Paul Romano 2021-06-18 15:40:30 +07:00
parent dc09fddedb
commit f0e0806fd9
69 changed files with 3 additions and 28955 deletions

View file

@ -72,8 +72,7 @@ kwargs = {
'extras_require': {
'depletion-mpi': ['mpi4py'],
'docs': ['sphinx', 'sphinxcontrib-katex', 'sphinx-numfig', 'jupyter',
'sphinxcontrib-svg2pdfconverter', 'sphinx-rtd-theme',
'nbsphinx'],
'sphinxcontrib-svg2pdfconverter', 'sphinx-rtd-theme'],
'test': ['pytest', 'pytest-cov', 'colorama'],
'vtk': ['vtk'],
},