Skip to content
Snippets Groups Projects

Execution test

Closed Giannis Koumoutsos requested to merge executionTest into main
21 files
+ 135
61
Compare changes
  • Side-by-side
  • Inline
Files
21
+ 2
2
"""rm -rf doc/_generated/; python setup.py build_sphinx -E -a
"""
project = "ewoksjob"
project = "ewoksweb"
release = "0.1"
copyright = "2022, ESRF"
author = "ESRF"
extensions = []
extensions = ["sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinxcontrib.mermaid"]
templates_path = []
exclude_patterns = []
Loading