Skip to content

Commit ca31e05

Browse files
committed
I give up on the mkdocs issue
1 parent e24e8cd commit ca31e05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ def release(session):
3535
confirm("Have you updated the readme docs?")
3636

3737
# Build & Deploy Documentation
38-
session.install("mkdocs")
39-
session.install("mkdocs-material")
40-
session.run("mkdocs", "gh-deploy")
38+
print("For time being install mkdocs v1.1 and mkdocs-material then run mkdocs gh-deploy")
4139

4240
# Upload distribution to PyPi
4341
session.install('twine')

0 commit comments

Comments
 (0)