change path

This commit is contained in:
samfreund
2025-05-09 12:57:42 -05:00
parent 6f2fd19351
commit 1637be6044
2 changed files with 5 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ extensions = [
import os
import sys
sys.path.insert(0, os.path.abspath("../..")) # adjust based on your project layout
sys.path.insert(
0, os.path.abspath("../../photonlibpy")
) # adjust based on your project layout
templates_path = ["_templates"]
exclude_patterns = []

View File

@@ -3,11 +3,11 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
PhotonVision documentation
PhotonLib Python Documentation
==========================
The main documentation for PhotonVision can be found at [docs.photonvision.org](https://docs.photonvision.org)
The main documentation for PhotonVision can be found at `photonvision.org <https://photonvision.org>`_.
.. toctree::
:maxdepth: 2