We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789e3b5 commit 1fb774dCopy full SHA for 1fb774d
.github/workflows/doc-build.yml
@@ -18,15 +18,6 @@ jobs:
18
steps:
19
- name: Checkout
20
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
30
id: build
31
- name: Build the docset
32
run: |
docs/source/conf.py
@@ -65,7 +65,7 @@
65
# so a file named "default.css" will overwrite the builtin "default.css".
66
67
html_static_path = ["_static"]
68
-html_css_files = [] # avoid undefined errors
+
69
panels_add_fontawesome_latex = True
70
71
html_theme_options = {
0 commit comments