From 919a9613ea48b59e257d1e1129f3a267189c0822 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Thu, 28 Sep 2023 15:18:23 -0700 Subject: [PATCH] Update docs requirements --- .github/workflows/docs.yml | 2 +- docs/requirements.txt | 11 +++++------ docs/source/conf.py | 1 + 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 911dd23a4..ca8a3471d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: "3.10" # Build documentation - name: Building documentation diff --git a/docs/requirements.txt b/docs/requirements.txt index f913bc506..7260ab5aa 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,8 +1,7 @@ -sphinx==5.2.0 -furo==2023.03.27 -docutils==0.17.1 -sphinx-autoapi==2.1.0 -m2r2==0.3.2 +sphinx==7.2.6 +furo==2023.9.10 +docutils==0.20.1 +sphinx-autoapi==3.0.0 +m2r2==0.3.3.post2 git+https://github.com/brentyi/sphinxcontrib-programoutput.git git+https://github.com/brentyi/ansi.git -setuptools diff --git a/docs/source/conf.py b/docs/source/conf.py index 596c206a3..f116ad8fe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -212,6 +212,7 @@ # -- Options for autoapi extension -------------------------------------------- autoapi_dirs = ["../../src/viser"] autoapi_root = "api" +autoapi_ignore = ["**/client/**/*.py"] autoapi_options = [ "members", "inherited-members",