Skip to content

Commit

Permalink
fix sphinx-immaterial
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Apr 17, 2024
1 parent 399a1b2 commit f89745c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
source ./.env/bin/activate
python3 -m pip install --upgrade pip
pip install mkdocs mkdocs-material pymdown-extensions # mkdocstrings[python]
pip install sphinx sphinx-immaterial numpy msgpack-rpc-python
pip install sphinx numpy msgpack-rpc-python
pip install --upgrade https://github.com/nervosys/sphinx-immaterial/tarball/master
pip install breathe exhale # for doxygen -> sphinx -> html conversion
- name: "Generate C++ API documentation: Doxygen -> Sphinx -> HTML"
Expand Down

0 comments on commit f89745c

Please sign in to comment.