chore: Remove docs session (#1271)

diff --git a/noxfile.py b/noxfile.py
index 7146738..cbcfbb6 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -75,9 +75,3 @@
         "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 b4e073f..040e24d 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)