Skip to content

Commit

Permalink
DOC: update sphinx to latest version (xorbitsai#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hucorz authored and luweizheng committed Sep 24, 2024
1 parent 03dc0ba commit dd8e351
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- { os: windows-latest, python-version: 3.10}
include:
- { os: self-hosted, module: gpu, python-version: 3.11}
- { os: ubuntu-20.04, module: doc-build, python-version: 3.9}

steps:
- name: Check out code
Expand Down Expand Up @@ -141,7 +142,14 @@ jobs:
pip install -e ./
working-directory: ./python

- name: Build doc
if: ${{ matrix.module == 'doc-build' }}
run: |
make html
working-directory: ./doc

- name: Test with pytest
if: ${{ matrix.module != 'doc-build'}}
env:
MODULE: ${{ matrix.module }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ dev =
pytest-forked>=1.0
pytest-asyncio>=0.14.0
ipython>=6.5.0
sphinx>=3.0.0,<5.0.0
sphinx
pydata-sphinx-theme>=0.3.0
sphinx-intl>=0.9.9
mock>=4.0.0; python_version<"3.8"
flake8>=3.8.0
black
doc =
ipython>=6.5.0
sphinx>=3.0.0,<5.0.0
sphinx
pydata-sphinx-theme>=0.3.0
sphinx-intl>=0.9.9
extra =
Expand Down

0 comments on commit dd8e351

Please sign in to comment.