Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
fix(docs): issue where RTD couldn't build from source dir
Browse files Browse the repository at this point in the history
RTD (Read the Docs <readthedocs.io>) could not build the docs and update the
page after commit #01c4759. This commit (try to) fix it.
  • Loading branch information
upsetbit committed Dec 14, 2017
1 parent 5575cf7 commit 1727cad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = DORA
SOURCEDIR = source
SOURCEDIR = ./
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
Expand All @@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
File renamed without changes.
File renamed without changes.

0 comments on commit 1727cad

Please sign in to comment.