Skip to content

Commit

Permalink
Merge branch 'master' into vscode-config
Browse files Browse the repository at this point in the history
  • Loading branch information
eapolinario authored Dec 19, 2023
2 parents 4021387 + 6c6656c commit 86cafd9
Show file tree
Hide file tree
Showing 33 changed files with 2,294 additions and 925 deletions.
17 changes: 9 additions & 8 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
commands:
- cat monodocs-environment.lock.yaml
- mamba install -c conda-forge conda-lock
- conda-lock install -p /home/docs/monodocs-env monodocs-environment.lock.yaml
- conda info
- conda env list
- cat docs/conf.py
- cd docs && /home/docs/monodocs-env/bin/python -m sphinx -T -E -b html -d docs/_build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
jobs:
post_install:
- conda-lock install --name $READTHEDOCS_VERSION monodocs-environment.lock.yaml
- conda info
- conda env list
- conda list

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

conda:
environment: docs/build-environment.yaml
6 changes: 6 additions & 0 deletions docs/build-environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: latest
channels:
- conda-forge
dependencies:
- python=3.10
- conda-lock
214 changes: 142 additions & 72 deletions flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h

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

Loading

0 comments on commit 86cafd9

Please sign in to comment.