File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
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
+ version : 2
5
+
6
+ mkdocs :
7
+ configuration : mkdocs.yml
8
+
9
+ formats : all
10
+
11
+ python :
12
+ version : 3.7
13
+ install :
14
+ - requirements : Docs/requirements.txt
Original file line number Diff line number Diff line change 10
10
* [ Getting started] ( getting_started.md )
11
11
* [ Python API tutorial] ( python_api_tutorial.md )
12
12
* [ Configuring the simulation] ( configuring_the_simulation.md )
13
- <!-- * [Measurements](measurements.md) -->
14
13
* [ Cameras and sensors] ( cameras_and_sensors.md )
15
14
* [ F.A.Q.] ( faq.md )
16
15
Original file line number Diff line number Diff line change
1
+ mkdocs >= 1.0
Original file line number Diff line number Diff line change 9
9
- ' Getting started ' : ' getting_started.md'
10
10
- ' Python API tutorial ' : ' python_api_tutorial.md'
11
11
- ' Configuring the simulation ' : ' configuring_the_simulation.md'
12
- # - 'Measurements': 'measurements.md'
13
12
- ' Cameras and sensors ' : ' cameras_and_sensors.md'
14
13
- ' F.A.Q. ' : ' faq.md'
15
14
- Building from source :
You can’t perform that action at this time.
0 commit comments