-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Central-EngSysThis issue is owned by the Engineering System team.This issue is owned by the Engineering System team.
Description
Seeing this error in the "Generate Docs" step of CI:
sphinx run-test: commands[0] | /mnt/vss/_work/1/s/sdk/core/azure-mgmt-core/.tox/sphinx/bin/python /mnt/vss/_work/1/s/sdk/core/azure-mgmt-core/../../../eng/tox/prep_sphinx_env.py -d /mnt/vss/_work/1/s/sdk/core/azure-mgmt-core/.tox/dist -t /mnt/vss/_work/1/s/sdk/core/azure-mgmt-core
Traceback (most recent call last):
File "/mnt/vss/_work/1/s/sdk/core/azure-mgmt-core/../../../eng/tox/prep_sphinx_env.py", line 11, in <module>
from m2r import parse_from_file
File "/mnt/vss/_work/1/s/sdk/core/azure-mgmt-core/.tox/sphinx/lib/python3.6/site-packages/m2r.py", line 59, in <module>
class RestBlockGrammar(mistune.BlockGrammar):
AttributeError: module 'mistune' has no attribute 'BlockGrammar'
m2r is used in the tox sphinx env and depends on a library called mistune.
azure-sdk-for-python/eng/tox/tox.ini
Lines 145 to 155 in 76c8696
| [testenv:sphinx] | |
| skipsdist = false | |
| skip_install = false | |
| changedir = {toxinidir} | |
| passenv = * | |
| deps = | |
| {[base]deps} | |
| sphinx==3.5.4 | |
| sphinx_rtd_theme==0.5.0 | |
| recommonmark==0.6.0 | |
| m2r==0.2.1 |
mistune released a new package, 2.0.0, which appears to have breaking changes which are failing our CI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Central-EngSysThis issue is owned by the Engineering System team.This issue is owned by the Engineering System team.