Skip to content

Commit f28aee3

Browse files
authored
cherry-pick/fix: Docs rendering on PyTorch site (#2440) (#2441)
1 parent 9feb800 commit f28aee3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/docker_builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: fix_slashes
3333
run: |
3434
export container_name=$(echo ${{ env.CONTAINER_NAME }} | sed 's|/|_|g')
35-
echo ::set-output name=container_name::$container_name
35+
echo "container_name=$container_name" >> $GITHUB_OUTPUT
3636
3737
- name: Log in to the Container registry
3838
uses: docker/login-action@v2

Diff for: docsrc/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ CLI Documentation
166166
Contributor Documentation
167167
--------------------------------
168168
* :ref:`system_overview`
169-
* :ref:`_dynamo_converters`
169+
* :ref:`dynamo_converters`
170170
* :ref:`writing_dynamo_aten_lowering_passes`
171-
* :ref:`_ts_converters`
171+
* :ref:`ts_converters`
172172
* :ref:`useful_links`
173173

174174
.. toctree::

0 commit comments

Comments
 (0)