Unverified Commit 80897922 authored by Christine Kim's avatar Christine Kim Committed by GitHub
Browse files

Remove instances of sphinx dep (#32)

parent 10bd3f3e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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/
          

cmake/FindSphinx.cmake

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
#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