Skip to content

Commit

Permalink
Merge pull request #71 from bobleesj/doc-build
Browse files Browse the repository at this point in the history
Add headless to `true` to doc GitHub build workflow to `sudo apt-get install -y xvfb`
  • Loading branch information
sbillinge authored Dec 7, 2024
2 parents 5a437f2 + 26be37f commit 2610788
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
with:
project: diffpy.fourigui
c_extension: false
headless: true
23 changes: 23 additions & 0 deletions news/doc-build.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* API docstrings rendered with Linux GitHub CI by installing xvfb

**Security:**

* <news item>

0 comments on commit 2610788

Please sign in to comment.