Skip to content

Commit

Permalink
Merge 3da6e23 into 188b301
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonanes committed Mar 15, 2023
2 parents 188b301 + 3da6e23 commit d36c390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions doc/conf.py
Expand Up @@ -40,6 +40,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinx.ext.imgconverter",
"sphinx.ext.intersphinx",
"sphinx.ext.linkcode",
"sphinx.ext.mathjax",
Expand Down Expand Up @@ -76,7 +77,6 @@
"pyebsdindex": ("https://pyebsdindex.readthedocs.io/en/stable", None),
"pyopencl": ("https://documen.tician.de/pyopencl/", None),
"pytest": ("https://docs.pytest.org/en/stable", None),
# "pythreejs": ("https://pythreejs.readthedocs.io/en/stable", None),
"python": ("https://docs.python.org/3", None),
"pyvista": ("https://docs.pyvista.org", None),
"pyxem": ("https://pyxem.readthedocs.io/en/latest", None),
Expand Down Expand Up @@ -186,7 +186,10 @@
latex_elements = {
# pdflatex doesn't like some Unicode characters, so a replacement
# for one of them is made here
"preamble": r"\DeclareUnicodeCharacter{2588}{-}"
"preamble": r"""
\DeclareUnicodeCharacter{2588}{-}
\DeclareUnicodeCharacter{03BC}{u}
"""
}


Expand Down
7 changes: 4 additions & 3 deletions readthedocs.yaml
Expand Up @@ -16,16 +16,17 @@ build:
python: "3.10"
nodejs: "19"
# See https://docs.pyvista.org/user-guide/jupyter/panel.html#configuration-considerations.
# These packages are needed by PyVista/panel to render 3D plots from
# RTD's server.
# Some of these packages are needed by PyVista/panel to render 3D
# plots from RTD's server.
apt_packages:
- imagemagick
- libgl1-mesa-dev
- xvfb

# Build doc in all formats (HTML, PDF and ePub)
formats:
- htmlzip
- pdf
# - htmlzip

# Python environment for building the docs
python:
Expand Down

0 comments on commit d36c390

Please sign in to comment.