Skip to content
Snippets Groups Projects

Major docs revamp

Merged Duncan Macleod requested to merge duncanmmacleod/gwdatafind:revamp-docs into main
12 files
+ 445
94
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 5
3
@@ -17,9 +17,11 @@ include:
docs:
stage: Documentation
needs: []
extends:
# https://computing.docs.ligo.org/gitlab-ci-templates/python/#.python:sphinx
- .python:sphinx
# https://computing.docs.ligo.org/gitlab-ci-templates/python/#.python:sphinx
extends: .python:sphinx
variables:
BUILDER: "html"
SPHINXOPTS: "-E -W"
before_script:
- python -m pip install .[docs]
Loading