Skip to content

Commit 29b7ba9

Browse files
Fix test failures
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 2c1d41b commit 29b7ba9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ formats:
1414
sphinx:
1515
configuration: docs/source/conf.py
1616

17+
# specify build OS
18+
build:
19+
os: ubuntu-22.04
20+
tools:
21+
python: "3.11"
22+
1723
# Setting the python version and doc build requirements
1824
python:
1925
install:
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
license_expressions:
22
- bsd-original-uc
3-
- other-permissive
3+
- morbig-ieee-std-usage
44
- other-permissive
55
- bsd-original-uc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expressions:
2-
- other-permissive
2+
- morbig-ieee-std-usage
33
- other-permissive

0 commit comments

Comments
 (0)