Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenROAD Documentation

This documentation is available at https://openroad.readthedocs.io/en/latest/

Build locally

Requires:

  • Python 3.x
  • Pip
  • virtualenv

Install prerequisites:

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt

Build:

make html

Check for broken links:

make checklinks