Skip to content
Snippets Groups Projects
Unverified Commit 80897922 authored by Christine Kim's avatar Christine Kim Committed by GitHub
Browse files

Remove instances of sphinx dep (#32)

parent 10bd3f3e
No related branches found
No related tags found
No related merge requests found
......@@ -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/
#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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment