From d836ff798cb5032b9d32eccc9a86b69bed256975 Mon Sep 17 00:00:00 2001 From: Tapple Gao Date: Thu, 18 May 2023 09:08:10 -0400 Subject: [PATCH] Docs: Typo in recommended pinning (#1476) * Typo in recommended pinning The paragraph above recommends "less than the next major version". But the example says `<=`. Make them match * Update development.rst --- docs/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.rst b/docs/development.rst index c11cf159e..598e6ae47 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -90,7 +90,7 @@ version: .. code:: console - $ pip install "sphinx_rtd_theme<=2.0.0" + $ pip install "sphinx_rtd_theme<2.0.0" .. _semantic versioning: http://semver.org/