Skip to content

Commit cdcdbf9

Browse files
committed
DOC [STYLE]: Change theme to clearer and more readable one
1 parent 83b34be commit cdcdbf9

File tree

6 files changed

+301
-121
lines changed

6 files changed

+301
-121
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup and build
1717
run: |
1818
sudo apt-get install python3-pip
19-
pip3 install sphinx sphinx-vhdl sphinx_rtd_theme piccolo_theme GitPython
19+
pip3 install sphinx sphinx-vhdl sphinx_rtd_theme furo GitPython
2020
mkdir public
2121
mkdir public/html
2222
cp doc/source/index.html public/html/

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pages:
1616
- apk add git
1717
- pip install -U GitPython
1818
- pip install -U sphinx
19-
- pip install -U piccolo_theme
19+
- pip install -U furo
2020
- pip install -U sphinx-vhdl
2121
- echo "Hotfix detached head, causing trouble in GitPython:"
2222
- git checkout $CI_COMMIT_BRANCH

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ First, you need to install a few Python packages:
6060
$ pip3 install --user GitPython
6161
$ pip3 install --user sphinx
6262
$ pip3 install --user sphinx-vhdl
63-
$ pip3 install --user piccolo_theme
63+
$ pip3 install --user furo
6464
```
6565

6666
Then the documentation is generated simply by issuing these two commands:

doc/source/_templates/layout.html

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)