Fix readthedocs navigation and page order
This commit is contained in:
parent
1f8e405425
commit
53802fafee
|
@ -0,0 +1,14 @@
|
|||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
version: 2
|
||||
|
||||
mkdocs:
|
||||
configuration: mkdocs.yml
|
||||
|
||||
formats: all
|
||||
|
||||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: Docs/requirements.txt
|
|
@ -10,7 +10,6 @@
|
|||
* [Getting started](getting_started.md)
|
||||
* [Python API tutorial](python_api_tutorial.md)
|
||||
* [Configuring the simulation](configuring_the_simulation.md)
|
||||
<!-- * [Measurements](measurements.md) -->
|
||||
* [Cameras and sensors](cameras_and_sensors.md)
|
||||
* [F.A.Q.](faq.md)
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mkdocs >= 1.0
|
|
@ -9,7 +9,6 @@ nav:
|
|||
- 'Getting started': 'getting_started.md'
|
||||
- 'Python API tutorial': 'python_api_tutorial.md'
|
||||
- 'Configuring the simulation': 'configuring_the_simulation.md'
|
||||
# - 'Measurements': 'measurements.md'
|
||||
- 'Cameras and sensors': 'cameras_and_sensors.md'
|
||||
- 'F.A.Q.': 'faq.md'
|
||||
- Building from source:
|
||||
|
|
Loading…
Reference in New Issue