From c826afe042fd023ab939364c210456cf15da67df Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 29 Mar 2021 09:01:24 +0000 Subject: [PATCH] chore: Remove docs session --- noxfile.py | 6 ------ synth.py | 5 ----- 2 files changed, 11 deletions(-) diff --git a/noxfile.py b/noxfile.py index 71467382eff..cbcfbb691e2 100644 --- a/noxfile.py +++ b/noxfile.py @@ -75,9 +75,3 @@ def unit(session, oauth2client): "tests", *session.posargs, ) - - -@nox.session(python="3.6") -def docs(session): - session.install('.') - session.run("python", "describe.py") \ No newline at end of file diff --git a/synth.py b/synth.py index b4e073fb37a..040e24d0b6e 100644 --- a/synth.py +++ b/synth.py @@ -29,8 +29,3 @@ # Also move issue templates s.move(templated_files / '.github') - -# ---------------------------------------------------------------------------- -# Generate docs -# ---------------------------------------------------------------------------- -s.shell.run(["nox", "-s", "docs"], hide_output=False)