Skip to content

Commit

Permalink
remove workaround for broken jinja2 dependency and fix logo definition
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmy87 committed Mar 31, 2022
1 parent 9208ce4 commit 97d22b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install mkdocs pymdown-extensions # Mkdocs requirements
python3 -m pip install jinja2==3.0.3
- name: Build API reference docs
run: |
python3 -m venv .env # Virtual env to avoid dep. issues
source .env/bin/activate
pip install Sphinx sphinx_rtd_theme numpy msgpack-rpc-python
pushd PythonClient >/dev/null
./build_api_docs.sh
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ remote_branch: gh-pages

theme:
name: 'readthedocs'
logo:
icon: ' '
logo: ' '

extra:
highlightjs: true
Expand Down

0 comments on commit 97d22b5

Please sign in to comment.