From c81d4addb9aa401434670d5e737b7d1dffcec0e0 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Thu, 8 May 2025 22:47:47 -0500 Subject: [PATCH 1/3] [docs] upgrade dependencies (#1958) Upgrade dependencies for docs page --- docs/requirements.txt | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 55820c531..9fcfa2fe1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,16 +1,16 @@ -alabaster==1.0.0 +alabaster==0.7.16 anyio==4.9.0 babel==2.17.0 -beautifulsoup4==4.13.3 -certifi==2025.1.31 -charset-normalizer==3.4.1 +beautifulsoup4==4.13.4 +certifi==2025.4.26 +charset-normalizer==3.4.2 click==8.1.8 colorama==0.4.6 doc8==1.1.2 docopt==0.6.2 -docutils==0.21.2 +docutils==0.20.1 furo==2024.8.6 -h11==0.14.0 +h11==0.16.0 idna==3.10 imagesize==1.4.1 Jinja2==3.1.6 @@ -19,20 +19,20 @@ MarkupSafe==3.0.2 mdit-py-plugins==0.4.2 mdurl==0.1.2 myst-parser==4.0.1 -packaging==24.2 +packaging==25.0 pbr==6.1.1 -pipreqs==0.4.13 +pipreqs==0.5.0 Pygments==2.19.1 PyYAML==6.0.2 requests==2.32.3 -restructuredtext_lint==1.4.0 +restructuredtext-lint==1.4.0 roman-numerals-py==3.1.0 -setuptools==77.0.3 +setuptools==80.3.1 six==1.17.0 sniffio==1.3.1 -snowballstemmer==2.2.0 -soupsieve==2.6 -Sphinx==8.2.3 +snowballstemmer==3.0.0.1 +soupsieve==2.7 +Sphinx==8.1.3 sphinx-autobuild==2024.10.3 sphinx-basic-ng==1.0.0b2 sphinx-notfound-page==1.1.0 @@ -47,13 +47,13 @@ sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 -sphinxext-opengraph==0.9.1 +sphinxext-opengraph==0.10.0 sphinxext-remoteliteralinclude==0.5.0 -starlette==0.46.1 +starlette==0.46.2 stevedore==5.4.1 -typing_extensions==4.12.2 -urllib3==2.3.0 -uvicorn==0.34.0 -watchfiles==1.0.4 +typing_extensions==4.13.2 +urllib3==2.4.0 +uvicorn==0.34.2 +watchfiles==1.0.5 websockets==15.0.1 -yarg==0.1.10 +yarg==0.1.9 From db591f720c7dbf883caf7aa78e027e23c87765ee Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Thu, 8 May 2025 22:51:35 -0500 Subject: [PATCH 2/3] Remove manual links from README (#1959) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 060010aed..ff82034b2 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ If you are interested in contributing code or documentation to the project, plea ## Documentation - Our main documentation page: [docs.photonvision.org](https://docs.photonvision.org) -- Photon UI demo: [http://photonvision.global/](http://photonvision.global/) (or [manual link](https://photonvision.github.io/photonvision/built-client/)) -- Javadocs: [javadocs.photonvision.org](https://javadocs.photonvision.org) (or [manual link](https://photonvision.github.io/photonvision/built-docs/javadoc/)) -- C++ Doxygen [cppdocs.photonvision.org](https://cppdocs.photonvision.org) (or [manual link](https://photonvision.github.io/photonvision/built-docs/doxygen/html/)) +- Photon UI demo: [http://photonvision.global/](http://photonvision.global/) +- Javadocs: [javadocs.photonvision.org](https://javadocs.photonvision.org) +- C++ Doxygen [cppdocs.photonvision.org](https://cppdocs.photonvision.org) ## Building From 52125067ac78b77ddbc18cf25864053b8aebf830 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Thu, 8 May 2025 22:53:48 -0500 Subject: [PATCH 3/3] Remove unused template from docs (#1960) --- docs/source/_templates/layout.html | 74 ------------------------------ docs/source/conf.py | 3 -- 2 files changed, 77 deletions(-) delete mode 100644 docs/source/_templates/layout.html diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html deleted file mode 100644 index 0a48581e4..000000000 --- a/docs/source/_templates/layout.html +++ /dev/null @@ -1,74 +0,0 @@ -{# Import the theme's layout. #} -{% extends '!layout.html' %} - -{%- block extrahead %} - - -{# Call the parent block #} -{{ super() }} -{% endblock %} - -{%- block extrafooter %} -{# Add custom things to the head HTML tag #} - -
- - -
- -
- - -
- - - -{# Call the parent block #} -{{ super() }} -{%- endblock %} diff --git a/docs/source/conf.py b/docs/source/conf.py index eb7d7d4db..77b1669ef 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,9 +47,6 @@ ogp_site_url = "https://docs.photonvision.org/en/latest/" ogp_site_name = "PhotonVision Documentation" ogp_image = "https://raw.githubusercontent.com/PhotonVision/photonvision-docs/main/source/assets/RectLogo.png" -# Add any paths that contain templates here, relative to this directory. -templates_path = ["_templates"] - # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path.