Skip to content

Commit b052da8

Browse files
azure-mgmt-core shouldn't use mgmt docs build (#35936)
1 parent dff6744 commit b052da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tox/run_sphinx_apidoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
generate_mgmt_script = os.path.join(root_dir, "doc/sphinx/generate_doc.py")
2626

2727
def is_mgmt_package(pkg_name):
28-
return "mgmt" in pkg_name or "cognitiveservices" in pkg_name
28+
return pkg_name != "azure-mgmt-core" and ("mgmt" in pkg_name or "cognitiveservices" in pkg_name)
2929

3030
def copy_existing_docs(source, target):
3131
for file in os.listdir(source):

0 commit comments

Comments
 (0)