summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2019-04-22 10:58:55 +0000
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2019-04-22 10:58:55 +0000
commit162c4166ce011f8dfca265549e6a343101a129aa (patch)
tree5339963c62ed942903a6dbbd96273aa8b1f76628
parent3df557d929a584e46f45ded256801e203cf67b9f (diff)
parentbb87537e0e39a6b2433847d99ba3ede1067f423d (diff)
downloadbuildstream-162c4166ce011f8dfca265549e6a343101a129aa.tar.gz
Merge branch 'bochecha/fix-docs-build' into 'bst-1.2'
Fix building the docs See merge request BuildStream/buildstream!1302
-rw-r--r--doc/Makefile2
-rw-r--r--doc/source/format_declaring.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index b3e64830d..076f82dfc 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,7 +13,7 @@
#
SPHINXOPTS =
SPHINXBUILD = python3 -m sphinx
-SPHINXAPIDOC = python3 -m sphinx.apidoc
+SPHINXAPIDOC = python3 -m sphinx.ext.apidoc
PAPER =
BUILDDIR = build
diff --git a/doc/source/format_declaring.rst b/doc/source/format_declaring.rst
index a809676fc..11586e334 100644
--- a/doc/source/format_declaring.rst
+++ b/doc/source/format_declaring.rst
@@ -29,7 +29,7 @@ Here is a rather complete example using the autotools element kind and git sourc
# Override some variables
variables:
- sysconfdir: %{prefix}/etc
+ sysconfdir: "%{prefix}/etc"
# Tweak the sandbox shell environment
environment: