Skip to content

Commit

Permalink
test sphinx-reredirects (#5281)
Browse files Browse the repository at this point in the history
* test sphinx-reredirects

Signed-off-by: cosmicBboy <[email protected]>

* add to conf.py

Signed-off-by: cosmicBboy <[email protected]>

---------

Signed-off-by: cosmicBboy <[email protected]>
  • Loading branch information
cosmicBboy authored Apr 24, 2024
1 parent f0d645b commit 5c77765
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 180 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
working-directory: ${{ github.workspace }}/flyte
run: |
conda install -c conda-forge conda-lock
cat monodocs-environment.lock.yaml
conda-lock install -n monodocs-env monodocs-environment.lock.yaml
- shell: bash -el {0}
working-directory: ${{ github.workspace }}/flyte
Expand Down
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build:
python: "mambaforge-22.9"
jobs:
post_install:
- cat monodocs-environment.lock.yaml
- conda-lock install --name $READTHEDOCS_VERSION monodocs-environment.lock.yaml
- pip install ./flyteidl
- conda info
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"sphinx_issues",
"sphinx_click",
"sphinx_design",
"sphinx_reredirects",
"sphinxcontrib.mermaid",
"sphinxcontrib.video",
"sphinxcontrib.youtube",
Expand Down
Loading

0 comments on commit 5c77765

Please sign in to comment.