Skip to content

Commit

Permalink
fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Mar 6, 2025
1 parent 71fa65d commit 75bc97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ docs-clean: ## Clean current and legacy docs build directories
cd $(DOCS_DIR) && rm -rf $(BUILDDIR)/
rm -rf docs/build

$(BIN_FOLDER)/sphinx-autobuild $(BIN_FOLDER)/sphinx-build: ## Install dependencies for building docs
$(BIN_FOLDER)/sphinx-autobuild $(BIN_FOLDER)/sphinx-build: $(BIN_FOLDER)/pip ## Install dependencies for building docs
$(BIN_FOLDER)/pip install -r requirements-docs.txt

.PHONY: docs-livehtml
Expand Down

0 comments on commit 75bc97b

Please sign in to comment.