Skip to content
Snippets Groups Projects
Commit 81261e3c authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

Merge branch 'tristan/doc-fix-deprecations-1.2' into 'bst-1.2'

doc/bst2html.py: Fix deprecation warning (1.2)

See merge request !734
parents bd96e353 c3ebd59a
Branches jjardon/ci_cache_test
No related tags found
Loading
Pipeline #28711773 passed
......@@ -29,7 +29,7 @@ import sys
import re
import shlex
import subprocess
from collections import Mapping
from collections.abc import Mapping
from contextlib import contextmanager
from tempfile import TemporaryDirectory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment