Skip to content

Commit

Permalink
Docs: update example for AsciiDoc to simplify it a little (#10763)
Browse files Browse the repository at this point in the history
I created a version on `test-builds` for this and it works fine:
https://test-builds.readthedocs.io/en/asciidoctor/
  • Loading branch information
humitos authored Sep 21, 2023
1 parent 69efcb1 commit 20af793
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/user/build-customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 20af793

Please sign in to comment.