diff options
author | Stanislaw Klekot <[email protected]> | 2017-10-30 20:39:07 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-01-24 13:23:15 +0100 |
commit | ad88794506a0ccf0671dd9b909890e0a80b346cc (patch) | |
tree | bd407f6dbf3f3ac82cc82d0f485ca9938c6774cb /doc/src/guide/book.asciidoc | |
parent | f545564473f0f92cc5b266616b289cf6266e9e28 (diff) | |
download | erlang.mk-ad88794506a0ccf0671dd9b909890e0a80b346cc.tar.gz erlang.mk-ad88794506a0ccf0671dd9b909890e0a80b346cc.tar.bz2 erlang.mk-ad88794506a0ccf0671dd9b909890e0a80b346cc.zip |
Add support for Sphinx documentation builder
Diffstat (limited to 'doc/src/guide/book.asciidoc')
-rw-r--r-- | doc/src/guide/book.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc index 571d06d..085c147 100644 --- a/doc/src/guide/book.asciidoc +++ b/doc/src/guide/book.asciidoc @@ -41,6 +41,8 @@ include::asciidoc.asciidoc[Asciidoc documentation] include::edoc.asciidoc[EDoc comments] +include::sphinx.asciidoc[Sphinx documentation] + [[tests]] = Tests |