Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove extra line
  • Loading branch information
kolibril13 committed Nov 10, 2021
commit 0b96c537d5360662b781d3c3678a3a7dc50e7977
11 changes: 0 additions & 11 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@
from pathlib import Path
import shutil

## deleting all files in docs/source, when they should exist
# DOCS_SOURCE_DIR = Path.cwd() / "source"
# print(DOCS_SOURCE_DIR)

# folders = ["Python", "Data", "Utilities"]
# for folder in folders:
# print(DOCS_SOURCE_DIR / folder)
# try:
# shutil.rmtree(DOCS_SOURCE_DIR/folder)
# except FileNotFoundError:
# print(f"Directory {DOCS_SOURCE_DIR/folder} was not yet in docs/source, so not deleted.")

# Copy notebooks to source

Expand Down