Skip to content

Commit aabb30d

Browse files
committed
fix: Docs rendering on PyTorch site
- Update syntax in Docker build
1 parent 3e93da0 commit aabb30d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docker_builder.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 'Torch-TensorRT Docker Build'
22

33
# Apply workflow only to main branch
44
on:
5+
pull_request:
56
push:
67
branches:
78
- main
@@ -32,7 +33,7 @@ jobs:
3233
id: fix_slashes
3334
run: |
3435
export container_name=$(echo ${{ env.CONTAINER_NAME }} | sed 's|/|_|g')
35-
echo ::set-output name=container_name::$container_name
36+
echo "container_name=$container_name" >> $GITHUB_OUTPUT
3637
3738
- name: Log in to the Container registry
3839
uses: docker/login-action@v2

docsrc/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ CLI Documentation
167167
Contributor Documentation
168168
--------------------------------
169169
* :ref:`system_overview`
170-
* :ref:`_dynamo_converters`
170+
* :ref:`dynamo_converters`
171171
* :ref:`writing_dynamo_aten_lowering_passes`
172-
* :ref:`_ts_converters`
172+
* :ref:`ts_converters`
173173
* :ref:`useful_links`
174174

175175
.. toctree::

0 commit comments

Comments
 (0)