Documentation: improve the look of landing page

* Link the new CSS stylesheet also when building docs at RTD
This commit is contained in:
f18m 2023-11-10 12:54:34 +01:00 committed by Luca Boccassi
parent 481d536713
commit 61050beca6

View File

@ -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
# ------------