Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Jul 1, 2023
1 parent 5496ecf commit 2ef80a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/pytools/lib/execute/config_doc_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def execute(master: Path, version: str):
classpath = master / 'distribution' / 'server' / 'target' / 'classpath.txt'
classpath = classpath.read_text()

broker_doc_generator = 'org.apache.pulsar.docs.tools.CmdGenerateDocumentation'
client_doc_generator = 'org.apache.pulsar.docs.tools.CmdGenerateDocumentation'
proxy_doc_generator = 'org.apache.pulsar.docs.tools.CmdGenerateDocumentation'
broker_doc_generator = 'org.apache.pulsar.proxy.util.CmdGenerateDocumentation'
client_doc_generator = 'org.apache.pulsar.proxy.util.CmdGenerateDocumentation'
proxy_doc_generator = 'org.apache.pulsar.proxy.util.CmdGenerateDocumentation'

# FIXME(*) b/w compatibility - removed if they are no longer maintained
if version != "next" and semver.VersionInfo.parse(version[:-2] + ".0") <= "3.0.0":
Expand Down

0 comments on commit 2ef80a3

Please sign in to comment.