Skip to content

Commit 2610788

Browse files
authoredDec 7, 2024
Merge pull request #71 from bobleesj/doc-build
Add headless to `true` to doc GitHub build workflow to `sudo apt-get install -y xvfb`
2 parents 5a437f2 + 26be37f commit 2610788

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
 

‎.github/workflows/publish-docs-on-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
with:
1414
project: diffpy.fourigui
1515
c_extension: false
16+
headless: true

‎news/doc-build.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* API docstrings rendered with Linux GitHub CI by installing xvfb
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)