$OpenBSD: patch-docs_conf_py,v 1.1 2020/05/15 07:26:41 ajacoutot Exp $

Index: docs/conf.py
--- docs/conf.py.orig
+++ docs/conf.py
@@ -59,10 +59,8 @@ sys.path.insert(0, os.path.join(qemu_docdir, "sphinx")
 
 # If your documentation needs a minimal Sphinx version, state it here.
 #
-# Sphinx 1.5 and earlier can't build our docs because they are too
-# picky about the syntax of the argument to the option:: directive
-# (see Sphinx bugs #646, #3366).
-needs_sphinx = '1.6'
+# 1.3 is where the 'alabaster' theme was shipped with Sphinx.
+needs_sphinx = '1.3'
 
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
