Skip to content

Commit

Permalink
ReadTheDocs: update environment
Browse files Browse the repository at this point in the history
Old LuaLaTeX in the default environment is causing us problems
  • Loading branch information
jedbrown committed Feb 21, 2023
1 parent c5d0f99 commit c990f89
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
nodejs: "19"
apt_packages:
- librsvg2-bin
jobs:
post_create_environment:
- npm install -g @mermaid-js/mermaid-cli

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: dirhtml
Expand All @@ -15,6 +26,5 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: doc/sphinx/requirements.txt

0 comments on commit c990f89

Please sign in to comment.