From 1637be6044e123ef37b97cb61ea989691ec0b294 Mon Sep 17 00:00:00 2001 From: samfreund Date: Fri, 9 May 2025 12:57:42 -0500 Subject: [PATCH] change path --- photon-lib/py/docs/source/conf.py | 4 +++- photon-lib/py/docs/source/index.rst | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/photon-lib/py/docs/source/conf.py b/photon-lib/py/docs/source/conf.py index 42b3cf6c3..5eaebeacf 100644 --- a/photon-lib/py/docs/source/conf.py +++ b/photon-lib/py/docs/source/conf.py @@ -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 = [] diff --git a/photon-lib/py/docs/source/index.rst b/photon-lib/py/docs/source/index.rst index 51c0a8e44..c388e4988 100644 --- a/photon-lib/py/docs/source/index.rst +++ b/photon-lib/py/docs/source/index.rst @@ -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 `_. .. toctree:: :maxdepth: 2