Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/en/installation/meson.build
7350 views
1
doc_sources = [
2
'conda.rst',
3
'conf.py',
4
'index.rst',
5
'launching.rst',
6
'source.rst',
7
'troubles.rst',
8
'source-distro.rst',
9
]
10
11
foreach file : doc_sources
12
doc_src += fs.copyfile(file)
13
endforeach
14
15
16