Skip to content

Commit

Permalink
Use the latest sphinx-rtd-theme for docs building
Browse files Browse the repository at this point in the history
Currently docs building is broken because of
readthedocs/sphinx_rtd_theme#1463.
Let's use the latest available to fix docs building now.
  • Loading branch information
psss committed Aug 9, 2023
1 parent b32a190 commit defd1fb
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 @@ -71,7 +71,7 @@
extras_require = {
'docs': [
'sphinx>=3',
'sphinx_rtd_theme'],
'sphinx-rtd-theme==1.3.0rc1'],
'tests': [
'flake8',
'pytest',
Expand Down

0 comments on commit defd1fb

Please sign in to comment.