Skip to content

Commit

Permalink
build: remove sphinx version pin (#41)
Browse files Browse the repository at this point in the history
Required version of sphinx is already pinned by sphinx-rtd-theme.
They should update their version range when they add sphinx v8
support.
  • Loading branch information
alubbock authored Aug 13, 2024
1 parent 7ca9758 commit 91afd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
'tables'],
extras_require={
'test': ['pytest', 'nbval', 'django', 'nbformat'],
'docs': ['sphinx<8', 'sphinx-rtd-theme', 'mock', 'nbsphinx',
'docs': ['sphinx', 'sphinx-rtd-theme', 'mock', 'nbsphinx',
'ipykernel'],
},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 91afd7e

Please sign in to comment.