[Fix] Fix docs (#1233)
parent
317d8f3178
commit
529bab815f
|
@ -3,8 +3,13 @@ version: 2
|
|||
formats:
|
||||
- epub
|
||||
|
||||
# Set the version of Python and other tools you might need
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.10"
|
||||
|
||||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: requirements/runtime.txt
|
||||
- requirements: requirements/docs.txt
|
||||
|
|
|
@ -20,6 +20,7 @@ Runner
|
|||
:template: classtemplate.rst
|
||||
|
||||
Runner
|
||||
FlexibleRunner
|
||||
|
||||
Loop
|
||||
----------------
|
||||
|
|
|
@ -20,6 +20,7 @@ Runner
|
|||
:template: classtemplate.rst
|
||||
|
||||
Runner
|
||||
FlexibleRunner
|
||||
|
||||
Loop
|
||||
----------------
|
||||
|
|
Loading…
Reference in New Issue