File tree 5 files changed +38
-24
lines changed
5 files changed +38
-24
lines changed Original file line number Diff line number Diff line change 1
- # Read the Docs configuration file
2
- # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
-
4
- # Required
5
- version : 2
6
-
7
- # Set the version of Python and other tools you might need
8
- build :
9
- os : ubuntu-22.04
10
- tools :
11
- python : " 3.9"
12
-
13
- # Build documentation in the docs/ directory with Sphinx
14
- sphinx :
15
- configuration : docs/conf.py
16
-
17
- # Optionally declare the Python requirements required to build your docs
18
- python :
19
- install :
20
- - requirements : docs/requirements.txt
1
+ ---
2
+
3
+ # Read the Docs configuration file
4
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5
+
6
+ # Required
7
+ version : 2
8
+
9
+ # Set the version of Python and other tools you might need
10
+ build :
11
+ os : ubuntu-22.04
12
+ tools :
13
+ python : " 3.9"
14
+
15
+ # Build documentation in the docs/ directory with Sphinx
16
+ sphinx :
17
+ configuration : docs/conf.py
18
+
19
+ # Optionally declare the Python requirements required to build your docs
20
+ python :
21
+ install :
22
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change
1
+ ---
2
+
1
3
#
2
4
# build all non-image containers
3
5
# $ docker-compose -f docker-compose-rtu-test.yaml build
@@ -21,7 +23,8 @@ services:
21
23
expose :
22
24
- " 65433"
23
25
ports :
24
- - " 65433:65433" # reach "micropython-client" at 172.25.0.2:65433, see networks
26
+ # reach "micropython-client" at 172.25.0.2:65433, see networks
27
+ - " 65433:65433"
25
28
networks :
26
29
serial_bridge :
27
30
# fix IPv4 address to be known and in the MicroPython scripts
Original file line number Diff line number Diff line change
1
+ ---
2
+
1
3
#
2
4
# build all non-image containers
3
5
# $ docker-compose build
@@ -20,7 +22,8 @@ services:
20
22
expose :
21
23
- " 65433"
22
24
ports :
23
- - " 65433:65433" # reach "micropython-client" at 172.25.0.2:65433, see networks
25
+ # reach "micropython-client" at 172.25.0.2:65433, see networks
26
+ - " 65433:65433"
24
27
networks :
25
28
serial_bridge :
26
29
# fix IPv4 address to be known and in the MicroPython scripts
Original file line number Diff line number Diff line change
1
+ ---
2
+
1
3
#
2
4
# build all non-image containers
3
5
# $ docker-compose -f docker-compose-tcp-test.yaml build
@@ -20,7 +22,8 @@ services:
20
22
expose :
21
23
- " 502"
22
24
ports :
23
- - " 502:502" # reach "micropython-client" at 172.24.0.2:502, see networks
25
+ # reach "micropython-client" at 172.24.0.2:502, see networks
26
+ - " 502:502"
24
27
networks :
25
28
my_bridge :
26
29
# fix IPv4 address to be known and in the MicroPython scripts
Original file line number Diff line number Diff line change
1
+ ---
2
+
1
3
#
2
4
# build all non-image containers
3
5
# $ docker-compose build
@@ -19,7 +21,8 @@ services:
19
21
expose :
20
22
- " 502"
21
23
ports :
22
- - " 502:502" # reach "micropython-client" at 172.24.0.2:502, see networks
24
+ # reach "micropython-client" at 172.24.0.2:502, see networks
25
+ - " 502:502"
23
26
networks :
24
27
my_bridge :
25
28
# fix IPv4 address to be known and in the MicroPython scripts
You can’t perform that action at this time.
0 commit comments