Verified Commit a9c4ad93 authored by Daniel Williams's avatar Daniel Williams
Browse files

Corrected the location of the built html docs.

parent 34db52d5
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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