Skip to content

Commit

Permalink
Update docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 28, 2023
1 parent c839a37 commit 919a961
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 5 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
# -- Options for autoapi extension --------------------------------------------
autoapi_dirs = ["../../src/viser"]
autoapi_root = "api"
autoapi_ignore = ["**/client/**/*.py"]
autoapi_options = [
"members",
"inherited-members",
Expand Down

0 comments on commit 919a961

Please sign in to comment.