Skip to content

Commit 1fb774d

Browse files
committed
simplified workflow and remove redundant configs
1 parent 789e3b5 commit 1fb774d

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/doc-build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21-
- name: Dependencies
22-
run: |
23-
export DEBIAN_FRONTEND=noninteractive
24-
sudo apt-get update
25-
sudo apt install -y git python3-venv make python3-setuptools
26-
echo `python3 --version`
27-
python3 -m venv venv
28-
source venv/bin/activate
29-
pip install --upgrade pip setuptools
3021
id: build
3122
- name: Build the docset
3223
run: |

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# so a file named "default.css" will overwrite the builtin "default.css".
6666

6767
html_static_path = ["_static"]
68-
html_css_files = [] # avoid undefined errors
68+
6969
panels_add_fontawesome_latex = True
7070

7171
html_theme_options = {

0 commit comments

Comments
 (0)