Skip to content

Commit

Permalink
Fix missing ReadTheDocs content (#2076)
Browse files Browse the repository at this point in the history
~ Add submodules to ReadTheDocs builds, as there are references to files in submodules (CI configurations, netlists, etc)
  • Loading branch information
kareefardi authored Dec 25, 2023
1 parent 3c41826 commit 4f5ad4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f5ad4e

Please sign in to comment.