Skip to content

Commit 53802fa

Browse files
committed
Fix readthedocs navigation and page order
1 parent 1f8e405 commit 53802fa

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.readthedocs.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

Docs/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* [Getting started](getting_started.md)
1111
* [Python API tutorial](python_api_tutorial.md)
1212
* [Configuring the simulation](configuring_the_simulation.md)
13-
<!-- * [Measurements](measurements.md) -->
1413
* [Cameras and sensors](cameras_and_sensors.md)
1514
* [F.A.Q.](faq.md)
1615

Docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs >= 1.0

mkdocs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ nav:
99
- 'Getting started': 'getting_started.md'
1010
- 'Python API tutorial': 'python_api_tutorial.md'
1111
- 'Configuring the simulation': 'configuring_the_simulation.md'
12-
# - 'Measurements': 'measurements.md'
1312
- 'Cameras and sensors': 'cameras_and_sensors.md'
1413
- 'F.A.Q.': 'faq.md'
1514
- Building from source:

0 commit comments

Comments
 (0)