Skip to content

Commit

Permalink
feat(docs): Added mkdocs for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 4, 2024
1 parent 25e965d commit 9d9f184
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ alias(
name = "poetry",
actual = "@python_deps_poetry//:rules_python_wheel_entry_point_poetry",
)

py_binary(
name = "mkdocs",
deps = ["@python_deps_mkdocs_material//:pkg"],
srcs = ["@python_deps_mkdocs//:rules_python_wheel_entry_point_mkdocs"],
data = ["mkdocs.yml", "docs"],
main = "rules_python_wheel_entry_point_mkdocs.py",
)
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ pylint = "*"
tenacity = "*"
poetry = "^1.6.1"
ic-py = "*"
mkdocs-material = "^9.4.8"
mkdocs = "^1.5.3"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 9d9f184

Please sign in to comment.