From 61050beca6bb4a18d7f73641e010bb21afb20fdd Mon Sep 17 00:00:00 2001 From: f18m Date: Fri, 10 Nov 2023 12:54:34 +0100 Subject: [PATCH] Documentation: improve the look of landing page * Link the new CSS stylesheet also when building docs at RTD --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fec038e2..590ce5b0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -27,7 +27,7 @@ build: # HTML docs # --------- - doc/create_page_list.sh "$(pwd)/doc/__pagelist" "$(pwd)/doc" - - asciidoctor --backend html --destination-dir $READTHEDOCS_OUTPUT/html --attribute zmq_version='4.3.6' --attribute zmq_pagelist_dir=$(pwd)/doc doc/*.adoc + - asciidoctor --backend html --destination-dir $READTHEDOCS_OUTPUT/html --attribute stylesheet=asciidoctor.css --attribute zmq_version='4.3.6' --attribute zmq_pagelist_dir=$(pwd)/doc doc/*.adoc # HTMLZIP docs # ------------