Skip to content

Commit

Permalink
[Doc] Updated book theme to 1.1.2 (#1455)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Günschmann<[email protected]>
  • Loading branch information
FlorianReimold committed Mar 20, 2024
1 parent 18b289f commit 3991fa9
Show file tree
Hide file tree
Showing 20 changed files with 4,862 additions and 38,418 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Install Python requirements
shell: bash
run: |
sudo apt-get -y install python3-dev python3-venv
sudo apt-get -y install python3.9-dev python3.9-venv
mkdir ".venv_build"
python3 -m venv ".venv_build"
python3.9 -m venv ".venv_build"
source ".venv_build/bin/activate"
pip install --upgrade pip
pip install wheel setuptools
Expand Down
13 changes: 4 additions & 9 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
wheel
sphinx-book-theme==0.3.3
sphinx-tabs==3.3.1
sphinx-book-theme==1.1.2
sphinx-tabs==3.4.5
PyGithub
autodoc
empy<=3.3.4
empy
semantic-version
exhale
Jinja2
sphinxcontrib-youtube<=1.2
sphinxcontrib-apidoc
sphinxcontrib-applehelp<=1.0.7 # 2024-01-15: Newer packages needs Sphinx 5 or up, but our old sphinx-book-theme 0.3.3 requires Sphinx 4
sphinxcontrib-devhelp<=1.0.5 # 2024-01-15: Newer packages need Sphinx 5 or up, but our old sphinx-book-theme 0.3.3 requires Sphinx 4
sphinxcontrib-htmlhelp<=2.0.4 # 2024-01-15: Newer packages (probably) need Sphinx 5 or up, but our old sphinx-book-theme 0.3.3 requires Sphinx 4
sphinxcontrib-qthelp<=1.0.6 # 2024-01-15: Newer packages (probably) need Sphinx 5 or up, but our old sphinx-book-theme 0.3.3 requires Sphinx 4
sphinxcontrib-serializinghtml<=1.1.9 # 2024-01-15: Newer packages (probably) need Sphinx 5 or up, but our old sphinx-book-theme 0.3.3 requires Sphinx 4
sphinxcontrib-youtube
4 changes: 0 additions & 4 deletions doc/rst/_css_helpers/ecal-for-book-0.4.css

This file was deleted.

Loading

0 comments on commit 3991fa9

Please sign in to comment.