Skip to content

Commit

Permalink
direct paths from RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Sep 21, 2024
1 parent e5fbfc1 commit b58e416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_static/usdweb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<!-- This script tag bootstraps PyScript -->
<script type="module" src="https://pyscript.net/releases/2024.8.2/core.js"></script>
<!-- SharedBufferArray for cors issues -->
<script src="./mini-coi.js?v=77845cc0"></script>
<script src="./_static/usdweb/mini-coi.js?v=77845cc0"></script>
</head>
<body>
<p>Start here</p>
<script type="py" src="./main.py" config="./pyscript.toml" terminal></script>
<script type="py" src="./_static/usdweb/main.py" config="./_static/usdweb/pyscript.toml" terminal></script>
<p>Finish</p>
</body>
</html>

0 comments on commit b58e416

Please sign in to comment.