Skip to content

Commit

Permalink
Fix docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Apr 6, 2022
1 parent 3774e11 commit 6e464ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx
myst-parser
sphinx-copybutton
sphinx-click
.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def test(session):

@nox.session(python="3.9")
def docs(session):
session.install(".")
session.install("-r", "docs/requirements.txt")

# Generate documentation into `build/docs`
Expand All @@ -22,8 +21,8 @@ def docs(session):

@nox.session(name="docs-live", python="3.9")
def docs_live(session):
session.install("-e", ".")
session.install("-r", "docs/requirements.txt")
session.install("-e", ".")
session.install("sphinx-autobuild")

session.run(
Expand Down

0 comments on commit 6e464ae

Please sign in to comment.