Commit 37f34cf8 authored by kerry-he's avatar kerry-he
Browse files

Update .gitlab-ci.yml

parent a2838a6c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -360,7 +360,6 @@ documentation:
    # Build HTML documentation.
    - sphinx-build -W -b html doc html
    # Build PDF documentation.
    - pacman -S base-devel   # HACK: Fix broken make command
    - sphinx-build -W -b latex doc latex
    - make -C latex
    # HACK: Work around autoapi using relative paths to math images.