summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-04-22 11:57:55 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-04-22 11:57:55 +0000
commit5ed907bed61dac1168e89b6e0534ae74bf9af6aa (patch)
treefc9cb2e7268832b0cc8acccb42a66b25227a919b
parent722601379f68ad2921204f24963755b2ecfc1744 (diff)
parent12831c57f5ce5fd91200fe76b16147b1a72f3977 (diff)
downloadbuildstream-5ed907bed61dac1168e89b6e0534ae74bf9af6aa.tar.gz
Merge branch 'bochecha/fix-docs-master' into 'master'
Fix building the docs See merge request BuildStream/buildstream!1303
-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 7bc3cb363..6597cf81b 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 6a59557d4..a38973347 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: