Skip to content

Commit 783ed82

Browse files
committed
Merge branch 'py-docs' of github.com:photonvision/photonvision into py-docs
2 parents 416e2f7 + ebd1071 commit 783ed82

File tree

4 files changed

+24
-100
lines changed

4 files changed

+24
-100
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ If you are interested in contributing code or documentation to the project, plea
1717
## Documentation
1818

1919
- Our main documentation page: [docs.photonvision.org](https://docs.photonvision.org)
20-
- Photon UI demo: [http://photonvision.global/](http://photonvision.global/) (or [manual link](https://photonvision.github.io/photonvision/built-client/))
21-
- Javadocs: [javadocs.photonvision.org](https://javadocs.photonvision.org) (or [manual link](https://photonvision.github.io/photonvision/built-docs/javadoc/))
22-
- C++ Doxygen [cppdocs.photonvision.org](https://cppdocs.photonvision.org) (or [manual link](https://photonvision.github.io/photonvision/built-docs/doxygen/html/))
20+
- Photon UI demo: [http://photonvision.global/](http://photonvision.global/)
21+
- Javadocs: [javadocs.photonvision.org](https://javadocs.photonvision.org)
22+
- C++ Doxygen [cppdocs.photonvision.org](https://cppdocs.photonvision.org)
2323
- Python Documentation [pydocs.photonvision.org](https://pydocs.photonvision.org)
24+
2425
## Building
2526

2627
Gradle is used for all C++ and Java code, and NPM is used for the web UI. Instructions to compile PhotonVision yourself can be found [in our docs](https://docs.photonvision.org/en/latest/docs/contributing/building-photon.html#compiling-instructions).

docs/requirements.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
alabaster==1.0.0
1+
alabaster==0.7.16
22
anyio==4.9.0
33
babel==2.17.0
4-
beautifulsoup4==4.13.3
5-
certifi==2025.1.31
6-
charset-normalizer==3.4.1
4+
beautifulsoup4==4.13.4
5+
certifi==2025.4.26
6+
charset-normalizer==3.4.2
77
click==8.1.8
88
colorama==0.4.6
99
doc8==1.1.2
1010
docopt==0.6.2
11-
docutils==0.21.2
11+
docutils==0.20.1
1212
furo==2024.8.6
13-
h11==0.14.0
13+
h11==0.16.0
1414
idna==3.10
1515
imagesize==1.4.1
1616
Jinja2==3.1.6
@@ -19,20 +19,20 @@ MarkupSafe==3.0.2
1919
mdit-py-plugins==0.4.2
2020
mdurl==0.1.2
2121
myst-parser==4.0.1
22-
packaging==24.2
22+
packaging==25.0
2323
pbr==6.1.1
24-
pipreqs==0.4.13
24+
pipreqs==0.5.0
2525
Pygments==2.19.1
2626
PyYAML==6.0.2
2727
requests==2.32.3
28-
restructuredtext_lint==1.4.0
28+
restructuredtext-lint==1.4.0
2929
roman-numerals-py==3.1.0
30-
setuptools==77.0.3
30+
setuptools==80.3.1
3131
six==1.17.0
3232
sniffio==1.3.1
33-
snowballstemmer==2.2.0
34-
soupsieve==2.6
35-
Sphinx==8.2.3
33+
snowballstemmer==3.0.0.1
34+
soupsieve==2.7
35+
Sphinx==8.1.3
3636
sphinx-autobuild==2024.10.3
3737
sphinx-basic-ng==1.0.0b2
3838
sphinx-notfound-page==1.1.0
@@ -47,13 +47,13 @@ sphinxcontrib-jquery==4.1
4747
sphinxcontrib-jsmath==1.0.1
4848
sphinxcontrib-qthelp==2.0.0
4949
sphinxcontrib-serializinghtml==2.0.0
50-
sphinxext-opengraph==0.9.1
50+
sphinxext-opengraph==0.10.0
5151
sphinxext-remoteliteralinclude==0.5.0
52-
starlette==0.46.1
52+
starlette==0.46.2
5353
stevedore==5.4.1
54-
typing_extensions==4.12.2
55-
urllib3==2.3.0
56-
uvicorn==0.34.0
57-
watchfiles==1.0.4
54+
typing_extensions==4.13.2
55+
urllib3==2.4.0
56+
uvicorn==0.34.2
57+
watchfiles==1.0.5
5858
websockets==15.0.1
59-
yarg==0.1.10
59+
yarg==0.1.9

docs/source/_templates/layout.html

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
ogp_site_name = "PhotonVision Documentation"
4848
ogp_image = "https://raw.githubusercontent.com/PhotonVision/photonvision-docs/main/source/assets/RectLogo.png"
4949

50-
# Add any paths that contain templates here, relative to this directory.
51-
templates_path = ["_templates"]
52-
5350
# List of patterns, relative to source directory, that match files and
5451
# directories to ignore when looking for source files.
5552
# This pattern also affects html_static_path and html_extra_path.

0 commit comments

Comments
 (0)