Work with read the docs: Difference between revisions
Jump to navigation
Jump to search
m (asdf) |
m (adf) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
git clone https://github.com/gregorpatof/read-the-dock-docs | git clone https://github.com/gregorpatof/read-the-dock-docs | ||
cd read-the-dock-docs/ | cd read-the-dock-docs/ | ||
git checkout -b JJI | git checkout -b JJI | ||
pip3 install sphinx | pip3 install sphinx | ||
pip3 install sphinx_rtd_theme | pip3 install sphinx_rtd_theme | ||
make html | make html | ||
git pull origin main | git pull origin main | ||
git status | git status | ||
Latest revision as of 20:20, 17 March 2026
git clone https://github.com/gregorpatof/read-the-dock-docs cd read-the-dock-docs/ git checkout -b JJI pip3 install sphinx pip3 install sphinx_rtd_theme make html
git pull origin main
git status git -u (everything, OR...) git add "*.rst" git status
git commit -m "your comments" git push
git branch -b "JJI" git branch (to query what branche we are on)