mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
Fix missing ReadTheDocs content (#2076)
~ Add submodules to ReadTheDocs builds, as there are references to files in submodules (CI configurations, netlists, etc)
This commit is contained in:
@@ -10,6 +10,7 @@ build:
|
||||
tools:
|
||||
python: "3.10"
|
||||
commands:
|
||||
- git submodule update --init
|
||||
- pip3 install -r ./docs/requirements.txt
|
||||
- cd docs && python3 -m sphinx.cmd.build -M html "source" "_build"
|
||||
- mv docs/_build _readthedocs
|
||||
|
||||
Reference in New Issue
Block a user