Skip to content

Commit

Permalink
added support for nbsphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 30, 2024
1 parent 62c9a66 commit 6c96a53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "sphinx/"

pre-build-command: "apt-get update -y; apt-get install -y pandoc"

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
extensions = ['sphinxcontrib.globalsubs',
'sphinx.ext.intersphinx',
'sphinx.ext.autosectionlabel',
'sphinx_design'
]
'sphinx_design',
'nbsphinx']

autosectionlabel_prefix_document = True

Expand Down

0 comments on commit 6c96a53

Please sign in to comment.