From 5b6038db358417a1625168a6a8fea869727e1e14 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Jun 2018 22:31:21 +0530 Subject: [PATCH] Dont include a literal dump of the conf files Since all the config options are documented separately on the page in any case, there is not much need for it. And now that the conf files are downloadable, it is probably nicer to just view/edit them directly in the users favorite pager/editor rather than the browser. --- docs/conf.rst | 7 +++---- docs/kittens/diff.rst | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/conf.rst b/docs/conf.rst index 6244a4652..574f26ea9 100644 --- a/docs/conf.rst +++ b/docs/conf.rst @@ -35,7 +35,6 @@ expanded, so :code:`${USER}.conf` becomes :file:`name.conf` if Sample kitty.conf ^^^^^^^^^^^^^^^^^^^^^ -Below is a sample :download:`kitty.conf ` with all default settings. - -.. literalinclude:: /generated/conf/kitty.conf - :language: conf +You can download a sample :file:`kitty.conf` file with all default settings and +comments describing each setting by clicking: :download:`sample kitty.conf +`. diff --git a/docs/kittens/diff.rst b/docs/kittens/diff.rst index ff3da765a..67f5b9db3 100644 --- a/docs/kittens/diff.rst +++ b/docs/kittens/diff.rst @@ -152,7 +152,6 @@ Command Line Interface Sample diff.conf ----------------- -Below is a sample :download:`diff.conf ` with all default settings. - -.. literalinclude:: /generated/conf/diff.conf - :language: conf +You can download a sample :file:`diff.conf` file with all default settings and +comments describing each setting by clicking: :download:`sample diff.conf +`.