This is an automated email from the ASF dual-hosted git repository. xqhu pushed a commit to branch liferoad-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 3ce219434a36cba3aca3b85808311f9573a820bb Author: liferoad <[email protected]> AuthorDate: Tue Oct 22 15:27:30 2024 -0400 Update generate_pydoc.sh Try this idea: https://stackoverflow.com/questions/68709496/searching-takes-forever-on-readthedocs-when-the-phrase-is-not-present-on-th --- sdks/python/scripts/generate_pydoc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sdks/python/scripts/generate_pydoc.sh b/sdks/python/scripts/generate_pydoc.sh index 827df30861c..21561e1bf6a 100755 --- a/sdks/python/scripts/generate_pydoc.sh +++ b/sdks/python/scripts/generate_pydoc.sh @@ -124,7 +124,6 @@ extensions = [ ] master_doc = 'index' html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] project = 'Apache Beam' version = beam_version.__version__ release = version
