Skip to content
Snippets Groups Projects
Verified Commit 02818528 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

add build-docs.sh for publishing documentation

parent 0682669a
No related branches found
No related tags found
1 merge request!41add build-docs.sh for publishing documentation
Pipeline #83461 passed
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
The GÉANT interpretation of [`orchestrator-core`](https://github.com/workfloworchestrator/orchestrator-core). The GÉANT interpretation of [`orchestrator-core`](https://github.com/workfloworchestrator/orchestrator-core).
## Documentation ## Documentation
You can build the documentation locally using [build_docs.sh](build_docs.sh). You can build the documentation locally using either [build-docs.sh](build-docs.sh) or [test-docs.sh](test-docs.sh).
pip install sphinx-autodoc2 sphinx_rtd_theme myst-parser
cd docs/source || exit 1
make html
File moved
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