From 889c9b577f7b684c5cc162a2948e430656b8055a Mon Sep 17 00:00:00 2001 From: Cody Wang Date: Wed, 3 Nov 2021 12:39:03 -0700 Subject: [PATCH] infra: Pin docutils<0.18 in doc requirements docutils 0.18 was released on October 26, 2021, and with it came some [breaking changes](https://github.com/readthedocs/readthedocs.org/issues/8616) for sphinx, and in turn [readthedocs builds](https://readthedocs.org/projects/amazon-braket-sdk-python/builds/15168485/). To keep doc builds working, docutils will be constrained to versions below 0.18. --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index bf1b2d654..6a86be511 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +docutils<0.18 sphinx sphinx-rtd-theme sphinxcontrib-apidoc