Skip to content

Commit

Permalink
add install sphinx to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KindXiaoming committed Apr 29, 2024
1 parent 4cad580 commit 639fea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Install requirements
run: |
pip3 install -U sphinx
pip3 install sphinx-rtd-theme
- name: Build docs
Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ Get started
* KANs in Action: :ref:`api-demo`, :ref:`examples`
* API (advanced): :ref:`api`.



.. toctree::
:maxdepth: 1
:caption: Contents:
Expand Down

0 comments on commit 639fea8

Please sign in to comment.