Skip to content

Commit

Permalink
use myst_nb instead of nbsphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Nov 24, 2023
1 parent 8eec5ee commit d108914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: docker://pandoc/core:2.9
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme nbsphinx
pip install sphinx sphinx_rtd_theme myst_nb
pip install sympy
- name: Sphinx build
run: |
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tox
## Make docs

```
pip install sphinx sphinx_rtd_theme nbsphinx
pip install sphinx sphinx_rtd_theme myst_nb
cd docs
make html
```
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sphinx.ext.coverage",
"sphinx.ext.napoleon",
"sphinx_rtd_theme",
"nbsphinx",
"myst_nb",
]

templates_path = ["_templates"]
Expand Down

0 comments on commit d108914

Please sign in to comment.