Work with read the docs: Difference between revisions

From DISI
Jump to navigation Jump to search
m (asdf)
m (dfa)
Line 3: Line 3:
  cd read-the-dock-docs/
  cd read-the-dock-docs/
  git checkout -b JJI
  git checkout -b JJI
pip3 install sphinx_rtd_theme
 


  git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
  git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
Line 9: Line 9:
  brew install python
  brew install python
  brew link python@3.12
  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


[[Category:FAQ]]
[[Category:FAQ]]
[[Category:Idioms]]
[[Category:Idioms]]

Revision as of 22:01, 6 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