Fix readthedocs runner (#2231)
* The new build system requires a requirements.txt * .txt is in .gitignore, had to force it in * Missing requirements. I don't like this odd side loading of requirements.. but need to get docs built quickly.
This commit is contained in:
parent
5077219a5f
commit
344b1cf296
|
|
@ -1 +1,3 @@
|
|||
sphinx_rtd_theme
|
||||
sphinx_rtd_theme
|
||||
libparted
|
||||
simple-term-menu
|
||||
Loading…
Reference in New Issue