diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 6dbfe0ef0..c5a770eab 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -48,9 +48,9 @@ jobs:
sphinx-build docs/source docs/build -b dirhtml
# Get version from pyproject.toml.
- - name: Override subdirectory to `latest/` for pushes
+ - name: Override subdirectory to `main/` for pushes
run: |
- echo "DOCS_SUBDIR=latest" >> $GITHUB_ENV
+ echo "DOCS_SUBDIR=main" >> $GITHUB_ENV
if: github.event_name == 'push'
# Deploy to version-dependent subdirectory.
diff --git a/README.md b/README.md
index a9c4a880c..9b5ebe75b 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/docs/source/_templates/sidebar/brand.html b/docs/source/_templates/sidebar/brand.html
index a5f764324..602d91e39 100644
--- a/docs/source/_templates/sidebar/brand.html
+++ b/docs/source/_templates/sidebar/brand.html
@@ -54,7 +54,7 @@
.reverse();
console.log(versions);
let htmlString = "
";
- htmlString += `- latest
`;
+ htmlString += `- main
`;
for (let version of versions) {
htmlString += `- ${version}
`;
}
diff --git a/docs/source/index.md b/docs/source/index.md
index 67546cd1c..632f91424 100644
--- a/docs/source/index.md
+++ b/docs/source/index.md
@@ -1,6 +1,6 @@
# viser
-|mypy| |nbsp| |pyright| |nbsp| |typescript| |nbsp| |versions|
+|pyright| |nbsp| |typescript| |nbsp| |versions|
**viser** is a library for interactive 3D visualization in Python.
@@ -89,10 +89,7 @@ URL (default: `http://localhost:8080`).
.. |build| image:: https://github.com/nerfstudio-project/viser/workflows/build/badge.svg
:alt: Build status icon
:target: https://github.com/nerfstudio-project/viser
-.. |mypy| image:: https://github.com/nerfstudio-project/viser/workflows/mypy/badge.svg?branch=main
- :alt: Mypy status icon
- :target: https://github.com/nerfstudio-project/viser
-.. |pyright| image:: https://github.com/nerfstudio-project/viser/workflows/pyright/badge.svg?branch=main
+.. |pyright| image:: https://github.com/nerfstudio-project/viser/workflows/pyright/badge.svg?
:alt: Mypy status icon
:target: https://github.com/nerfstudio-project/viser
.. |typescript| image:: https://github.com/nerfstudio-project/viser/workflows/typescript-compile/badge.svg
diff --git a/src/viser/client/src/App.tsx b/src/viser/client/src/App.tsx
index 66135709b..477d83769 100644
--- a/src/viser/client/src/App.tsx
+++ b/src/viser/client/src/App.tsx
@@ -818,7 +818,7 @@ function ViserLogo() {
•