Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0de5617

Browse filesBrowse files
committed
feat: added docfx build in nox file
2 parents cd3951c + 17aa057 commit 0de5617
Copy full SHA for 0de5617

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎noxfile.py

Copy file name to clipboardExpand all lines: noxfile.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def docs(session):
131131
def docfx(session):
132132
"""Build the docfx yaml files for this library."""
133133

134-
session.install("-e", ".")
134+
session.install("-e", ".[tracing]")
135135
session.install(
136136
"sphinx",
137137
"alabaster",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.