Skip to content

Commit

Permalink
doc: versions aren't pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Mar 26, 2024
1 parent 62d60cf commit 4b1e7f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: 2

build:
os: "ubuntu-20.04"
os: ubuntu-22.04
apt_packages:
- npm
- plantuml
Expand All @@ -18,9 +18,9 @@ build:
- npm install -g @mermaid-js/[email protected]

# Set requirements to build the docs
python:
install:
- requirements: docs/requirements.txt
# python:
# install:
# - requirements: docs/requirements.txt

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 4b1e7f2

Please sign in to comment.