Update Sphinx to version ~1.8 24/15224/2
authorThanh Ha <zxiiro@gmail.com>
Mon, 8 Apr 2019 02:06:19 +0000 (10:06 +0800)
committerThanh Ha <zxiiro@gmail.com>
Mon, 8 Apr 2019 03:19:23 +0000 (11:19 +0800)
Sphinx 1.8 introduces a `--keep-going` parameter which will be handy
for our docs project so that it prints out all docs failures before
failing the build. This allows CI resources to not be wasted by only
printing one failure at a time.

Change-Id: I62c77a94f735fddcb8939aa5dbeb84566ae75d86
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
releasenotes/notes/sphinx-update-6b451b2462799591.yaml [new file with mode: 0644]
requirements.txt

diff --git a/releasenotes/notes/sphinx-update-6b451b2462799591.yaml b/releasenotes/notes/sphinx-update-6b451b2462799591.yaml
new file mode 100644 (file)
index 0000000..d61f850
--- /dev/null
@@ -0,0 +1,6 @@
+---
+upgrade:
+  - |
+    Sphinx version is updated from ~1.7.9 to ~1.8.5 which may or may not affect
+    project docs build. Refer to upstream release note as necessary.
+    https://www.sphinx-doc.org/en/master/changes.html
index 90a5ff5..772b9a4 100644 (file)
@@ -1,6 +1,6 @@
 pytest
 pyyaml
-Sphinx~=1.7.9
+Sphinx~=1.8.5
 sphinx_bootstrap_theme>=0.6.2
 
 # Indirect Dependencies