Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How to perform a new release

Refer to release_instructions/ReleaseInstructions.md

How to locally build AutoGluon docs

Instructions apply to Linux and Mac. Windows has not been tested for doc builds.

Ensure you have a local AutoGluon install for development. If not run the following in package root:

pip install -U pip wheel
./full_install.sh

Then run in package root:

cd docs/
python3 -m pip install -r requirements_doc.txt

Now you are ready to run the doc build:

# Note: GPU & CUDA is required to build tutorials
# To skip running tutorials, manually edit `docs/conf.py` and set `nb_execution_mode=off`
bash build_doc.sh