Skip to content

fix 1.7.1 document version number #581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2021
Merged

fix 1.7.1 document version number #581

merged 1 commit into from
Feb 8, 2021

Conversation

mattip
Copy link
Contributor

@mattip mattip commented Feb 8, 2021

As pointed out in this comment, the title of the stable (1.7.1) docs showed 1.7.0. It is not clear how the documents were generated that way.

Here is the script I used to generate this:

cd docs/1.7.1
for f in $(find . -name '*.html'); do echo $f; sed -i -e's/PyTorch 1.7.0 doc/PyTorch 1.7.1 doc/' $f; done

@netlify
Copy link

netlify bot commented Feb 8, 2021

Deploy preview for pytorch-dot-org-preview processing.

Building with commit 99df1bb

https://app.netlify.com/sites/pytorch-dot-org-preview/deploys/60216bbcf1d8ce00070de00b

@mattip
Copy link
Contributor Author

mattip commented Feb 8, 2021

@brianjo

@brianjo
Copy link
Contributor

brianjo commented Feb 8, 2021

Thanks Matti!

@brianjo brianjo merged commit 3f296c4 into pytorch:site Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants