Skip to content

Commit

Permalink
docs not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Jan 15, 2023
1 parent b1f76af commit d024cf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

- [ ] Code is formatted and linted (run `pre-commit run --all-files`)
- [ ] Tests pass (run `make test`)
- [ ] Documentation has been updated to reflect changes, if applicable, and docs build successfully (run `make docs`)
- [ ] Documentation has been updated to reflect changes, if applicable
- [ ] Changes are added to the changelog
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ pybase-install:
install: pybase-install
pip install -e ./stac_fastapi/elasticsearch[dev,server]

.PHONY: docs-image
docs-image:
docker-compose -f docker-compose.docs.yml \
build

.PHONY: docs
docs: docs-image
docker-compose -f docker-compose.docs.yml \
run docs

.PHONY: ingest
ingest:
python3 data_loader/data_loader.py

0 comments on commit d024cf6

Please sign in to comment.