Skip to content

Commit

Permalink
docs: use latest quartodoc to make description lists
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Aug 30, 2024
1 parent 11660a6 commit d406b43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- main
- 'docs-preview-**'
- "docs-preview-**"
pull_request:
branches:
- main
Expand All @@ -19,6 +19,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install git+https://github.com/machow/quartodoc.git
python -m pip install ".[all]"
- uses: quarto-dev/quarto-actions/setup@v2
- name: Build docs
Expand Down
8 changes: 7 additions & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ website:
format:
html:
theme: cosmo
css: styles.css
css:
- styles.css
- reference/_styles-quartodoc.css
toc: true
page-layout: full

Expand All @@ -72,8 +74,12 @@ quartodoc:
dir: reference
title: API Reference
style: pkgdown
css: reference/_styles-quartodoc.css
dynamic: true
render_interlinks: true
renderer:
style: markdown
table_style: description-list
sections:
- title: Table Creation
desc: >
Expand Down

0 comments on commit d406b43

Please sign in to comment.