diff --git a/.github/workflows/photon-api-docs.yml b/.github/workflows/photon-api-docs.yml index 78abb74b9..0f3de5cae 100644 --- a/.github/workflows/photon-api-docs.yml +++ b/.github/workflows/photon-api-docs.yml @@ -85,7 +85,7 @@ jobs: pip install -r photon-lib/py/docs/requirements.txt - name: Build Sphinx site - run: | + run: | sphinx-apidoc -o docs/source photonlibpy make -C docs html working-directory: photon-lib/py diff --git a/photon-lib/py/docs/source/index.rst b/photon-lib/py/docs/source/index.rst index 78b78862c..51c0a8e44 100644 --- a/photon-lib/py/docs/source/index.rst +++ b/photon-lib/py/docs/source/index.rst @@ -6,11 +6,12 @@ PhotonVision documentation ========================== -Add your content using ``reStructuredText`` syntax. See the -`reStructuredText `_ -documentation for details. +The main documentation for PhotonVision can be found at [docs.photonvision.org](https://docs.photonvision.org) .. toctree:: :maxdepth: 2 :caption: Contents: + + modules + photonlibpy # if you have these .rst files from sphinx-apidoc