Skip to content

Commit

Permalink
feat: fixed nox file conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
vi3k6i5 committed Apr 7, 2021
2 parents a816ab9 + 00e2ee8 commit 798e88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Expand Up @@ -131,12 +131,12 @@ def docs(session):
def docfx(session):
"""Build the docfx yaml files for this library."""

session.install("-e", ".")
session.install("-e", ".[tracing]")
session.install(
"sphinx",
"alabaster",
"recommonmark",
"sphinx-docfx-yaml",
"gcp-sphinx-docfx-yaml",
"django==2.2",
)

Expand Down

0 comments on commit 798e88d

Please sign in to comment.