From 20af793745b5ebab8d31d435b6aef64cb2af35a0 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 21 Sep 2023 20:26:41 +0200 Subject: [PATCH] Docs: update example for AsciiDoc to simplify it a little (#10763) I created a version on `test-builds` for this and it works fine: https://test-builds.readthedocs.io/en/asciidoctor/ --- docs/user/build-customization.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/user/build-customization.rst b/docs/user/build-customization.rst index 4a5648cd536..a7560fdfebf 100644 --- a/docs/user/build-customization.rst +++ b/docs/user/build-customization.rst @@ -480,6 +480,5 @@ Here is an example configuration file: tools: nodejs: "20" commands: - - npm i -g asciidoctor - - asciidoctor index.asciidoc - - mkdir -pv $READTHEDOCS_OUTPUT/html/ && mv index.html $READTHEDOCS_OUTPUT/html/ + - npm install -g asciidoctor + - asciidoctor -D $READTHEDOCS_OUTPUT/html index.asciidoc