We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24e8cd commit ca31e05Copy full SHA for ca31e05
noxfile.py
@@ -35,9 +35,7 @@ def release(session):
35
confirm("Have you updated the readme docs?")
36
37
# Build & Deploy Documentation
38
- session.install("mkdocs")
39
- session.install("mkdocs-material")
40
- session.run("mkdocs", "gh-deploy")
+ print("For time being install mkdocs v1.1 and mkdocs-material then run mkdocs gh-deploy")
41
42
# Upload distribution to PyPi
43
session.install('twine')
0 commit comments