kopia lustrzana https://github.com/jupyterhub/repo2docker
fixing RTD build
rodzic
44ce5c171d
commit
a406b725bf
|
@ -13,3 +13,7 @@ repo2docker/s2i
|
||||||
lib/
|
lib/
|
||||||
share/
|
share/
|
||||||
include/
|
include/
|
||||||
|
|
||||||
|
# Docs
|
||||||
|
generated/
|
||||||
|
test_file_text.txt
|
||||||
|
|
|
@ -215,5 +215,5 @@ for folder, _, files in os.walk(os.path.join('..', '..', 'tests')):
|
||||||
for key in FILE_ORDER_PREFERENCE:
|
for key in FILE_ORDER_PREFERENCE:
|
||||||
for istring in FILES_DICT[key]:
|
for istring in FILES_DICT[key]:
|
||||||
s += istring
|
s += istring
|
||||||
with open('./generated/test_file_text.txt', 'w') as ff:
|
with open('./test_file_text.txt', 'w') as ff:
|
||||||
ff.write(s)
|
ff.write(s)
|
||||||
|
|
|
@ -4,4 +4,4 @@ Sample build files
|
||||||
There are many options for specifying your environment with ``repo2docker``.
|
There are many options for specifying your environment with ``repo2docker``.
|
||||||
The following sections describe a few samples to get you started.
|
The following sections describe a few samples to get you started.
|
||||||
|
|
||||||
.. include:: generated/test_file_text.txt
|
.. include:: test_file_text.txt
|
||||||
|
|
Ładowanie…
Reference in New Issue