fix docs to use read-the-docs theme

This commit is contained in:
Nick Sweeting 2019-04-27 17:43:14 -04:00
parent d4c4a2d4ac
commit 248a4da99d
13 changed files with 284 additions and 185 deletions
archivebox

View file

@ -454,7 +454,6 @@ def add(import_str: Optional[str]=None,
update_all: bool=not ONLY_NEW,
index_only: bool=False,
out_dir: str=OUTPUT_DIR) -> List[Link]:
"""The main ArchiveBox entrancepoint. Everything starts here."""
check_data_folder(out_dir=out_dir)
@ -597,7 +596,6 @@ def update(resume: Optional[float]=None,
after: Optional[str]=None,
before: Optional[str]=None,
out_dir: str=OUTPUT_DIR) -> List[Link]:
"""The main ArchiveBox entrancepoint. Everything starts here."""
check_dependencies()
check_data_folder(out_dir=out_dir)