Skip to content

Commit 01e68f8

Browse files
committed
Docs: Add missing Pint requirement for docs build
1 parent 59435de commit 01e68f8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sphinx:
1111

1212
# Optionally set the version of Python and requirements required to build your docs
1313
python:
14-
version: 3.6
14+
version: "3.6"
1515
install:
1616
- requirements: requirements/docs.txt
1717
- method: setuptools

requirements/docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx>=3.1
22
furo
3+
pint>=0.16
34
sphinx-copybutton
45
sphinx-autodoc-typehints

0 commit comments

Comments
 (0)