Skip to content
Snippets Groups Projects
Verified Commit a9c4ad93 authored by Daniel Williams's avatar Daniel Williams
Browse files

Corrected the location of the built html docs.

parent 34db52d5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ build:pages:
script:
- pip install sphinx sphinx-bootstrap-theme numpydoc
- make docs
- mv _build/html/ public/
- mv docs/_build/html/ public/
artifacts:
paths:
- public
......@@ -19,9 +19,6 @@ build:pages:
# Build receipe for standalone wheels on Linux
build:wheel:
# This container is derived from the official manylinux image provided by
# python.org (see PEP 513), and includes all of the LALSuite
# build-dependencies.
# stage: build
script:
- pip install wheel
......
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