Requirements:
Steps:
PS C:\Users\Administrator> python --version Python 3.11.4
PS C:\Users\Administrator> make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-pc-mingw32
PS C:\Users\Administrator\Downloads> python -m venv docs_env
PS C:\Users\Administrator\Downloads> .\docs_env\Scripts\Activate.ps1
(docs_env)PS C:\Users\Administrator\Downloads\trafficcontrol\docs> pip install -r source/requirements.txt
(docs_env)PS C:\Users\Administrator\Downloads\trafficcontrol\docs> pip install --upgrade sphinx sphinx-autobuild
(docs_env)PS C:\Users\Administrator\Downloads\trafficcontrol\docs> make html
(docs_env)PS C:\Users\Administrator\Downloads\trafficcontrol\docs> make clean
Requirements:
Steps:
python -m venv new_rst
source path_to_your_virtual_env/new_rst/bin/activate
pip install -r requirements.txt
make html
make clean