summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-12 22:41:15 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-12 22:41:15 -0400
commit53bc7272edb232b22c290017ecff0ce6972b3771 (patch)
tree037938ea7c8424a831aa7c4f1c96b4575b2ce97e /HACKING.rst
parentd9da078ddad3d4ebefd42955875421c45c55635d (diff)
downloadbuildstream-53bc7272edb232b22c290017ecff0ce6972b3771.tar.gz
doc: Don't allow setting a height on the generated session html
This was a bad idea and doesnt play well with mobile UIs, better off to just include the whole thing even if it's long, and let the backing page handle vertical scrolling.
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/HACKING.rst b/HACKING.rst
index a3746ec5c..a1cffc880 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -379,9 +379,6 @@ The ``.run`` file format is just another YAML dictionary with a few options:
* ``directory``: The project directory to run commands on, relative to the ``.run`` file.
-* ``height``: An optional string denoting that the height of the generated HTML should
- be limited, possibly resulting in vertical scrolling.
-
* ``prepare-commands``: A list of command strings which should be run first
* ``command``: The command to capture the output of