mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Add doc build requirements to extras in setup.py
This commit is contained in:
parent
ff58c199b1
commit
74ea96ebb6
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -71,6 +71,8 @@ kwargs = {
|
|||
],
|
||||
'extras_require': {
|
||||
'depletion-mpi': ['mpi4py'],
|
||||
'docs': ['sphinx', 'sphinxcontrib-katex', 'sphinx-numfig', 'jupyter',
|
||||
'sphinxcontrib-svg2pdfconverter', 'sphinx-rtd-theme'],
|
||||
'test': ['pytest', 'pytest-cov', 'colorama'],
|
||||
'vtk': ['vtk'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue