mirror of https://github.com/mamba-org/mamba.git
22 lines
379 B
YAML
22 lines
379 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
# Path to Sphinx configuration file
|
|
configuration: docs/source/conf.py
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "mambaforge-22.9"
|
|
jobs:
|
|
pre_build:
|
|
- |
|
|
(
|
|
cat docs/Doxyfile;
|
|
echo "INPUT=libmamba/include";
|
|
echo "XML_OUTPUT=docs/xml"
|
|
) | doxygen -
|
|
|
|
conda:
|
|
environment: docs/environment.yml
|