Work with read the docs: Difference between revisions

From DISI
Jump to navigation Jump to search
(asdf)
 
m (asdf)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
xcode-select --install
  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
pip install sphinx_rtd_theme


git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
brew update
brew install python
brew link python@3.12
(just this:)
(in home)
python3 -m venv pydock
source pydock/bin/activate
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)
[[Category:FAQ]]
[[Category:FAQ]]
[[Category:Idioms]]
[[Category:Idioms]]
''''''Bold text''''''

Latest revision as of 20:49, 7 June 2024

xcode-select --install
git clone https://github.com/gregorpatof/read-the-dock-docs
cd read-the-dock-docs/
git checkout -b JJI


git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
brew update
brew install python
brew link python@3.12
(just this:)
(in home)
python3 -m venv pydock
source pydock/bin/activate
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)