Antora

Antora is a static site generator for creating documentation sites from AsciiDoc content.

Minimal configuration is required to build an existing Antora project on Read the Docs.

.readthedocs.yaml
 version: 2

 build:
     os: ubuntu-lts-latest
     tools:
         nodejs: latest
     jobs:
       install:
         - npm i -g @antora/cli@3.1 @antora/site-generator@3.1
       build:
         html:
           - antora --fetch antora-playbook.yml --to-dir $READTHEDOCS_OUTPUT/html

Getting Started

Example Repository and Demo

Example repository

https://github.com/readthedocs/test-builds/tree/antora

Demo

https://test-builds.readthedocs.io/en/antora/

Further Reading