Skip to content

Commit

Permalink
Add sphinx-rtd-theme to test package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn authored Jan 29, 2024
1 parent f84fe9d commit ac6b07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
license="MIT License",
packages=find_packages(),
url="https://github.com/tdkorn/sphinx-readme/blob/main/tests",
install_requires=["sphinx==5.3.0","docutils<0.17"],
install_requires=["sphinx==5.3.0","docutils<0.17", "sphinx-rtd-theme>=0.5.2"],
)

0 comments on commit ac6b07f

Please sign in to comment.