Skip to content

Commit 19cfe5d

Browse files
raeztbuha
authored andcommitted
doc: sphinx: add missing GNSS documentation
Add sphinx doc stubs for nmea_ubx driver and eval-ublox-gnss project that were missing, causing CI documentation check failures. Add gnss-gps category to drivers_doc.rst toctree. Signed-off-by: Radu Etz <radu.etz@analog.com>
1 parent 46c0bf9 commit 19cfe5d

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../../../../../drivers/gnss-gps/nmea_ubx/README.rst

doc/sphinx/source/drivers_doc.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ FREQUENCY GENERATORS
8484

8585
drivers/frequency/*
8686

87+
GNSS-GPS
88+
========
89+
.. toctree::
90+
:maxdepth: 1
91+
:glob:
92+
93+
drivers/gnss-gps/*
94+
8795
INERTIAL MEASUREMENT UNITS
8896
==========================
8997
.. toctree::
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../../../../../projects/eval-ublox-gnss/README.rst

0 commit comments

Comments
 (0)