Skip to content

Commit

Permalink
pin exact versions of docs dependencies for reproducible rtd builds
Browse files Browse the repository at this point in the history
fixes #23
  • Loading branch information
loicdtx committed Jul 29, 2024
1 parent edaadba commit 6f3d749
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
readme = f.read()

extra_reqs = {'tests': ['pytest'],
'docs': ['sphinx',
'docs': ['sphinx==7.4.7',
'dask',
'sphinx_rtd_theme',
'matplotlib',
'sphinx-gallery']}
'sphinx_rtd_theme==2.0.0',
'matplotlib==3.9.1',
'sphinx-gallery==0.17.0']}

setup(name='nrt',
version=version,
Expand Down

0 comments on commit 6f3d749

Please sign in to comment.