Skip to content

Commit 200bd61

Browse files
authored
Revert "feat(main): New Testcontainers Python Docs Site (#822)"
This reverts commit a6bdf0e.
1 parent bc86a3e commit 200bd61

File tree

142 files changed

+48
-10730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+48
-10730
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,3 @@ venv
7272
.python-version
7373
.env
7474
.github-token
75-
76-
# docs build
77-
site/

Dockerfile.docs

Lines changed: 0 additions & 5 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -68,39 +68,3 @@ clean-all: clean ## Remove all generated files and reset the local virtual envir
6868
.PHONY: help
6969
help: ## Display command usage
7070
@grep -E '^[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
71-
72-
## --------------------------------------
73-
74-
DOCS_CONTAINER=mkdocs-container
75-
DOCS_IMAGE=mkdocs-poetry
76-
DOCS_DOCKERFILE := Dockerfile.docs
77-
78-
.PHONY: clean-docs
79-
clean-docs:
80-
@echo "Destroying docs"
81-
@if docker ps -a --format '{{.Names}}' | grep -q '^$(DOCS_CONTAINER)$$'; then \
82-
docker rm -f $(DOCS_CONTAINER); \
83-
fi
84-
@if docker images -q $(DOCS_IMAGE) | grep -q .; then \
85-
docker rmi $(DOCS_IMAGE); \
86-
fi
87-
88-
.PHONY: docs-ensure-image
89-
docs-ensure-image:
90-
@if [ -z "$$(docker images -q $(DOCS_IMAGE))" ]; then \
91-
docker build -f $(DOCS_DOCKERFILE) -t $(DOCS_IMAGE) . ; \
92-
fi
93-
94-
.PHONY: serve-docs
95-
serve-docs: docs-ensure-image
96-
docker run --rm --name $(DOCS_CONTAINER) -it -p 8000:8000 \
97-
-v $(PWD):/testcontainers-go \
98-
-w /testcontainers-go \
99-
$(DOCS_IMAGE) bash -c "\
100-
cd docs && poetry install --no-root && \
101-
poetry run mkdocs serve -f ../mkdocs.yml -a 0.0.0.0:8000"
102-
103-
# Needed if dependencies are added to the docs site
104-
.PHONY: export-docs-deps
105-
export-docs-deps:
106-
cd docs && poetry export --without-hashes --output requirements.txt

docs/_headers

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/_redirects

Whitespace-only changes.

docs/contributing.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

docs/css/extra.css

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)