-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: documentation command * feat: add documentation to docker test * fix: small fix for docker-run-binary test
- Loading branch information
1 parent
75a8271
commit 860fa0e
Showing
4 changed files
with
130 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ workflow | |
*.pyz | ||
orbiter-* | ||
.python-version | ||
translation_ruleset.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ description = "Astronomer Orbiter can take your legacy workloads and land them s | |
readme = "README.md" | ||
authors = [ | ||
{ name = "Fritz Davenport", email = "[email protected]" }, | ||
{ name = "CETA Team", email = "[email protected]" }, | ||
{ name = "Astronomer", email = "[email protected]" }, | ||
] | ||
license = { file = "LICENSE" } | ||
|
@@ -79,6 +78,13 @@ dependencies = [ | |
|
||
# backport | ||
"eval_type_backport; python_version < '3.10'", | ||
|
||
# for 'document' command | ||
"mkdocs", | ||
"mkdocs-material", | ||
"pygments", | ||
"mkdocstrings-python", | ||
"htmlark" | ||
] | ||
|
||
[project.optional-dependencies] | ||
|