We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59435de commit 01e68f8Copy full SHA for 01e68f8
2 files changed
.readthedocs.yml
@@ -11,7 +11,7 @@ sphinx:
11
12
# Optionally set the version of Python and requirements required to build your docs
13
python:
14
- version: 3.6
+ version: "3.6"
15
install:
16
- requirements: requirements/docs.txt
17
- method: setuptools
requirements/docs.txt
@@ -1,4 +1,5 @@
1
sphinx>=3.1
2
furo
3
+pint>=0.16
4
sphinx-copybutton
5
sphinx-autodoc-typehints
0 commit comments