diff options
author | Adrian Likins <alikins@redhat.com> | 2017-01-13 23:20:40 +0100 |
---|---|---|
committer | Adrian Likins <alikins@redhat.com> | 2017-01-14 00:14:33 +0100 |
commit | 960be799fde7ba3d9f0049d5f10346c0b3d1fd74 (patch) | |
tree | a0ec2f409bf6156417581b05d19aaee86bdca973 | |
parent | update path to _themes (diff) | |
download | ansible-960be799fde7ba3d9f0049d5f10346c0b3d1fd74.tar.xz ansible-960be799fde7ba3d9f0049d5f10346c0b3d1fd74.zip |
Use correct path for docsite src (rst/)
-rw-r--r-- | docs/docsite/Makefile.sphinx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/Makefile.sphinx b/docs/docsite/Makefile.sphinx index cddb40a8f4..5b10717fa2 100644 --- a/docs/docsite/Makefile.sphinx +++ b/docs/docsite/Makefile.sphinx @@ -5,12 +5,12 @@ SPHINXOPTS = -j $(CPUS) SPHINXBUILD = sphinx-build SPHINXPROJ = sdfsdf -SOURCEDIR = . +SOURCEDIR = rst BUILDDIR = _build # Put it first so that "make" without argument is like "make help". help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + $(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) .PHONY: help Makefile.sphinx |