mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 21:34:21 +08:00
Rework how conf.py is handled.
Needed to switch due to increasing complexity.
This commit is contained in:
@@ -8,12 +8,4 @@ def configure(ctx):
|
||||
cmd_configure(ctx)
|
||||
|
||||
def build(ctx):
|
||||
|
||||
sub = {
|
||||
"VERSION": "1.0",
|
||||
"RELEASE": "5.0.0",
|
||||
"DOC": "POSIX",
|
||||
"FILE_DOC": "rtemsposix",
|
||||
}
|
||||
|
||||
cmd_build(ctx, sub)
|
||||
cmd_build(ctx)
|
||||
|
Reference in New Issue
Block a user