Skip to content

Commit

Permalink
updated imports and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Oct 12, 2023
1 parent 296a523 commit f541dd6
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 369 deletions.
4 changes: 0 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
Sphinx>=4.0.1
sphinx_rtd_theme>=0.5.2
sphinx_click>=3.0.0
sphinx_autodoc_typehints
-r ../requirements.txt
5 changes: 1 addition & 4 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ def activate_virtualenv_in_precommit_hooks(session: Session) -> None:
session's virtual environment. This allows pre-commit to locate hooks in
that environment when invoked from git.
Args:
session: The Session object.
:param session: The Session object.
"""
assert session.bin is not None # noqa: S101

Expand Down Expand Up @@ -186,8 +185,6 @@ def xdoctest(session: Session) -> None:
def docs_build(session: Session) -> None:
"""Build the documentation."""
args = session.posargs or ["docs", "docs/_build"]
session.install(".")
session.install("sphinx", "sphinx-click", "sphinx-rtd-theme")
session.install("-r", "./docs/requirements.txt")

build_dir = Path("docs", "_build")
Expand Down
Loading

0 comments on commit f541dd6

Please sign in to comment.