From 654ab0ae90b922f3be53b5236abc12f5cfb8542d Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Tue, 12 Mar 2019 16:42:00 -0400 Subject: [PATCH] Switch the ES Python Client to Asciidoctor (#702) This switches the Elasticsearch Python Client's stub book to Asciidoctor. `html_diff` claims that the html is the same modulo whitespace. This book is small because it points folks at the canonical docs at `readthedocs.org`. --- conf.yaml | 1 + doc_build_aliases.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 3534a3f3d876e..c9d32e6279a58 100644 --- a/conf.yaml +++ b/conf.yaml @@ -356,6 +356,7 @@ contents: single: 1 tags: Clients/Python subject: Clients + asciidoctor: true sources: - repo: elasticsearch diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index ef50824541e2c..0718431d523f5 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -122,7 +122,7 @@ alias docbldphp='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elastic alias docbldepl='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/perl/index.asciidoc --single' -alias docbldepy='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/python/index.asciidoc --single 1' +alias docbldepy='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/python/index.asciidoc --single' alias docblderb='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/ruby/index.asciidoc'