Skip to content

Commit

Permalink
🔥 Bionty docs is built in lamindb
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Jan 31, 2024
1 parent 2cfe838 commit 6f24ad9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ def lint(session: nox.Session) -> None:
run_pre_commit(session)


@nox.session
def docs(session: nox.Session):
import lamindb_setup as ln_setup
# @nox.session
# def docs(session: nox.Session):
# import lamindb_setup as ln_setup

login_testuser1(session)
ln_setup.init(storage="./docsbuild")
build_docs(session)
# login_testuser1(session)
# ln_setup.init(storage="./docsbuild")
# build_docs(session)


@nox.session()
def build(session):
session.run(*"pip install -e .[dev]".split())
session.run(*"pip install git+https://github.com/laminlabs/lamindb".split())
# session.run(*"pip install git+https://github.com/laminlabs/lamindb".split())
# run_pytest(session, coverage=False)
docs(session)
move_built_docs_to_docs_slash_project_slug()
# docs(session)
# move_built_docs_to_docs_slash_project_slug()

0 comments on commit 6f24ad9

Please sign in to comment.