Skip to content

Commit

Permalink
remove mkdocks
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Ouslan <[email protected]>
  • Loading branch information
ouslan committed Aug 6, 2024
1 parent 4ec3ce9 commit 7668b1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,3 @@ services:
- 7050:7050
environment:
- APP_ENV=production

mkdocs:
image: squidfunk/mkdocs-material
container_name: web-docs
restart: always
ports:
- "8005:8000"
volumes:
- ./:/docs
stdin_open: true
tty: true
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies = [
"scipy~=1.11.4",
"polars~=0.20.21",
"world_bank_data~=0.1.3",
"mkdocstrings[python]>=0.18",
]
requires-python = ">=3.8"
authors = [
Expand Down

0 comments on commit 7668b1a

Please sign in to comment.