Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Oct 9, 2023
1 parent 00e630d commit 25e5819
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ format: install-lint ## Run standard python formatting
./code-quality/format ${LINT_PATHS}


# Minimal makefile for Sphinx documentation
# Targets for sphinx documentation

install-sphinx-deps: ## Only install the sphinx dependencies
poetry install --no-root --only sphinx-deps
Expand All @@ -65,7 +65,6 @@ SPHINXBUILD ?= sphinx-build
SOURCEDIR = sphinx_docs
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
sphinx-help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

Expand Down

0 comments on commit 25e5819

Please sign in to comment.