8000 Update noxfile.py · bneb/python-api-core@332c5ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 332c5ef

Browse files
authored
Update noxfile.py
Add myst-parser to session.install args.
1 parent fb18a47 commit 332c5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def docfx(session):
240240

241241
session.install("-e", ".")
242242
session.install(
243-
"sphinx==4.0.1", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml"
243+
"sphinx==4.0.1", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml", "myst-parser"
244244
)
245245

246246
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)

0 commit comments

Comments
 (0)
0