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