Skip to content

Commit

Permalink
Add new doc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Feb 5, 2021
1 parent b5deb8f commit d731494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev-setup: .git/hooks/pre-commit $(VENV)/flake8 $(VENV)/black $(VENV)/mypy
deps: $(VENV)
$(VENV)/pip install -e '.[dev]'

$(VENV)/flake8 $(VENV)/black $(VENV)/mypy $(VENV)/pytest &: $(VENV)/pip
$(VENV)/flake8 $(VENV)/black $(VENV)/mypy $(VENV)/pytest $(VENV)/sphinx-build &: $(VENV)/pip
$(VENV)/pip install -e '.[dev]'

.PHONY: lint check-format format typecheck precommit test
Expand Down Expand Up @@ -51,7 +51,7 @@ test: $(VENV)/pytest
precommit: check-format typecheck lint test

.PHONY: docs
docs:
docs: $(VENV)/sphinx-build
$(MAKE) -C docs html

.PHONY: clean
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dev =
ipython==7.19.0
jedi<0.18 # Version specifier is because ipython v7.19.0 is incompatible with jedi 0.18; see https://github.com/ipython/ipython/issues/12780.
sphinx
sphinx_autodoc_typehints
sphinx_rtd_theme
scanpydoc>=0.5.5

[options.packages.find]
Expand Down

0 comments on commit d731494

Please sign in to comment.