Skip to content
Snippets Groups Projects
Commit 66a04273 authored by Jutta Schnabel's avatar Jutta Schnabel
Browse files

adding json schema reading

parent 0f1e9245
No related branches found
No related tags found
No related merge requests found
Pipeline #54479 failed
......@@ -15,6 +15,7 @@ before_script:
build_docs:
stage: build
script:
- cp specs docs/source/specs
- sphinx-build -b html $DOCS_DIR/source $BUILD_DIR
artifacts:
paths:
......
......@@ -49,7 +49,7 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'sphinx-rtd-theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
......
.. KM3NeT Dataformat Specifications documentation master file, created by
sphinx-quickstart on Tue Aug 20 09:58:21 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to KM3NeT Dataformat Specifications's documentation!
============================================================
......@@ -10,6 +5,7 @@ Welcome to KM3NeT Dataformat Specifications's documentation!
:maxdepth: 2
:caption: Contents:
testdomain
Indices and tables
......
.. jsonschema:: specs/templates/dataformat_standard.json
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