You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sphinx Extension] Add offline build support (#15)
* Add -o/--offline mode, rely on the local lock file
* Fix grammar, update docs, clean up code
* Add named arguments, Remove -o flag
* Change fls.lock to spec.lock
* Remove print()
* Update fls.lock -> spec.lock
* Remove redundant offline configuration in build process
* Enhance build script with timing and docstrings
error_message="The FLS specification has changed since the lock file was created:\n"
37
-
fordiffindifferences:
38
-
error_message+=f" - {diff}\n"
39
-
error_message+="\nPlease manually inspect FLS spec items whose checksums have changed as corresponding guidelines may need to account for these changes."
40
-
error_message+="\nOnce resolved, you may run the following to update the local spec lock file:"
error_message="The FLS specification has changed since the lock file was created:\n"
37
+
fordiffindifferences:
38
+
error_message+=f" - {diff}\n"
39
+
error_message+="\nPlease manually inspect FLS spec items whose checksums have changed as corresponding guidelines may need to account for these changes."
40
+
error_message+="\nOnce resolved, you may run the following to update the local spec lock file:"
0 commit comments