| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is the source for the OpenROAD-flow-scripts (ORFS) documentation, published at https://openroad-flow-scripts.readthedocs.io/en/latest/.
The documentation for the OpenROAD application itself lives in a different repository and is published at https://openroad.readthedocs.io/en/latest/.
Run from the repository root:
virtualenv .venv
source .venv/bin/activate
pip install -r docs/requirements_lock.txtdocs/requirements_lock.txt is the hash-pinned lock file that Read the Docs installs, so a local build matches the published one. The direct dependencies are listed in docs/requirements.in; after editing that file, regenerate the lock with:
pip-compile --generate-hashes --output-file=docs/requirements_lock.txt docs/requirements.incd docs
make htmlThe generated site is in docs/build/html; open docs/build/html/index.html.
cd docs
make checklinksThe report is written to docs/build/output.txt (and docs/build/output.json). It exits non-zero when any link is unreachable.
| Back | FazBrowse Home | New Git URL |