Skip to content

Commit

Permalink
Update setup.py to sphinx >= 5.1.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mananshah99 committed Jul 26, 2022
1 parent 4f69651 commit 1d754bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@ def package_files(
author_email='team@pyg.org',
url='https://github.com/pyg-team/pyg_sphinx_theme',
install_requires=[
'sphinx>=4.0',
'sphinx>=5.1.1',
'sphinx_rtd_theme>=1.0',
],
package_data={
Expand Down

0 comments on commit 1d754bd

Please sign in to comment.