Skip to content

Commit

Permalink
Fixes documentation generation
Browse files Browse the repository at this point in the history
Adds sphinx depenencies and Makefile target dependency.
  • Loading branch information
AndreMiras committed Oct 14, 2019
1 parent 59d0bdd commit 69f077a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ lint: lint/isort-check lint/flake8
docs/clean:
rm -rf $(DOCS_DIR)/build/

docs:
docs: virtualenv
cd $(DOCS_DIR) && SPHINXBUILD=$(SPHINXBUILD) make html

release/clean:
Expand Down
2 changes: 2 additions & 0 deletions requirements/requirements-documentation.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
m2r==0.2.1
Sphinx
sphinx-rtd-theme

0 comments on commit 69f077a

Please sign in to comment.