diff --git a/release.ipynb b/release.ipynb index 754c8cb..407858a 100644 --- a/release.ipynb +++ b/release.ipynb @@ -10,7 +10,7 @@ "import re\n", "\n", "# Define the directory where the Markdown files and \"_sidebar.md\" are located\n", - "path_docs = \"docs\" # Replace with the actual directory path\n", + "path_docs = \"docs\"\n", "SIDEBAR_FILE = os.path.join(path_docs, \"_sidebar.md\")\n", "\n", "# Extract the file order from \"_sidebar.md\"\n", @@ -35,7 +35,7 @@ " else:\n", " print(f\"Warning: File {file_path} does not exist and will be skipped.\")\n", "\n", - "path_releases = \"releases\" # Replace with the actual directory path\n", + "path_releases = \"releases\"\n", "if not os.path.exists(path_releases):\n", " os.makedirs(path_releases)\n", "\n",