#121 Initialize sphinx build and GitHub pages depl...
# openlane
g
#121 Initialize sphinx build and GitHub pages deploy Pull request opened by sjkelly This tries to coalesce the documentation into the doc/ directory to make it easier to find and read. There is also a basic github actions workflow for deploying to gh-pages. to build the docs locally:
Copy code
cd doc
pip3 install --user -r requirements.txt
make html
The default branch will need to be adjusted depending on if the deployment of a new docs site will come from changes to
main
or
develop
. Set by this line: develop...sjkelly:sjk/sphinx1diff-9cf2000c53760d837a449f874e53f792819108d3a4bf346336d0f7d082deae2cR6 efabless/openlane Travis CI: Build Created