Skip to content

Commit

Permalink
docs: rm utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Oct 4, 2024
1 parent 7d48f00 commit 3a5cc40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ develop- ]
branches: [ develop ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down Expand Up @@ -36,6 +36,8 @@ jobs:
sudo apt install -y --no-install-recommends doxygen
sudo apt install -y cmake
sudo apt install -y texlive-full
sudo apt install -y texlive-fonts-extra
sudo apt install -y texlive-latex-extra
- name: Build Develop Documentation
run: |
Expand Down
2 changes: 1 addition & 1 deletion doxygen/dox/Glossary.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<DL>
<DT>Array datatype</DT>
<DD>A family of HDF5 datatypes whose elements are arrays of a fixed rank (
<DD>A family of HDF5 datatypes whose elements are arrays of a fixed rank (=<
32) and fixed finite extent. All array elements must be of the same HDF5
datatype.</DD>
</DL>
Expand Down

0 comments on commit 3a5cc40

Please sign in to comment.