Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SpiceQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
SpiceQL
Commits
80897922
Unverified
Commit
80897922
authored
10 months ago
by
Christine Kim
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove instances of sphinx dep (#32)
parent
10bd3f3e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/deploy.yml
+0
-1
0 additions, 1 deletion
.github/workflows/deploy.yml
cmake/FindSphinx.cmake
+0
-11
0 additions, 11 deletions
cmake/FindSphinx.cmake
with
0 additions
and
12 deletions
.github/workflows/deploy.yml
+
0
−
1
View file @
80897922
...
...
@@ -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/
This diff is collapsed.
Click to expand it.
cmake/FindSphinx.cmake
deleted
100644 → 0
+
0
−
11
View file @
10bd3f3e
#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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment