Skip to content

Commit

Permalink
Add news
Browse files Browse the repository at this point in the history
  • Loading branch information
1yefuwang1 committed Aug 27, 2024
1 parent 2dd32ed commit d89b52e
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
cp -r media doc/markdown
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
Expand Down
3 changes: 2 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Welcome to vectorlite's documentation!
===================================

.. toctree::
:maxdepth: 2
:maxdepth: 3
:caption: Contents:

markdown/overview.md
markdown/api.md
markdown/news.md
Loading

0 comments on commit d89b52e

Please sign in to comment.