Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 15, 2024
1 parent df22d5a commit de86382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[linkify,rtd]
- name: replace emoji
# TODO getting: Missing character: There is no 🚀 (U+1F680) in font [FreeSansBold.otf]
run: |
sed -i 's/🚀//g' docs/intro.md
- name: Build docs
run: |
sphinx-build -nW --keep-going -b ${{ matrix.format }} docs/ docs/_build/${{ matrix.format }}
Expand Down
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@
# -- LaTeX output -------------------------------------------------

latex_engine = "xelatex"
latex_elements = {
# For other unicode characters
"preamble": r"""
\setmainfont{Latin Modern Roman}
""",
}

# -- Local Sphinx extensions -------------------------------------------------

Expand Down

0 comments on commit de86382

Please sign in to comment.