Skip to content

Commit

Permalink
chore: fix make docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 8, 2024
1 parent ce2dc0e commit 9e866ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# TMP
docs/articles/*
proposals/*

scratch/scratch.py
scratch/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ coverage: ## Check code coverage quickly with the default Python
@$(BROWSER) htmlcov/index.html

provider-docs: ## Generate Sphinx HTML documentation, including API docs
@tackle docs/docs-gen.yaml
@tackle docs_gen

.PHONY: docs
docs: provider-docs ## Generate Sphinx HTML documentation, including API docs
Expand Down

0 comments on commit 9e866ed

Please sign in to comment.