Skip to content

Commit

Permalink
cherry-pick/fix: Docs rendering on PyTorch site (#2440) (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive authored Nov 10, 2023
1 parent 9feb800 commit f28aee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: fix_slashes
run: |
export container_name=$(echo ${{ env.CONTAINER_NAME }} | sed 's|/|_|g')
echo ::set-output name=container_name::$container_name
echo "container_name=$container_name" >> $GITHUB_OUTPUT
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down
4 changes: 2 additions & 2 deletions docsrc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ CLI Documentation
Contributor Documentation
--------------------------------
* :ref:`system_overview`
* :ref:`_dynamo_converters`
* :ref:`dynamo_converters`
* :ref:`writing_dynamo_aten_lowering_passes`
* :ref:`_ts_converters`
* :ref:`ts_converters`
* :ref:`useful_links`

.. toctree::
Expand Down

0 comments on commit f28aee3

Please sign in to comment.