Skip to content

Commit

Permalink
readme: Add missing dependencies
Browse files Browse the repository at this point in the history
Tippy is disabled in the build for now as there is a bug during install plus it
needs to be put behind a flag as it slows the install step quite a bit.
  • Loading branch information
verm committed Feb 28, 2025
1 parent 39f5187 commit fd91505
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ Similarly, `npm` packages can be installed into a users `$HOME` directory.
| `sphinxcontrib-serializinghtml` | 1.1.9 |
| `sphinx-copybutton` | 0.5.2 |
| `myst-parser` | 4.0.0 |
| `sphinx-design` | 0.6.1 |
| `sphinx-togglebutton` | 0.3.2 |
| `sphinxext-opengraph` | 0.9.1 |
| `sphinx-tippy` | 0.4.3 |

### Python Virtual Environment

Expand Down Expand Up @@ -173,6 +177,10 @@ $ pip install sphinx-book-theme
$ pip install sphinx-copybutton
$ pip install linkify-it-py
$ pip install myst-parser
$ pip install sphinx-design
$ pip install sphinx-togglebutton
$ pip install sphinxext-opengraph
$ pip install sphinx-tippy
```

When you have finished using sphinx and building documentation you
Expand Down

0 comments on commit fd91505

Please sign in to comment.