From 53bc7272edb232b22c290017ecff0ce6972b3771 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 12 Jun 2018 22:41:15 -0400 Subject: 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. --- HACKING.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'HACKING.rst') 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 -- cgit v1.2.1