Commit 88d35c24 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Install furo doc theme for doc build

parent 23319357
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ run_examples()
build_docs()
{
  # >=3.2.1 for https://github.com/sphinx-doc/sphinx/issues/8084
  with_echo $PY_EXE -m pip install "sphinx>=3.2.1"
  with_echo $PY_EXE -m pip install "sphinx>=3.2.1" furo

  cd doc