Skip to content

Commit

Permalink
Update version of read the docs theme (#468)
Browse files Browse the repository at this point in the history
* Changed version of Sphinx to be able to used style

* Changed version of sphinx and sphinx theme
  • Loading branch information
Aurelienpujolm committed Aug 9, 2023
1 parent d012109 commit b5b5cc4
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 @@ -57,7 +57,7 @@
"joblib",
],
extras_require={
'docs': ["sphinx>=1.6", "sphinx_rtd_theme>=0.2.4", "sphinx-click"],
'docs': ["sphinx>=1.7", "sphinx_rtd_theme>=1.2.2", "sphinx-click"],
'dev': ["pre-commit>=2.10.0"]
},
)

0 comments on commit b5b5cc4

Please sign in to comment.