You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/build-customization.rst
+20
Original file line number
Diff line number
Diff line change
@@ -463,3 +463,23 @@ These projects can be built using a configuration file like this:
463
463
commands:
464
464
- mkdir --parents $READTHEDOCS_OUTPUT/html/
465
465
- cp --recursive docs/* $READTHEDOCS_OUTPUT/html/
466
+
467
+
Asciidoc
468
+
^^^^^^^^
469
+
470
+
`Asciidoctor <https://asciidoctor.org/>`__ is a fast processor for converting and generating documentation from AsciiDoc source.
471
+
The Asciidoctor toolchain includes `Asciidoctor.js <https://docs.asciidoctor.org/asciidoctor.js/latest/>`__ which you can use with custom build commands.
0 commit comments