From 921c35bf805e192cc33c5b89b4e49fc4f895023e Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Wed, 8 Jan 2025 15:51:26 -0500 Subject: [PATCH] working on file structure --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dcb5ab0..4578cb5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,9 @@ build: python: "3.10" commands: - mkdir --parents _readthedocs/html/ - - pwd + - ls + - ls .. + - ls ../.. - cp --recursive docs/build/html/* _readthedocs/html/ #python: