3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-26 23:15:50 +00:00

Add sphinx-argparse to generate usage

Move parser generation into a seperate file to avoid import issues with bad python modules during docs gen.
With the requirements.txt provided to readthedocs, there shouldn't need to be any other changes?
Also I've never been able to run `make test` so I'm not actually sure if the changes break sby, but they shouldn't.
This commit is contained in:
Krystine Sherwin 2023-06-13 11:40:28 +12:00
parent c027aea3db
commit 27e20fd5c3
No known key found for this signature in database
6 changed files with 96 additions and 75 deletions

View file

@ -39,3 +39,4 @@ html_theme_options = {
}
extensions = ['sphinx.ext.autosectionlabel']
extensions += ['sphinxarg.ext']