diff --git a/poetry.lock b/poetry.lock index 46217910fe..f2d5533d4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1891,24 +1891,6 @@ docs = ["furo (>=2024.1.29)"] numpy = ["nptyping (>=2.5)"] testing = ["covdefaults (>=2.3)", "coverage (>=7.4.4)", "defusedxml (>=0.7.1)", "diff-cover (>=9)", "pytest (>=8.1.1)", "pytest-cov (>=5)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.11)"] -[[package]] -name = "sphinx-contributors" -version = "0.2.7" -description = "Contributors extension for Sphinx." -optional = false -python-versions = ">=3.7" -files = [ - {file = "sphinx_contributors-0.2.7-py3-none-any.whl", hash = "sha256:f409295eb22f05606528ff3a9b93b4ae076d93d3153de13ff47bfcdd1c792463"}, - {file = "sphinx_contributors-0.2.7.tar.gz", hash = "sha256:aace731366096f2104a06eca77b9354b11768ddec149d699520c254f09cbb4f4"}, -] - -[package.dependencies] -sphinx = ">=3" - -[package.extras] -doc = ["furo"] -test = ["pre-commit", "pytest"] - [[package]] name = "sphinx-copybutton" version = "0.5.2" @@ -2556,4 +2538,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "9f0c95feb2938bdbc3b18e67cf2786da778f04a18cbb5191b2cd3f00fb913dd5" +content-hash = "148b80951a15109420c85187d024d18dddccba27bf4dca54231736cbb685e224" diff --git a/pyproject.toml b/pyproject.toml index bfa30c41b7..873eb7c758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ sphinxcontrib-htmlhelp = "==2.1.0" sphinxcontrib-serializinghtml = "==2.0.0" sphinxcontrib-svg2pdfconverter = "==1.2.2" sphinxcontrib-video = "==0.3.1" -sphinx_contributors = "==0.2.7" sphinxext-delta = "==0.2.0" sphinxext-mimic = "==0.1.1" sphinxext-opengraph = "==0.9.0" diff --git a/source/conf.py b/source/conf.py index c1729d4a6b..df87d5923d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -57,7 +57,6 @@ "sphinx-prompt", "sphinx_toolbox.collapse", "sphinx_copybutton", - "sphinx_contributors", ] local_extensions = [ diff --git a/source/docs/contributing/frc-docs/index.rst b/source/docs/contributing/frc-docs/index.rst index c2ed1e04fe..85baee1e81 100644 --- a/source/docs/contributing/frc-docs/index.rst +++ b/source/docs/contributing/frc-docs/index.rst @@ -8,5 +8,4 @@ build-instructions drawio-saving-instructions translations - top-contributors top-translators diff --git a/source/docs/contributing/frc-docs/top-contributors.rst b/source/docs/contributing/frc-docs/top-contributors.rst deleted file mode 100644 index 12fd89e510..0000000000 --- a/source/docs/contributing/frc-docs/top-contributors.rst +++ /dev/null @@ -1,6 +0,0 @@ -Top Contributors -================ - -.. contributors:: wpilibsuite/frc-docs - :limit: 10 - :contributions: diff --git a/source/redirects.txt b/source/redirects.txt index ef98272f7d..6c27a66192 100644 --- a/source/redirects.txt +++ b/source/redirects.txt @@ -273,6 +273,7 @@ "docs/software/commandbased/builtins.rst" "docs/software/commandbased/command-compositions.rst" "docs/software/commandbased/convenience-features.rst" "docs/software/commandbased/command-compositions.rst" "docs/software/wpilib-tools/axon/index.rst" "stubs/software-tools-stub.rst" +"docs/contributing/frc-docs/top-contributors.rst" "docs/contributing/frc-docs/index.rst" "docs/zero-to-robot/step-4/creating-benchtop-test-program-cpp-java.rst" "docs/zero-to-robot/step-4/creating-test-drivetrain-program-cpp-java.rst" "docs/zero-to-robot/step-4/creating-benchtop-test-program-labview.rst" "docs/zero-to-robot/step-4/creating-test-drivetrain-program-labview.rst" "docs/zero-to-robot/step-4/running-benchtop-test.rst" "docs/zero-to-robot/step-4/running-test-program.rst" diff --git a/source/requirements.txt b/source/requirements.txt index 9f71f4a088..64e6245c65 100644 --- a/source/requirements.txt +++ b/source/requirements.txt @@ -68,7 +68,6 @@ smmap==5.0.1 ; python_version >= "3.9" and python_version < "3.13" snowballstemmer==2.2.0 ; python_version >= "3.9" and python_version < "3.13" soupsieve==2.6 ; python_version >= "3.9" and python_version < "3.13" sphinx-autodoc-typehints==2.3.0 ; python_version >= "3.9" and python_version < "3.13" -sphinx-contributors==0.2.7 ; python_version >= "3.9" and python_version < "3.13" sphinx-copybutton==0.5.2 ; python_version >= "3.9" and python_version < "3.13" sphinx-design==0.6.1 ; python_version >= "3.9" and python_version < "3.13" sphinx-hoverxref==1.4.0 ; python_version >= "3.9" and python_version < "3.13"