forked from IDAES/examples-pse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-ci.yml
52 lines (51 loc) · 1.77 KB
/
build-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# Configuration file for build.py,
# to be used for testing and for CI
# Paths used for all sections
paths:
# where the Jupyter notebook source files are
source: src
# where the documentation (generated, hand-written) lives
output: docs_test
# the HTML output directory
html: _build/html
# Settings for running and converting Jupyter Notebooks
notebook:
num_workers: 1
# continue on errors (otherwise stop)
continue_on_error: true
test_mode: true
timeout: 600
# where to put error files. special values: '__stdout__', '__stderr__'
error_file: ci-test-errors.txt
# template file for the "_doc" wrapper RST file
template: docs/jupyter_notebook_sphinx.tpl
directories:
- source: Examples/Advanced/CustomUnitModels
- source: Examples/Advanced/CustomProperties
- source: Examples/Flowsheets
- source: Examples/Flowsheets/ngcc
- source: Examples/Flowsheets/ngfc
# - source: Examples/Advanced/DataRecon
- source: Examples/MatOpt
- source: Examples/SurrMod/FlowsheetOptimization
- source: Examples/SurrMod/Helmet
- source: Examples/SurrMod/PySMO
- source: Examples/Tools
- source: Examples/UnitModels/Operations
- source: Examples/UnitModels/Reactors
- source: Examples/Pecos
- source: Examples/DAE
- source: Tutorials/Advanced/ParamEst
- source: Tutorials/Basics
# Settings for building the notebook index page.
# These can be overridden with options to the script.
notebook_index:
input_file: notebook_index.yml
output_file: src/notebook_index.ipynb
# Settings for running Sphinx build
sphinx:
args: "-b html -T docs_test docs_test/_build/html"
error_file: sphinx-errors.txt
# Directory to create and use for linkchecker output
linkcheck_dir: lc