We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff6744 commit b052da8Copy full SHA for b052da8
eng/tox/run_sphinx_apidoc.py
@@ -25,7 +25,7 @@
25
generate_mgmt_script = os.path.join(root_dir, "doc/sphinx/generate_doc.py")
26
27
def is_mgmt_package(pkg_name):
28
- return "mgmt" in pkg_name or "cognitiveservices" in pkg_name
+ return pkg_name != "azure-mgmt-core" and ("mgmt" in pkg_name or "cognitiveservices" in pkg_name)
29
30
def copy_existing_docs(source, target):
31
for file in os.listdir(source):
0 commit comments