Skip to content

Commit d024cf6

Browse files
committed
docs not implemented
1 parent b1f76af commit d024cf6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
- [ ] Code is formatted and linted (run `pre-commit run --all-files`)
1111
- [ ] Tests pass (run `make test`)
12-
- [ ] Documentation has been updated to reflect changes, if applicable, and docs build successfully (run `make docs`)
12+
- [ ] Documentation has been updated to reflect changes, if applicable
1313
- [ ] Changes are added to the changelog

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@ pybase-install:
6060
install: pybase-install
6161
pip install -e ./stac_fastapi/elasticsearch[dev,server]
6262

63-
.PHONY: docs-image
64-
docs-image:
65-
docker-compose -f docker-compose.docs.yml \
66-
build
67-
68-
.PHONY: docs
69-
docs: docs-image
70-
docker-compose -f docker-compose.docs.yml \
71-
run docs
72-
7363
.PHONY: ingest
7464
ingest:
7565
python3 data_loader/data_loader.py

0 commit comments

Comments
 (0)