From a933ef23fd272f7478bbfe24878e3c970d5cbd31 Mon Sep 17 00:00:00 2001 From: Christine Kim Date: Tue, 30 Apr 2024 09:01:03 -0400 Subject: [PATCH] Remove instances of sphinx dep --- .github/workflows/deploy.yml | 1 - cmake/FindSphinx.cmake | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 cmake/FindSphinx.cmake diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b67f75c..0288fa6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -85,6 +85,5 @@ jobs: - name: Upload to S3 working-directory: ${{github.workspace}}/ run: | - ls -l share/doc/SpiceQL/sphinx/ aws s3 sync --delete site/ s3://asc-public-docs/software_manuals/spiceql/ diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake deleted file mode 100644 index 1382309..0000000 --- a/cmake/FindSphinx.cmake +++ /dev/null @@ -1,11 +0,0 @@ -#Look for an executable called sphinx-build -find_program(SPHINX_EXECUTABLE - NAMES sphinx-build - DOC "Path to sphinx-build executable") - -include(FindPackageHandleStandardArgs) - -#Handle standard arguments to find_package like REQUIRED and QUIET -find_package_handle_standard_args(Sphinx - "Failed to find sphinx-build executable" - SPHINX_EXECUTABLE) \ No newline at end of file