Description: Documentation_out_folder_is_html
 Output HTML in an html folder instead of build
 .
 python-grpcio (1.14.1-1) unstable; urgency=medium
 .
   * Initial release.
Author: Adam Cecile <acecile@le-vert.net>

---
Origin: other
Forwarded: not-needed
Last-Update: 2018-08-28

Index: python-grpcio-1.33.2/src/python/grpcio/commands.py
===================================================================
--- python-grpcio-1.33.2.orig/src/python/grpcio/commands.py
+++ python-grpcio-1.33.2/src/python/grpcio/commands.py
@@ -98,7 +98,7 @@ class SphinxDocumentation(setuptools.Com
         # relevant package eggs first.
         import sphinx.cmd.build
         source_dir = os.path.join(GRPC_STEM, 'doc', 'python', 'sphinx')
-        target_dir = os.path.join(GRPC_STEM, 'doc', 'build')
+        target_dir = os.path.join(GRPC_STEM, 'doc', 'html')
         exit_code = sphinx.cmd.build.build_main(
             ['-b', 'html', '-W', '--keep-going', source_dir, target_dir])
         if exit_code != 0:
