mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-23 11:57:58 +02:00

- Fixed CI job not doing python docs - added more docs on cluster file - fixed generating docs on cluster vector
15 lines
200 B
YAML
15 lines
200 B
YAML
name: dev-environment
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- anaconda-client
|
|
- conda-build
|
|
- doxygen
|
|
- sphinx=7.1.2
|
|
- breathe
|
|
- sphinx_rtd_theme
|
|
- furo
|
|
- zeromq
|
|
- pybind11
|
|
|