Skip to content

Commit

Permalink
Merge branch 'main' into doc-share-in-omm-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Feb 10, 2025
2 parents 8df0253 + e1015eb commit 8f17682
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 53 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0.95"
approx = "0.5.1"
base64 = "0.22.1"
built = { version = "0.7.5", features = ["git2"] }
built = { version = "0.7.6", features = ["git2"] }
chrono = "0.4.39"
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }
colored = "2.2.0"
csv = "1.3.0"
derive_more = "0.99.18"
derive_more = "0.99.19"
directories = "5.0.1"
env_logger = "0.11.6"
flate2 = "1.0.35"
Expand All @@ -40,5 +40,5 @@ serde-pyobject = "0.3.0"
serde_json = "1.0.138"
thiserror = "2.0.11"
url = "2.5.3"
uuid = { version = "1.12.1", features = ["v4"] }
uuid = { version = "1.13.1", features = ["v4"] }
zip = "2.2.2"
17 changes: 17 additions & 0 deletions docs/en/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2
build:
os: ubuntu-24.04
tools:
python: "3.11"
jobs:
pre_build:
- "jupyter-book config sphinx docs/en"
sphinx:
configuration: docs/en/conf.py
python:
install:
- requirements: requirements.txt
17 changes: 17 additions & 0 deletions docs/ja/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2
build:
os: ubuntu-24.04
tools:
python: "3.11"
jobs:
pre_build:
- "jupyter-book config sphinx docs/ja"
sphinx:
configuration: docs/ja/conf.py
python:
install:
- requirements: requirements.txt
Loading

0 comments on commit 8f17682

Please sign in to comment.