-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathconfig.env
44 lines (36 loc) · 1.15 KB
/
config.env
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
# =========
# CI CONFIG
# =========
# Code directory
codedir = software/python
# Run unit tests
run_tests = true
# Coverage badge content [cov -> coverage %]
badge_content = Passing
# Documentation directory
docsdir = docs/reference
# LaTeX
# =====
# PDF output directory
pdfdir = reference
# HOSTING
# =======
# The generated HTML documentation may be hosted in a branch of this
# repository, or in a branch of any other repository to which you
# have writing rights to. To select either, simply input the
# characteristics of your branch or repository of choice.
# + To STOP hosting in your branch of choice, you can
# - Set "branch" to the empty string
# - Comment the "branch" variable out
# In the case of external repositories,
# - Set "dest_gh_repository" to the empty string
# - Comment the "dest_gh_repository" variable out
# Host branch
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
branch = docs
# Host repo (uncomment)
# ~~~~~~~~~~~~~~~~~~~~~
# user_email = <user>@<email.com>
# dest_branch = <destination branch name>
# dest_gh_username = <destination GitHub username>
# dest_gh_repository = <destination GitHub repository>