We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfc29c commit 77910bcCopy full SHA for 77910bc
1 file changed
docs/generate_llms_txt.py
@@ -118,5 +118,5 @@ def generate(source_dir, output_path):
118
if __name__ == "__main__":
119
docs_dir = os.path.dirname(os.path.abspath(__file__))
120
source = os.path.join(docs_dir, SOURCE_DIR)
121
- output = sys.argv[1] if len(sys.argv) > 1 else os.path.join(docs_dir, "build", "2.0", "html", "llms.txt")
+ output = sys.argv[1] if len(sys.argv) > 1 else os.path.join(docs_dir, "build", "html", "2.0", "llms.txt")
122
generate(source, output)
0 commit comments