Skip to content

Update Documentation for 5.1.0#282

Merged
aaronayres35 merged 1 commit into
gh-pagesfrom
gh-pages-5.1
Jan 13, 2021
Merged

Update Documentation for 5.1.0#282
aaronayres35 merged 1 commit into
gh-pagesfrom
gh-pages-5.1

Conversation

@aaronayres35
Copy link
Copy Markdown
Contributor

targeting [gh-pages]

These are the steps I followed for building the documentation:

git clean -ffxd
git checkout 5.1.0
python etstool.py install
git clean -ffxd
python etstool.py docs
git checkout gh-pages
git pull
git checkout -b gh-pages-5.1
mkdir 5.1
rsync -r --exclude="\.buildinfo" docs/build/* 5.1/
rm -r docs
rm -r `ls -d [![:digit:]]*`
cp -r 5.1/* .
git add .
git commit -m "create new 5.1 folder to hold current docs.  Replace current documentation (not in a folder, which used to match contents of 5.0) to now match contents of 5.1"

To test:
python -m http.server

Checklist
- [ ] Add a news fragment if this PR is news-worthy for end users. (see docs/releases/README.rst)

…tion (not in a folder, which used to match contents of 5.0) to now match contents of 5.1
@aaronayres35 aaronayres35 mentioned this pull request Jan 13, 2021
21 tasks
Copy link
Copy Markdown
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested this locally. LGTM.

@aaronayres35 aaronayres35 merged commit 847d3be into gh-pages Jan 13, 2021
@aaronayres35 aaronayres35 deleted the gh-pages-5.1 branch January 13, 2021 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants