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 e2b3059 commit 84d5d44Copy full SHA for 84d5d44
setup.py
@@ -5,6 +5,7 @@
5
6
parser = argparse.ArgumentParser(description="hack to let readthedoc install work")
7
parser.add_argument("action", choices=["install"])
8
+parser.add_argument("--force", action="store_true", default=False)
9
10
if __name__ == "__main__":
11
parser.parse_args()
0 commit comments